nuisance is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 35 and Version 36 of HowToAddSample


Ignore:
Timestamp:
Jan 6, 2017, 1:14:41 PM (7 years ago)
Author:
Clarence Wret
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToAddSample

    v35 v36  
    148148where we've copied the constructor arguments from some other class we're using as a template. I'll mention why this structure [#point_const below].
    149149
    150 
    151 == Making the constructor == [=#point_const]
     150[=#point_const]
     151== Making the constructor ==
    152152
    153153NUISANCE loads samples through `FCN/SampleList.cxx` in the function `SampleUtils::LoadSample`, which makes a `std::list` of `MeasurementBase` pointers which it later loops over from executables.