5 #ifndef SRTRUTHBRANCH_H 6 #define SRTRUTHBRANCH_H 25 std::vector<SRNeutrino>
nu;
52 #endif // SRTRUTHBRANCH_H short ncosmic
Number of cosmics in cosmic vector (0 or 1)
short faveidxeffthenpur
Index of favorite in allnus when neutrinos are sorted by efficiency and slices break ties by purity...
std::vector< SRCosmic > allcosmics
vector holding all Cosmics
short faveidxpur
Index of favorite in allnus when sorted by purity.
short faveidxeff
Index of favorite in allnus when sorted by slicer efficiency.
short nallcosmics
Number of cosmics in allcosmics vector.
short faveidxeffpur
Index of favorite in allnus when sorted by product of efficiency and purity.
short nnu
Number of neutrinos in nu vector (0 or 1)
std::vector< SRNeutrino > allnus
vector holding all Neutrinos
short faveidxenergy
Index of favorite in allnus when sorted by energy.
Contains truth information for the slice for the parent neutrino/cosmic.
This module creates Common Analysis Files.
short nallnus
Number of neutrinos in allnus vector.
std::vector< SRNeutrino > nu
implemented as a vector to maintain mc.nu structure, i.e. not a pointer, but with 0 or 1 entries...
std::vector< SRCosmic > cosmic
implemented as a vector to maintain mc.cosmic structure