36 fMMextrap = std::unique_ptr<ModularExtrapComponent>(
38 nearMC, axis, fdcut, shiftMC, weight,
39 "mu -> mu",
"#nu_{#mu} #rightarrow #nu_{#mu}",
47 fMEextrap = std::unique_ptr<ModularExtrapComponent>(
49 nearMC, axis, axisNumuND, fdcut, shiftMC, weight,
50 "mu -> e",
"#nu_{#mu} #rightarrow #nu_{e}",
51 numuNDcut, numuDecomp,
60 nearMC, axis, axisNumuND, fdcut, shiftMC, weight,
61 "mubar -> ebar",
"#bar{#nu}_{#mu} #rightarrow #bar{#nu}_{e}",
62 numuNDcut, numuDecomp,
70 fNCextrap = std::unique_ptr<ModularExtrapComponent>(
72 nearMC, axis, fdcut, shiftMC, weight,
73 "NC -> NC",
"NC #rightarrow NC",
77 farMCnonswap, farMCtauswap
84 nearMC, axis, fdcut, shiftMC, weight,
85 "NCbar -> NCbar",
"NC bar #rightarrow NC bar",
89 farMCnonswap, farMCtauswap
95 fEEextrap = std::unique_ptr<ModularExtrapComponent>(
97 nearMC, axis, fdcut, shiftMC, weight,
98 "e -> e",
"#nu_{e} #rightarrow #nu_{e}",
115 const Cut& numuNDcut,
const Cut kIsNumuCC(CCFlavSel(14, 14))
Select CC .
Cuts and Vars for the 2020 FD DiF Study.
Simple record of shifts applied to systematic parameters.
Collection of SpectrumLoaders for many configurations.
const Cut kIsAntiNu([](const caf::SRProxy *sr){if(sr->mc.nnu==0) return false;assert(sr->mc.nnu==1);return sr->mc.nu[0].pdg< 0;})
Is this truly an antineutrino?
const Cut kIsBeamNue(CCFlavSel(12, 12))
Select CC .
const Cut kIsNC([](const caf::SRProxy *sr){if(sr->mc.nnu==0) return false;assert(sr->mc.nnu==1);return!sr->mc.nu[0].iscc;})
Is this a Neutral Current event?
Extrapolates component using truth-over-truth method.
const Cut kIsSig(CCFlavSel(12, 14))
Select CC .
Base class for the various types of spectrum loader.
Standard interface to all decomposition techniques.
This module creates Common Analysis Files.
Extrapolates using reco-over-reco method.