StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
StGmtStripCollection Class Reference
Inheritance diagram for StGmtStripCollection:
StObject

Public Member Functions

 StGmtStripCollection (short module=0)
 Constructer.
 
 ~StGmtStripCollection ()
 Destructor.
 
StSPtrVecGmtStrip & getStripVec ()
 Access vector with strips.
 
const StSPtrVecGmtStrip & getStripVec () const
 Access vector with strips.
 
void sortByGeoId ()
 
void sortByCoord ()
 
void partialSortByCoord ()
 
void sortByLayer ()
 
void removeFlagged ()
 
size_t getNumStrips () const
 
short getModule () const
 
void setModule (short module)
 
void Clear (Option_t *opt="")
 
StGmtStripgetStrip (int Id)
 
StGmtStripgetSortedStrip (int Id)
 
- 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
 

Static Protected Member Functions

static bool hitGeoIdLessThan (const StGmtStrip *h1, const StGmtStrip *h2)
 Function used for sorting strips by geoId.
 
static bool hitCoordLessThan (const StGmtStrip *h1, const StGmtStrip *h2)
 Function used for sorting strips by coordinate number.
 
static bool hitLayerLessThan (const StGmtStrip *h1, const StGmtStrip *h2)
 Function used for sorting strips by X then Y.
 

Protected Attributes

Short_t mModule
 Module ID.
 
StSPtrVecGmtStrip mStripVec
 Vector with strips.
 
StPtrVecGmtStrip mStripElecIdVec
 
StPtrVecGmtStrip mStripGeoIdVec
 

Detailed Description

Definition at line 22 of file StGmtStripCollection.h.

Member Data Documentation

StPtrVecGmtStrip StGmtStripCollection::mStripElecIdVec
protected

Temporary copy of the pointers, indexed by ElecId used for the addStripInfo class

Definition at line 85 of file StGmtStripCollection.h.

StPtrVecGmtStrip StGmtStripCollection::mStripGeoIdVec
protected

Temporary copy of the pointers, indexed by GeoId used for the addStripInfo class

Definition at line 88 of file StGmtStripCollection.h.

Referenced by StGmtStripCollection().


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