StRoot
1
|
Holds collections of GMT data. More...
#include <StGmtCollection.h>
Public Member Functions | |
StGmtCollection () | |
Constructor. | |
~StGmtCollection () | |
Destructor. | |
size_t | getNumModules () const |
Number of modules. | |
size_t | getNumStrips () const |
Number total number of strips. | |
size_t | getNumStrips (unsigned short moduleIdx) const |
Number of strips in the i-th module. | |
size_t | getNumHits () const |
Number total number of hits. | |
size_t | getNumHits (unsigned short moduleIdx) const |
Number of hits in the i-th module. | |
size_t | getNumPoints () const |
Number of points. | |
StGmtStripCollection * | getStripCollection (unsigned short moduleIdx) |
Pointer to the GMT strip collection in the i-th module. | |
const StGmtStripCollection * | getStripCollection (unsigned short moduleIdx) const |
Pointer to the GMT strip collection in the i-th module. | |
StGmtHitCollection * | getHitCollection (unsigned short moduleIdx) |
Pointer to the GMT hit collection in the i-th module. | |
const StGmtHitCollection * | getHitCollection (unsigned short moduleIdx) const |
Pointer to the GMT hit collection in the i-th module. | |
StGmtPointCollection * | getPointCollection () |
Pointer to the GMT point collection. | |
const StGmtPointCollection * | getPointCollection () const |
Pointer to the GMT point collection. | |
void | Clear (Option_t *opts="") |
Clear method. | |
![]() | |
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 | |
StGmtStripCollection | mStripCollection [kGmtNumModules] |
GMT strip collections for all modules. | |
StGmtHitCollection | mHitCollection [kGmtNumModules] |
GMT hit collections for all modules. | |
StGmtPointCollection | mPointCollection |
GMT point collection. | |
Friends | |
class | StMuDstMaker |
Friend class of the StMuDSTMaker. | |
Holds collections of GMT data.
Holds collections of GMT strips.
Holds collections of GMT points.
GMT data collection for StEvent (based on StFgtCollection)
Collection of GMT points for StEvent. Basically a wrapper for an StSPtrVecGmtPoint (based on StFgtPointCollection)
Collection of GMT strips for StEvent. Basically a wrapper for an StSPtrVecGmtStrip (based on StFgtStripCollection)
Definition at line 23 of file StGmtCollection.h.