|
|
Definition at line 130 of file NuSystematic.h. 00130 {
00131 kNominal,
00132 kShowerEnergyOffset, //Not used
00133 kShowerEnergyScale, //Absolute shower energy (both detectors; calib+intranuke)
00134 kShowerEnergyScaleNear, //ND calib uncertainty
00135 kShowerEnergyScaleFar, //FD calib uncertainty
00136 kShowerEnergyScaleRelative, //ND+FD (quadrature) calib uncertainties
00137 kTrackEnergyCurvatureBoth,
00138 kTrackEnergyCurvatureFar,
00139 kTrackEnergyRange,
00140 kBFieldBoth,
00141 kBFieldNear,
00142 kBFieldFar,
00143 kAlignment,
00144 kBeam, //SKZP flux errors
00145 kCombinedXSecOverall,//Total cross section for numus & numubars
00146 kCombinedXSecCCMA,//ma_res & ma_qe together for numus & numubars
00147 kCombinedXSecDISMultip2,//KNOij2 (i=1--2,j=1--4) together
00148 //(for NCs & CCs, numus & numubars)
00149 kCombinedXSecDISMultip3,//KNOij3 (i=1--2,j=1--4) together
00150 //(for NCs & CCs, numus & numubars)
00151 kNuMuBarXSecOverall,//Total cross section for numubars only
00152 kNuMuBarXSecCCMA,//ma_res & ma_qe together for numubars only
00153 //THIS NUMUBAR CCMA SYSTEMATIC SHOULD NOT BE USED
00154 kNuMuBarXSecDISMultip2,//KNO142 & KNO132 together (numubars only)
00155 kNuMuBarXSecQEL,
00156 kNuMuBarXSecRes,
00157 kNormalisationBoth,
00158 kNormalisationNear,
00159 kNormalisationFar,
00160 kNCBackground,
00161 kScraping, // Decay Pipe Production
00162 kJitterVDPID,
00163 kTFProb,
00164 kUnknown
00165 } NuSystematic_t;
|
1.3.9.1