StRoot
1
|
#include <StPxlRawHitCollection.h>
Public Member Functions | |
void | addRawHit (const StPxlRawHit &rawHit) |
add a raw hit to the collection | |
Int_t | numberOfRawHits (Int_t sector, Int_t ladder, Int_t sensor) |
number of raw hits in a sensor | |
Int_t | numberOfRawHits () |
const StPxlRawHit * | rawHit (Int_t sector, Int_t ladder, Int_t sensor, Int_t rawHitIndex) const |
pionter to a rawHit in the collection | |
virtual const char * | GetCVS () const |
Public Member Functions inherited from StObject | |
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 | |
vector< StPxlRawHit > | mPxlRawHitVec [kNumberOfPxlSectors][kNumberOfPxlLaddersPerSector][kNumberOfPxlSensorsPerLadder] |
vectors to store raw hits | |
Definition at line 39 of file StPxlRawHitCollection.h.