StRoot
1
|
#include <StTpcPixel.h>
Public Member Functions | |
StTpcPixel (unsigned char Detector=0, unsigned char Sector=0, unsigned char Row=0, unsigned char Pad=0, unsigned short TimeBin=0, unsigned short Adc=0, int IdTruth=0, short Id=0) | |
unsigned char | detector () const |
unsigned char | sector () const |
unsigned char | padrow () const |
unsigned char | pad () const |
unsigned short | timebin () const |
unsigned short | adc () const |
int | idTruth () const |
short | id () const |
virtual void | Print (Option_t *option="") 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 | |
UChar_t | mDetector |
UChar_t | mSector |
UChar_t | mRow |
UChar_t | mPad |
UShort_t | mTimeBin |
UShort_t | mAdc |
Int_t | mIdTruth |
Short_t | mId |
Definition at line 50 of file StTpcPixel.h.