#include <Utilities.h>
Public Member Functions | |
VisibleEnergyCalculator () | |
Public Attributes | |
int | lepton_pdgid |
PDGID of lepton in the interaction. Used to add. More... | |
double | track_threshold |
Energy threshold of track energy counted in calculation [GeV]. More... | |
double | shower_threshold |
Energy threshold of shower energy counted in calculation [GeV]. More... | |
double | track_energy_distortion |
Distortion of energies of tracks (%). More... | |
double | shower_energy_distortion |
Distortion of energies of showers (%). More... | |
double | lepton_energy_distortion_contained |
Distortion of energies of primary lepton whose tracks are contained within the TPC (%). More... | |
double | lepton_energy_distortion_leaving_A |
Parameter in function to calculate primary lepton energy resolution. More... | |
double | lepton_energy_distortion_leaving_B |
Parameter in function to calculate primary lepton energy resolution. More... | |
int | lepton_index |
Index of lepton in the mctrack object. More... | |
bool | lepton_contained |
True if primary lepton's track is contained within TPC. More... | |
double | lepton_contained_length |
Length of section of primary lepton's track that is contained within the TPC. More... | |
Definition at line 134 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
|
inline |
Definition at line 153 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
bool ana::SBNOsc::VisibleEnergyCalculator::lepton_contained |
True if primary lepton's track is contained within TPC.
Definition at line 150 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
double ana::SBNOsc::VisibleEnergyCalculator::lepton_contained_length |
Length of section of primary lepton's track that is contained within the TPC.
Definition at line 151 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
double ana::SBNOsc::VisibleEnergyCalculator::lepton_energy_distortion_contained |
Distortion of energies of primary lepton whose tracks are contained within the TPC (%).
Definition at line 144 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
double ana::SBNOsc::VisibleEnergyCalculator::lepton_energy_distortion_leaving_A |
Parameter in function to calculate primary lepton energy resolution.
Definition at line 145 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
double ana::SBNOsc::VisibleEnergyCalculator::lepton_energy_distortion_leaving_B |
Parameter in function to calculate primary lepton energy resolution.
Definition at line 147 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
int ana::SBNOsc::VisibleEnergyCalculator::lepton_index |
Index of lepton in the mctrack object.
Definition at line 149 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
int ana::SBNOsc::VisibleEnergyCalculator::lepton_pdgid |
PDGID of lepton in the interaction. Used to add.
Definition at line 135 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
double ana::SBNOsc::VisibleEnergyCalculator::shower_energy_distortion |
Distortion of energies of showers (%).
Definition at line 142 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
double ana::SBNOsc::VisibleEnergyCalculator::shower_threshold |
Energy threshold of shower energy counted in calculation [GeV].
Definition at line 140 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
double ana::SBNOsc::VisibleEnergyCalculator::track_energy_distortion |
Distortion of energies of tracks (%).
Definition at line 141 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.
double ana::SBNOsc::VisibleEnergyCalculator::track_threshold |
Energy threshold of track energy counted in calculation [GeV].
Definition at line 139 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.