#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-02-25/MCCheater/BackTracker.h"
Public Attributes | |
art::Ptr< simb::MCTruth > | neutrinoInt |
Truth information about neutrino interaction. More... | |
double | efficiency |
Efficiency (based on FLS energy) of neutrino interaction relative to slice. More... | |
double | purity |
Purity (based on FLS energy) of neutrino interaction relative to slice. More... | |
unsigned int | truthColIndex |
Position in column vector of MCTruths from the event. More... | |
double | energySlice |
Sum of FLS hits from the neutrino contributing to hits included in the slice. More... | |
double | energyTotal |
Sum of FLS hits from the neutrino contributing to any hit in the event. More... | |
int | nSliceHits |
Number of hits from this neutrino in this slice. More... | |
int | nTotalHits |
Total number of hits the neutrino left in the detector. More... | |
Definition at line 45 of file BackTracker.h.
double cheat::NeutrinoEffPur::efficiency |
Efficiency (based on FLS energy) of neutrino interaction relative to slice.
Definition at line 48 of file BackTracker.h.
Referenced by caf::AddCosmicTruthToVec(), caf::CAFMaker::AddMCTruthToVec(), cheat::EffMetric(), cheat::EffPurMetric(), and cheat::BackTracker::sort_eff().
double cheat::NeutrinoEffPur::energySlice |
Sum of FLS hits from the neutrino contributing to hits included in the slice.
Definition at line 51 of file BackTracker.h.
Referenced by caf::AddCosmicTruthToVec(), caf::CAFMaker::AddMCTruthToVec(), and cheat::EnergyMetric().
double cheat::NeutrinoEffPur::energyTotal |
Sum of FLS hits from the neutrino contributing to any hit in the event.
Definition at line 52 of file BackTracker.h.
Referenced by caf::AddCosmicTruthToVec(), and caf::CAFMaker::AddMCTruthToVec().
art::Ptr<simb::MCTruth> cheat::NeutrinoEffPur::neutrinoInt |
Truth information about neutrino interaction.
Definition at line 47 of file BackTracker.h.
Referenced by caf::AddCosmicTruthToVec(), caf::CAFMaker::AddMCTruthToVec(), caf::CAFMaker::produce(), cheat::BackTracker::SlicesToMCTruthsTable(), and cheat::BackTracker::SliceToOrderedNuIds().
int cheat::NeutrinoEffPur::nSliceHits |
Number of hits from this neutrino in this slice.
Definition at line 53 of file BackTracker.h.
Referenced by caf::AddCosmicTruthToVec(), and caf::CAFMaker::AddMCTruthToVec().
int cheat::NeutrinoEffPur::nTotalHits |
Total number of hits the neutrino left in the detector.
Definition at line 54 of file BackTracker.h.
Referenced by caf::AddCosmicTruthToVec(), and caf::CAFMaker::AddMCTruthToVec().
double cheat::NeutrinoEffPur::purity |
Purity (based on FLS energy) of neutrino interaction relative to slice.
Definition at line 49 of file BackTracker.h.
Referenced by caf::AddCosmicTruthToVec(), caf::CAFMaker::AddMCTruthToVec(), cheat::EffPurMetric(), cheat::PurMetric(), and cheat::BackTracker::sort_pur().
unsigned int cheat::NeutrinoEffPur::truthColIndex |
Position in column vector of MCTruths from the event.
Definition at line 50 of file BackTracker.h.