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 5, 2017, 3:34:54 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v14
|
v15
|
|
47 | 47 | |
48 | 48 | |
| 49 | === Naming the sample === |
| 50 | |
| 51 | Some automatic processing is done on loading up the sample. Most of these are simple string comparisons, but do place responsibility on the user. |
| 52 | |
| 53 | The structure is `Experiment_Measurement_Target_DataType_DimensionVar_Neutrino`. |
| 54 | |
| 55 | `Experiment` is the experiment (for us T2K) |
| 56 | `Measurement` is a suitable name for the cross-section (for us CC1pi+) |
| 57 | `Target` is the interaction target (for us H,,2,,O) |
| 58 | `DataType` is essentially the measurement type which so far is an event rate (`Evt`) or a cross-section (`XSec`) |
| 59 | `DimensionVar` is 1D or 2D followed by a suitable name for the dependent variable, e.g. `1Dpmu` |
| 60 | |
| 61 | === Placing the sample === |
| 62 | |
49 | 63 | === Setting up the inheritance === |
50 | 64 | |
… |
… |
|
56 | 70 | |
57 | 71 | #include "Measurement1D.h" |
| 72 | }}} |
| 73 | |
58 | 74 | #include "T2K_SignalDef.h" |
59 | 75 | |
… |
… |
|
72 | 88 | }}} |
73 | 89 | |
74 | | === Naming the sample === |
75 | 90 | |
76 | | Some automatic processing is done on loading up the sample. Most of these are simple string comparisons, but do place responsibility on the user. |
77 | | |
78 | | For cross-sections, for event-rates |
79 | | |
80 | | === Placing the sample === |
81 | 91 | |
82 | 92 | === Making the constructor === |