|
|
Definition at line 219 of file NuSystematic.h. 00219 {
00220 kNominal,
00221
00222 kShowerEnergyOffset, //Not used
00223 kShowerEnergyScale, //Absolute shower energy (both detectors; calib+intranuke)
00224 kShowerEnergyFunction, //Energy-dependent shower energy scale
00225 kShowerEnergyScaleNear, //ND calib uncertainty
00226 kShowerEnergyScaleFar, //FD calib uncertainty
00227 kShowerEnergyScaleRelative, //ND+FD (quadrature) calib uncertainties
00228
00229 kTrackEnergyCurvatureBoth,
00230 kTrackEnergyCurvatureFar,
00231 kTrackEnergyCurvatureNear,
00232 kTrackEnergyRange,
00233 kTrackEnergyScale,
00234 kTrackEnergyOverall,
00235
00236 kBFieldBoth,
00237 kBFieldNear,
00238 kBFieldFar,
00239 kAlignment,
00240 kBeam, //SKZP flux errors
00241
00242 kCombinedXSecOverall,//Total cross section for numus & numubars
00243 kCombinedXSecCCMA,//ma_res & ma_qe together for numus & numubars
00244 kCombinedXSecMaRes,//ma_res for numus & numubars
00245 kCombinedXSecMaQE,//ma_qe for numus & numubars
00246 kCombinedXSecDISMultip2,//KNOij2 (i=1--2,j=1--4) together
00247 //(for NCs & CCs, numus & numubars)
00248 kCombinedXSecDISMultip3,//KNOij3 (i=1--2,j=1--4) together
00249 //(for NCs & CCs, numus & numubars)
00250
00251 kNuMuBarXSecSum, // All nubar xsecs summed in quadrature
00252 kNuMuBarXSecOverall,//Total cross section for numubars only
00253 kNuMuBarXSecCCMA,//ma_res & ma_qe together for numubars only
00254 //THIS NUMUBAR CCMA SYSTEMATIC SHOULD NOT BE USED
00255 kNuMuBarXSecDISMultip2,//KNO142 & KNO132 together (numubars only)
00256 kNuMuBarXSecQEL,
00257 kNuMuBarXSecRes,
00258
00259 kNormalisationBoth,
00260 kNormalisationNear,
00261 kNormalisationFar,
00262 kNCBackground,
00263 kAllBackgroundsScaleBoth,
00264 kCCBackground,
00265 kNDCleaning, // Expressed in sigma. 0 = nominal. +/- 1 = 1sigma shift
00266 kScraping, // Decay Pipe Production
00267
00268 kJitterVDPID,
00269 kJitter,
00270 kDPID,
00271 kTFProb,
00272 kTargetHole,
00273 kTauQELRes,
00274
00275 kEnergyResolutionEventBoth,
00276 kEnergyResolutionEventNear,
00277 kEnergyResolutionShowerBoth,
00278 kEnergyResolutionShowerNear,
00279 kEnergyResolutionTrackRangeBoth,
00280 kEnergyResolutionTrackRangeNear,
00281 kEnergyResolutionTrackCurveBoth,
00282 kEnergyResolutionTrackCurveNear,
00283 kUnknown
00284 } NuSystematic_t;
|
1.3.9.1