21 return o <<
"CalorimeterHit { " <<
"id: " << std::hex << c.
id_ << std::dec
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 clear()
Clear the data in the object.
float ypos_
Y Position of the hit.
float zpos_
Z Position of the hit.
bool is_noise_
Is this a noise hit?
float amplitude_
The amplitude value before sampling corrections.