21 #include "StEpdCollection.h"
32 StEpdCollection::~StEpdCollection()
37 const StSPtrVecEpdHit&
38 StEpdCollection::epdHits()
const {
return mEpdHits; }
41 StEpdCollection::epdHits() {
return mEpdHits; }
45 StEpdCollection::addHit(
const StEpdHit* aHit)
47 if (aHit) mEpdHits.push_back(aHit);
51 StEpdCollection::hitsPresent()
const {
return mEpdHits.size(); }
Stores information for tiles in STAR Event Plane Detector.