7#ifndef EVENT_ECALCLUSTER_H_
8#define EVENT_ECALCLUSTER_H_
11#include "Ecal/Event/EcalHit.h"
37 void addHits(
const std::vector<const ldmx::EcalHit*> hitsVec);
40 return this->getEnergy() < rhs.getEnergy();
Class that stores calorimeter cluster information.
Stores cluster information from the ECal.
Stores cluster information from the ECal.
void addHits(const std::vector< const ldmx::EcalHit * > hitsVec)
Take in the hits that make up the cluster.
virtual ~EcalCluster()
Class destructor.
EcalCluster()
Class constructor.