#include "CAFAna/Core/HistAxis.h"
#include "CAFAna/Cuts/Cuts.h"
#include "3FlavorAna/Vars/NueVars.h"
#include "3FlavorAna/Vars/NueEnergy2017.h"
Go to the source code of this file.
Namespaces | |
ana | |
Cuts and Vars for the 2020 FD DiF Study. | |
Functions | |
bool | ana::kNue2017BasicPartFunc (const caf::SRProxy *sr) |
const Cut | ana::kNue2017BasicPart (kNue2017BasicPartFunc) |
Variables | |
const Cut | ana::kNue2017CVNCut = kCVNe > 0.75 |
Close to the s/sqrt(s+b) optimization. TODO: DocDB reference? More... | |
const Cut | ana::kNue2017Presel |
const Cut | ana::kNue2017PtPCutCVN = ( kPtP < 0.58 ) || ( 0.58 <= kPtP && kPtP < 0.8 && kMaxY < 590 ) || ( 0.8 <= kPtP && kMaxY < 350 ) |
const Cut | ana::kNue2017PtPCutLID = ( kPtP < 0.4 ) || ( 0.4 <= kPtP && kPtP < 0.65 && kMaxY < 600 ) |
Somewhat tighter p_t/P vs maxy cuts suitable for use with LID. More... | |
const Cut | ana::kNue2017ProngContainment |
FD containment cuts, inherited from Second Analysis. More... | |
const Cut | ana::kNue2017BackwardCut |
FD backward cosmic photon rejection cut, inherited from Second Analysis. More... | |
const Cut | ana::kNue2017CorePart |
Cuts which define the "core" sample and are reversed for the "peripheral" sample. More... | |
const Cut | ana::kNue2017CorePresel = kNue2017BasicPart && kNue2017CorePart |
Full preselection for 2017 "core" sample with Cut-based CosRej. More... | |
const Cut | ana::kNue2017PeripheralPresel |
const Cut | ana::kNue2017BDTContainment = kCosPID > 0.56 |
Lowest BDT value used in Matryoshka binning DocDB 19724. Not finalized. More... | |
const Cut | ana::kNue2017FullPreselBDTCosRej |
Full FD nue preselection cuts for 2017 analysis with BDT-based CosRej. More... | |
const Cut | ana::kNue2017FD = kNue2017CorePresel && kNue2017CVNCut && kNearestSliceCosRejCore |
Full FD nue selection for 2017 analysis. More... | |
const Cut | ana::kNue2017CVNVsCosPID = (kCVNe>0.95 && kCosPIDContain>0.53) || kCVNe>0.99 |
const Cut | ana::kNue2017FDPeripheral = kNue2017PeripheralPresel && kNue2017CVNVsCosPID && kNearestSliceCosRejPeripheral |
Definition of the FD peripheral sample around our core selected events. More... | |
const Cut | ana::kNue2017FDAllSamples = kNue2017FD || kNue2017FDPeripheral |
Our FD selection including all samples, for making predictions, etc. More... | |
const Cut | ana::kNueFD2017DecafCut = kNue2017BasicPart && kCVNe > 0.5 |
const Cut | ana::kNue2017PeripheralPreselHE |
const Cut | ana::kNue2017CVNVsCosPIDPeripheralMP |
const Cut | ana::kNue2017CVNVsCosPIDPeripheralLP |
const Cut | ana::kNue2017FDPeripheralHELPsideband |
Definition of the FD peripheral High Energy Low PID. More... | |
const Cut | ana::kNue2017FDPeripheralHEMPsideband |
Definition of the FD peripheral High Energy Mid PID. More... | |
const Cut | ana::kNue2017FDPeripheralLPsideband |
Definition of the FD peripheral Low PID. More... | |
const Cut | ana::kNue2017FDPeripheralMPsideband |
Definition of the FD peripheral Mid PID. More... | |
const Cut | ana::kNue2017FDPeripheralHEsideband |
Definition of the FD peripheral High Energy sideband. More... | |
const Cut | ana::kNue2017PreselHE |
const Cut | ana::kNue2017CorePartHE |
Cuts which define the "core" HE sample and are reversed for the "peripheral" sample. More... | |
const Cut | ana::kNue2017CorePreselHE = kNue2017BasicPart && kNue2017CorePartHE |
Preselection for 2017 "core" HE sample with Cut-based CosRej. More... | |
const Cut | ana::kNue2017FDHE = kNue2017CorePreselHE && kNue2017CVNCut && kNearestSliceCosRejCoreSideband |
FD nue selection for "core" HE sample. More... | |
const Cut | ana::kNue2017FDAllSamplesHEsidebands = kNue2017FDHE || kNue2017FDPeripheralHEsideband |
All samples - High energy sideband. More... | |
const Cut | ana::kNue2017CVNCutLP = kCVNe > 0.50 && kCVNe <= 0.75 |
Low PID cut for core sidebands. More... | |
const Cut | ana::kNue2017FDLP = kNue2017CorePresel && kNue2017CVNCutLP && kNearestSliceCosRejCoreSideband |
FD nue selection for 2017 low PID sideband. More... | |
const Cut | ana::kNue2017NDNHits = kNHit >= 20 && kNHit <= 200 |
const Cut | ana::kNue2017NDNHitsHE = kNHit >= 20 |
const Cut | ana::kNue2017NDEnergy = kNueEnergy2017 < 4.5 |
const Cut | ana::kNue2017NDEnergyHE = kNueEnergy2017 < 10 |
const Cut | ana::kNue2017NDProngLength |
const Cut | ana::kNueND2017DecafCut |
const Cut | ana::kNue2017NDPresel |
const Cut | ana::kNue2017NDPreselHE |
const Cut | ana::kNue2017NDCVNSsb = kNue2017NDPresel && kNue2017CVNCut |