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.
- Timestamp:
-
Jan 6, 2017, 1:14:41 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v35
|
v36
|
|
148 | 148 | where 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]. |
149 | 149 | |
150 | | |
151 | | == Making the constructor == [=#point_const] |
| 150 | [=#point_const] |
| 151 | == Making the constructor == |
152 | 152 | |
153 | 153 | NUISANCE 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. |