12 #ifndef StGmtCollection_hh
13 #define StGmtCollection_hh
17 #include "StGmtStripCollection.h"
18 #include "StGmtHitCollection.h"
19 #include "StGmtPointCollection.h"
61 {
return (moduleIdx < kGmtNumModules ? &
mHitCollection[moduleIdx] : 0 ); }
64 {
return (moduleIdx < kGmtNumModules ? &
mHitCollection[moduleIdx] : 0 ); }
72 void Clear( Option_t *opts =
"" );
90 #endif // #define StGmtCollection_hh
Holds collections of GMT data.
void Clear(Option_t *opts="")
Clear method.
StGmtHitCollection * getHitCollection(unsigned short moduleIdx)
Pointer to the GMT hit collection in the i-th module.
StGmtStripCollection mStripCollection[kGmtNumModules]
GMT strip collections for all modules.
size_t getNumStrips() const
Number total number of strips.
const StGmtStripCollection * getStripCollection(unsigned short moduleIdx) const
Pointer to the GMT strip collection in the i-th module.
Holds collection of GMT hits in the module.
size_t getNumModules() const
Number of modules.
size_t getNumHits(unsigned short moduleIdx) const
Number of hits in the i-th module.
StGmtPointCollection * getPointCollection()
Pointer to the GMT point collection.
~StGmtCollection()
Destructor.
size_t getNumHits() const
Number total number of hits.
StGmtCollection()
Constructor.
size_t getNumPoints() const
Number of points.
StGmtStripCollection * getStripCollection(unsigned short moduleIdx)
Pointer to the GMT strip collection in the i-th module.
size_t getNumPoints() const
Number of points (size of the vector)
StGmtHitCollection mHitCollection[kGmtNumModules]
GMT hit collections for all modules.
const StGmtPointCollection * getPointCollection() const
Pointer to the GMT point collection.
const StGmtHitCollection * getHitCollection(unsigned short moduleIdx) const
Pointer to the GMT hit collection in the i-th module.
StGmtPointCollection mPointCollection
GMT point collection.
size_t getNumStrips(unsigned short moduleIdx) const
Number of strips in the i-th module.