#include <SRShower.h>
Public Attributes | |
SRVector3D | start |
Shower 3D start point. More... | |
SRVector3D | direction |
Shower 3D end point. More... | |
float | Evis = -999. |
Visible energy in voxels corresponding to this shower. More... | |
SRParticleTruth | truth |
Best-match GEANT truth particle for this track. More... | |
Definition at line 16 of file SRShower.h.
SRVector3D caf::SRShower::direction |
Shower 3D end point.
Definition at line 20 of file SRShower.h.
float caf::SRShower::Evis = -999. |
Visible energy in voxels corresponding to this shower.
Definition at line 21 of file SRShower.h.
SRVector3D caf::SRShower::start |
Shower 3D start point.
Definition at line 19 of file SRShower.h.
SRParticleTruth caf::SRShower::truth |
Best-match GEANT truth particle for this track.
Definition at line 23 of file SRShower.h.