StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
StGmtHitCollection Class Reference

Holds collection of GMT hits in the module. More...

#include <StGmtHitCollection.h>

Inheritance diagram for StGmtHitCollection:
StObject

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.
 
- Public Member Functions inherited from StObject
 StObject (const StObject &sto)
 
StObjectoperator= (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.
 

Detailed Description

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.

Author
K.S. Engle, Jan. 2013
Richard Witt (witt@.nosp@m.usna.nosp@m..edu), Jan. 2013
Grigory Nigmatkulov (nigma.nosp@m.tkul.nosp@m.ov@gm.nosp@m.ail..nosp@m.com), Dec. 2020

Definition at line 25 of file StGmtHitCollection.h.


The documentation for this class was generated from the following files: