#include <SRTrueInteraction.h>
Public Member Functions | |
SRTrueInteractionPlaneInfo () | |
Public Attributes | |
float | visE |
Sum of energy deposited on plane [GeV]. More... | |
unsigned int | nhitprim |
Number of hits from primary particles on plane. More... | |
unsigned int | nhit |
Number of hits on plane. More... | |
Definition at line 20 of file SRTrueInteraction.h.
caf::SRTrueInteractionPlaneInfo::SRTrueInteractionPlaneInfo | ( | ) |
Definition at line 12 of file SRTrueInteraction.cxx.
unsigned int caf::SRTrueInteractionPlaneInfo::nhit |
Number of hits on plane.
Definition at line 27 of file SRTrueInteraction.h.
unsigned int caf::SRTrueInteractionPlaneInfo::nhitprim |
Number of hits from primary particles on plane.
Definition at line 26 of file SRTrueInteraction.h.
float caf::SRTrueInteractionPlaneInfo::visE |
Sum of energy deposited on plane [GeV].
Definition at line 25 of file SRTrueInteraction.h.