#include <SRTrueParticle.h>
Public Member Functions | |
SRTrueParticlePlaneInfo () | |
Public Attributes | |
float | visE |
Sum of energy deposited on plane [GeV]. More... | |
unsigned int | nhit |
Number of hits on plane. More... | |
Definition at line 15 of file SRTrueParticle.h.
caf::SRTrueParticlePlaneInfo::SRTrueParticlePlaneInfo | ( | ) |
Definition at line 11 of file SRTrueParticle.cxx.
unsigned int caf::SRTrueParticlePlaneInfo::nhit |
Number of hits on plane.
Definition at line 21 of file SRTrueParticle.h.
float caf::SRTrueParticlePlaneInfo::visE |
Sum of energy deposited on plane [GeV].
Definition at line 20 of file SRTrueParticle.h.