26 const TLorentzVector& centroid()
const {
return centroid_; }
28 std::vector<const ldmx::EcalHit*> getHits()
const {
return hits_; }
30 bool empty()
const {
return hits_.empty(); }
32 void clear() { hits_.clear(); }
35 std::vector<const ldmx::EcalHit*> hits_;
36 TLorentzVector centroid_;