1#ifndef ECAL_EVENT_ECALHIT_H_
2#define ECAL_EVENT_ECALHIT_H_
Class that represents a reconstructed hit in a calorimeter cell within the detector.
Represents a reconstructed hit in a calorimeter cell within the detector.
Stores reconstructed hit information from the ECAL.
void clear()
Clear the data in the object.
ClassDef(EcalHit, 4)
The ROOT class definition.
virtual ~EcalHit()
Destructor.
friend std::ostream & operator<<(std::ostream &o, const EcalHit &d)
Print a text representation of this object.
EcalHit()=default
Constructor.