StRoot
1
|
Holds collection of GMT hits in the module. More...
#include <StGmtHitCollection.h>
Public Member Functions | |
StGmtHitCollection (short moduleId=-1) | |
Constructor. | |
~StGmtHitCollection () | |
Deconstructor. | |
StSPtrVecGmtHit & | getHitVec () |
Vector of hits that belong to the module. | |
const StSPtrVecGmtHit & | getHitVec () const |
Vector of hits that belong to the module. | |
size_t | getNumHits () const |
Number of hits in the module. | |
short | getModule () const |
Module number. | |
void | setModule (short moduleId) |
Set module number. | |
void | Clear (Option_t *opt="") |
Clear. | |
![]() | |
StObject (const StObject &sto) | |
StObject & | operator= (const StObject &sto) |
virtual TObject * | clone () const |
Int_t | isZombie () const |
virtual void | makeZombie (int flg=1) |
UInt_t | Ztreamer (TBuffer &R__b) |
ClassDef (StObject, 3) static UInt_t fgTally | |
Protected Attributes | |
Short_t | mModule |
Module index. | |
StSPtrVecGmtHit | mHitVec |
Vector of hits that belong to the current module. | |
Holds collection of GMT hits in the module.
A collection of StGmtHit classes for StEvent. Basically a wrapper for an StSPtrVecGmtHit. Note, one instance of this class corresponds to one module.
Definition at line 25 of file StGmtHitCollection.h.