StRoot
1
|
#include <StRichMCInfo.h>
Public Member Functions | |
StRichMCInfo (int id, int gid, int trk, float q, int process) | |
int | operator== (const StRichMCInfo &) const |
int | operator!= (const StRichMCInfo &) const |
int | id () const |
int | gid () const |
int | trackp () const |
float | charge () const |
int | process () 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 | |
Int_t | mId |
Int_t | mGid |
Int_t | mTrackp |
Float_t | mCharge |
Int_t | mProcess |
Contains the simulator info that is NOT stored in the g2t tables –> most importantly a tag of the process type
Definition at line 39 of file StRichMCInfo.h.