StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ScintHitList Class Referenceabstract
Inheritance diagram for ScintHitList:
BemcHitList BtofHitList CtbHitList EemcHitList

Public Member Functions

 ScintHitList (float Xphi0, float XdPhi, int mxPhi, float Xeta0, float XdEta, int mxEta, const char *name, float wm, float wv)
 
void clear ()
 
void initRun ()
 
int addTrack (float eta, float phi)
 
void print (int k=0)
 
int getActive (int iBin)
 
int getFired (int iBin)
 
int getTrack (int iBin)
 
bool isMatched (int ibin)
 
bool isVetoed (int ibin)
 
float getWeight (int ibin)
 
void doHisto ()
 
void initHisto (TObjArray *)
 
int getnFired ()
 
int phiBin (float phi)
 
virtual int etaBin (float eta)=0
 
virtual float bin2EtaLeft (int iEta)=0
 

Protected Member Functions

int iPhiEta2bin (int iPhi, int iEta)
 
void iBin2iPhiEta (int iBin, int &iPhi, int &iEta)
 
void setActive (int iBin)
 
void setFired (int iBin)
 

Protected Attributes

int * active
 
int * fired
 
int * track
 
int nActive
 
int nFired
 
int nTrack
 
int nMatch
 
float phi0
 
float dPhi
 
float eta0
 
float dEta
 
int nEta
 
int nPhi
 
int nBin
 
TH1F * h [8]
 
TString myName
 
float Wmatch
 
float Wveto
 

Detailed Description

Definition at line 8 of file ScintHitList.h.


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