#include <NumuSelection.h>
Public Attributes | |
bool | t_is_contained |
whether the (maybe faked) lepton track is totally contained in the active volume More... | |
double | t_contained_length |
the length of the (maybe faked) lepton track contained in the active volume [cm] More... | |
double | t_length |
total length of (maybe faked) lepton track [cm] More... | |
int | t_pdgid |
PDGID of primary track (muon or pi+) More... | |
double | t_energy_true |
True energy of primary track [GeV]. More... | |
double | t_energy_smeared |
Smeared energy of primary track [GeV]. More... | |
TVector3 | t_momentum |
Additional information used by the selection per neutrino interaction
Definition at line 69 of file NumuSelection.h.
double ana::SBNOsc::NumuSelection::NuMuInteraction::t_contained_length |
the length of the (maybe faked) lepton track contained in the active volume [cm]
Definition at line 71 of file NumuSelection.h.
double ana::SBNOsc::NumuSelection::NuMuInteraction::t_energy_smeared |
Smeared energy of primary track [GeV].
Definition at line 75 of file NumuSelection.h.
double ana::SBNOsc::NumuSelection::NuMuInteraction::t_energy_true |
True energy of primary track [GeV].
Definition at line 74 of file NumuSelection.h.
bool ana::SBNOsc::NumuSelection::NuMuInteraction::t_is_contained |
whether the (maybe faked) lepton track is totally contained in the active volume
Definition at line 70 of file NumuSelection.h.
double ana::SBNOsc::NumuSelection::NuMuInteraction::t_length |
total length of (maybe faked) lepton track [cm]
Definition at line 72 of file NumuSelection.h.
TVector3 ana::SBNOsc::NumuSelection::NuMuInteraction::t_momentum |
Definition at line 76 of file NumuSelection.h.
int ana::SBNOsc::NumuSelection::NuMuInteraction::t_pdgid |
PDGID of primary track (muon or pi+)
Definition at line 73 of file NumuSelection.h.