All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ana::SBNOsc::VisibleEnergyCalculator Struct Reference

#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...
 

Detailed Description

Definition at line 134 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.

Constructor & Destructor Documentation

ana::SBNOsc::VisibleEnergyCalculator::VisibleEnergyCalculator ( )
inline

Definition at line 153 of file sbnana/sbnanalysis/ana/SBNOsc/Utilities.h.

153  :
154  lepton_pdgid(0),
155  track_threshold(0),
156  shower_threshold(0),
162  lepton_contained(false),
164  {}
double track_energy_distortion
Distortion of energies of tracks (%).
double lepton_energy_distortion_leaving_A
Parameter in function to calculate primary lepton energy resolution.
double lepton_energy_distortion_contained
Distortion of energies of primary lepton whose tracks are contained within the TPC (%)...
double shower_threshold
Energy threshold of shower energy counted in calculation [GeV].
double lepton_energy_distortion_leaving_B
Parameter in function to calculate primary lepton energy resolution.
double track_threshold
Energy threshold of track energy counted in calculation [GeV].
double shower_energy_distortion
Distortion of energies of showers (%).
double lepton_contained_length
Length of section of primary lepton&#39;s track that is contained within the TPC.
int lepton_pdgid
PDGID of lepton in the interaction. Used to add.
bool lepton_contained
True if primary lepton&#39;s track is contained within TPC.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: