StRoot
1
|
#include <StRichPixel.h>
Public Member Functions | |
StRichPixel (unsigned int packedData) | |
int | operator== (const StRichPixel &) const |
int | operator!= (const StRichPixel &) const |
void | setPackedData (unsigned int) |
unsigned short | pad () const |
unsigned short | row () const |
unsigned short | adc () 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 | |
UInt_t | mPackedData |
Definition at line 46 of file StRichPixel.h.