24 const ROOT::Math::XYZTVector& centroid()
const {
return centroid_; }
25 std::vector<const ldmx::EcalHit*> getHits()
const {
return hits_; }
26 bool empty()
const {
return hits_.empty(); }
27 void clear() { hits_.clear(); }
29 void setLayer(
int layer);
33 std::vector<const ldmx::EcalHit*> hits_;
34 ROOT::Math::XYZTVector centroid_;