14 #ifndef StGmtHitCollection_hh
15 #define StGmtHitCollection_hh
19 #include "StContainers.h"
48 void Clear( Option_t *opt =
"" );
60 #endif // #define StGmtHitCollection_hh
Short_t mModule
Module index.
short getModule() const
Module number.
void setModule(short moduleId)
Set module number.
Holds collection of GMT hits in the module.
StSPtrVecGmtHit mHitVec
Vector of hits that belong to the current module.
Holds data for the hit in GMT.
size_t getNumHits() const
Number of hits in the module.
void Clear(Option_t *opt="")
Clear.
StGmtHitCollection(short moduleId=-1)
Constructor.
StSPtrVecGmtHit & getHitVec()
Vector of hits that belong to the module.
~StGmtHitCollection()
Deconstructor.
const StSPtrVecGmtHit & getHitVec() const
Vector of hits that belong to the module.