LDMX Software
EcalHit.h
1#ifndef ECAL_EVENT_ECALHIT_H_
2#define ECAL_EVENT_ECALHIT_H_
3
4//----------//
5// LDMX //
6//----------//
8
9namespace ldmx {
10
20 public:
23
25 virtual ~EcalHit() {}
26
28 void Clear();
29
31 void Print() const;
32
33 private:
36};
37} // namespace ldmx
38
39#endif /* 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.
Definition EcalHit.h:19
virtual ~EcalHit()
Destructor.
Definition EcalHit.h:25
void Clear()
Clear the data in the object.
ClassDef(EcalHit, 3)
The ROOT class definition.
EcalHit()
Constructor.
Definition EcalHit.h:22
void Print() const
Print a text representation of this object.