#include <SRShower.h>
Public Member Functions | |
SRShower () | |
~SRShower () | |
Public Attributes | |
int | bestplane |
shower best reconstructed plane More... | |
float | bestplane_dEdx |
shower dEdx at best plane [MeV/cm] More... | |
float | bestplane_energy |
shower energy at best plane [GeV] More... | |
float | conversion_gap |
shower start and vertex position difference [cm] More... | |
float | density |
shower density [MeV/cm] More... | |
float | len |
shower length [cm] More... | |
float | open_angle |
shower opening angle [rad] More... | |
SRShowerPlaneInfo | plane [3] |
SRVector3D | dir |
direction cosines at the start of the shower More... | |
SRVector3D | start |
shower start point in detector coordinates [cm] More... | |
SRVector3D | end |
shower end point (start+len*dir) in detector coordinates [cm] More... | |
float | cosmicDist |
Distance of closest approach to cosmic ray [cm]. More... | |
SRPFP | pfp |
Contains the hierarchy and metadata from Pandora. More... | |
SRShowerRazzle | razzle |
Results from the shower PID MVA. More... | |
SRShowerSelection | selVars |
SRTrackTruth | truth |
truth information TODO: make seperate showe info class More... | |
unsigned | producer |
Index of the producer that produced this object. In ICARUS, this is the same as the cryostat. More... | |
Representation of a rb::Shower, knows energy and direction, but not a list of hits.
Definition at line 28 of file SRShower.h.
caf::SRShower::SRShower | ( | ) |
Definition at line 26 of file SRShower.cxx.
|
inline |
Definition at line 32 of file SRShower.h.
int caf::SRShower::bestplane |
shower best reconstructed plane
Definition at line 33 of file SRShower.h.
float caf::SRShower::bestplane_dEdx |
shower dEdx at best plane [MeV/cm]
Definition at line 34 of file SRShower.h.
float caf::SRShower::bestplane_energy |
shower energy at best plane [GeV]
Definition at line 35 of file SRShower.h.
float caf::SRShower::conversion_gap |
shower start and vertex position difference [cm]
Definition at line 36 of file SRShower.h.
float caf::SRShower::cosmicDist |
Distance of closest approach to cosmic ray [cm].
Definition at line 44 of file SRShower.h.
float caf::SRShower::density |
shower density [MeV/cm]
Definition at line 37 of file SRShower.h.
SRVector3D caf::SRShower::dir |
direction cosines at the start of the shower
Definition at line 41 of file SRShower.h.
SRVector3D caf::SRShower::end |
shower end point (start+len*dir) in detector coordinates [cm]
Definition at line 43 of file SRShower.h.
float caf::SRShower::len |
shower length [cm]
Definition at line 38 of file SRShower.h.
float caf::SRShower::open_angle |
shower opening angle [rad]
Definition at line 39 of file SRShower.h.
SRPFP caf::SRShower::pfp |
Contains the hierarchy and metadata from Pandora.
Definition at line 46 of file SRShower.h.
SRShowerPlaneInfo caf::SRShower::plane[3] |
Definition at line 40 of file SRShower.h.
unsigned caf::SRShower::producer |
Index of the producer that produced this object. In ICARUS, this is the same as the cryostat.
Definition at line 52 of file SRShower.h.
SRShowerRazzle caf::SRShower::razzle |
Results from the shower PID MVA.
Definition at line 48 of file SRShower.h.
SRShowerSelection caf::SRShower::selVars |
Definition at line 49 of file SRShower.h.
SRVector3D caf::SRShower::start |
shower start point in detector coordinates [cm]
Definition at line 42 of file SRShower.h.
SRTrackTruth caf::SRShower::truth |
truth information TODO: make seperate showe info class
Definition at line 50 of file SRShower.h.