#include <SRShower.h>
Public Member Functions | |
SRShowerPlaneInfo () | |
Public Attributes | |
float | dEdx |
shower calculated dEdx for this plane [MeV/cm] More... | |
float | energy |
shower calculated energy for this plane [GeV] More... | |
unsigned int | nHits |
Number of hits associated to the shower for this plane. More... | |
float | wirePitch |
Wire pitch corrected for the angle of the shower for this plane [cm]. More... | |
Definition at line 15 of file SRShower.h.
caf::SRShowerPlaneInfo::SRShowerPlaneInfo | ( | ) |
Definition at line 18 of file SRShower.cxx.
float caf::SRShowerPlaneInfo::dEdx |
shower calculated dEdx for this plane [MeV/cm]
Definition at line 20 of file SRShower.h.
float caf::SRShowerPlaneInfo::energy |
shower calculated energy for this plane [GeV]
Definition at line 21 of file SRShower.h.
unsigned int caf::SRShowerPlaneInfo::nHits |
Number of hits associated to the shower for this plane.
Definition at line 22 of file SRShower.h.
float caf::SRShowerPlaneInfo::wirePitch |
Wire pitch corrected for the angle of the shower for this plane [cm].
Definition at line 23 of file SRShower.h.