An SRTruthMatch contains overarching information for a slice. More...
#include <SRTruthMatch.h>
Public Member Functions | |
SRTruthMatch () | |
virtual | ~SRTruthMatch () |
void | setDefault () |
Public Attributes | |
float | eff |
Slice efficiency for this interaction. More... | |
float | eff_cryo |
Slice efficiency for this interaction for energy in the slice's cryostat. More... | |
float | pur |
Slice purity for this interaction. More... | |
float | visEinslc |
True deposited energy in slice [GeV]. More... | |
float | visEcosmic |
True slice deposited energy from cosmics. More... | |
int | index |
Index of the matched true neutrino interaction (-1 if not matched to neutrino) More... | |
An SRTruthMatch contains overarching information for a slice.
Definition at line 15 of file SRTruthMatch.h.
caf::SRTruthMatch::SRTruthMatch | ( | ) |
Definition at line 13 of file SRTruthMatch.cxx.
|
virtual |
Definition at line 22 of file SRTruthMatch.cxx.
void caf::SRTruthMatch::setDefault | ( | ) |
Definition at line 24 of file SRTruthMatch.cxx.
float caf::SRTruthMatch::eff |
Slice efficiency for this interaction.
Definition at line 22 of file SRTruthMatch.h.
float caf::SRTruthMatch::eff_cryo |
Slice efficiency for this interaction for energy in the slice's cryostat.
Definition at line 23 of file SRTruthMatch.h.
int caf::SRTruthMatch::index |
Index of the matched true neutrino interaction (-1 if not matched to neutrino)
Definition at line 27 of file SRTruthMatch.h.
float caf::SRTruthMatch::pur |
Slice purity for this interaction.
Definition at line 24 of file SRTruthMatch.h.
float caf::SRTruthMatch::visEcosmic |
True slice deposited energy from cosmics.
Definition at line 26 of file SRTruthMatch.h.
float caf::SRTruthMatch::visEinslc |
True deposited energy in slice [GeV].
Definition at line 25 of file SRTruthMatch.h.