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

#include <StFpdCollection.h>

Inheritance diagram for StFpdCollection:
StObject

Public Member Functions

unsigned int numberOfADC () const
 
unsigned int numberOfTDC () const
 
unsigned int numberOfRegisters () const
 
unsigned int numberOfPedestal () const
 
unsigned int numberOfPMTpEEMC () const
 
unsigned int numberOfPMTPbg () const
 
unsigned int numberOfPMTSmdX () const
 
unsigned int numberOfPMTSmdY () const
 
unsigned int numberOfScalers () const
 
unsigned short * adc ()
 
const unsigned short * adc () const
 
unsigned short * tdc ()
 
const unsigned short * tdc () const
 
unsigned short registers (unsigned int) const
 
unsigned short * pedestal ()
 
const unsigned short * pedestal () const
 
unsigned int scaler (unsigned int) const
 
unsigned short north (unsigned int) const
 
unsigned short south (unsigned int) const
 
unsigned short top (unsigned int) const
 
unsigned short bottom (unsigned int) const
 
unsigned short smdx (unsigned int) const
 
unsigned short smdy (unsigned int) const
 
unsigned short pres1 (unsigned int) const
 
unsigned short pres2 (unsigned int) const
 
unsigned short southVeto () const
 
unsigned int sumAdcNorth () const
 
unsigned int sumAdcSouth () const
 
unsigned int sumAdcTop () const
 
unsigned int sumAdcBottom () const
 
unsigned int sumAdcPreShower1 () const
 
unsigned int sumAdcPreShower2 () const
 
unsigned int sumAdcSmdX () const
 
unsigned int sumAdcSmdY () const
 
void setAdc (unsigned int, unsigned short)
 
void setTdc (unsigned int, unsigned short)
 
void setRegister (unsigned int, unsigned short)
 
void setPedestal (unsigned int, unsigned short)
 
void setScaler (unsigned int, unsigned int)
 
unsigned int token () const
 
void setToken (unsigned int)
 
void dump ()
 
- 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 Types

enum  {
  mMaxAdc = 256, mMaxTdc = 8, mMaxRegisters = 3, mMaxPedestal = 256,
  mMaxPMTpEEMC = 12, mMaxPMTPbg = 16, mMaxPMTSmdX = 60, mMaxPMTSmdY = 100,
  mMaxScalers = 128
}
 

Protected Attributes

UShort_t mAdc [mMaxAdc]
 
UShort_t mTdc [mMaxTdc]
 
UShort_t mReg [mMaxRegisters]
 
UShort_t mPed [mMaxPedestal]
 
UInt_t mScl [mMaxScalers]
 
UShort_t mToken
 

Detailed Description

Author
Akio Ogawa, Jan 2002

Definition at line 38 of file StFpdCollection.h.


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