21 std::cout <<
"CalorimeterHit { "
22 <<
"id: " << std::hex <<
id_ << std::dec <<
", energy: " <<
energy_
Class that represents a reconstructed hit in a calorimeter cell within the detector.
Represents a reconstructed hit in a calorimeter cell within the detector.
float time_
The time of the hit.
float xpos_
X Position of the hit.
int id_
The detector ID of the hit.
float energy_
The energy of the hit corrected by a sampling fraction.
void Print() const
Print out the object.
void Clear()
Clear the data in the object.
float ypos_
Y Position of the hit.
bool isNoise_
Is this a noise hit?
float zpos_
Z Position of the hit.
float amplitude_
The amplitude value before sampling corrections.