8#ifndef EVENT_HCALCLUSTER_H_
9#define EVENT_HCALCLUSTER_H_
43 void addHits(
const std::vector<const ldmx::HcalHit*> hitsVec);
45 void setTime(
double x) { time_ = x; }
47 double getTime()
const {
return time_; }
50 return this->getEnergy() < rhs.getEnergy();
Class that stores calorimeter cluster information.
Class that stores Stores reconstructed hit information from the HCAL.
Stores cluster information from the ECal.
Stores cluster information from the HCal.
void Clear()
Reset the HcalCluster object.
void addHits(const std::vector< const ldmx::HcalHit * > hitsVec)
Take in the hits that make up the cluster.
HcalCluster()=default
Class constructor.
virtual ~HcalCluster()
Class destructor.