Calorimetry information. More...
#include <SRTrackCalo.h>
Public Member Functions | |
SRTrackCalo () | |
virtual | ~SRTrackCalo () |
void | setDefault () |
Public Attributes | |
int | nhit |
Number of hits on this plane counted in the calorimetry. More... | |
float | ke |
Kinetic energy deposited on this plane [GeV]. More... | |
float | charge |
Deposited charge as seen by wireplane (pre recombination and electric lifetime corrections) [ADC]. More... | |
std::vector< SRCaloPoint > | points |
Information saved per-point. More... | |
Calorimetry information.
Definition at line 32 of file SRTrackCalo.h.
caf::SRTrackCalo::SRTrackCalo | ( | ) |
Definition at line 25 of file SRTrackCalo.cxx.
|
virtual |
Definition at line 31 of file SRTrackCalo.cxx.
void caf::SRTrackCalo::setDefault | ( | ) |
Definition at line 33 of file SRTrackCalo.cxx.
float caf::SRTrackCalo::charge |
Deposited charge as seen by wireplane (pre recombination and electric lifetime corrections) [ADC].
Definition at line 41 of file SRTrackCalo.h.
float caf::SRTrackCalo::ke |
Kinetic energy deposited on this plane [GeV].
Definition at line 40 of file SRTrackCalo.h.
int caf::SRTrackCalo::nhit |
Number of hits on this plane counted in the calorimetry.
Definition at line 39 of file SRTrackCalo.h.
std::vector<SRCaloPoint> caf::SRTrackCalo::points |
Information saved per-point.
Definition at line 42 of file SRTrackCalo.h.