StRoot
1
|
#include <StRichCollection.h>
Public Member Functions | |
const StSPtrVecRichPixel & | getRichPixels () const |
StSPtrVecRichPixel & | getRichPixels () |
const StSPtrVecRichCluster & | getRichClusters () const |
StSPtrVecRichCluster & | getRichClusters () |
const StSPtrVecRichHit & | getRichHits () const |
StSPtrVecRichHit & | getRichHits () |
const StPtrVecTrack & | getTracks () const |
StPtrVecTrack & | getTracks () |
void | addPixel (const StRichPixel *) |
void | addCluster (const StRichCluster *) |
void | addHit (const StRichHit *) |
void | addTrack (const StTrack *) |
bool | pixelsPresent () const |
bool | clustersPresent () const |
bool | hitsPresent () 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 | |
Persistent data which is written into StEvent directly from the reco chain
Definition at line 47 of file StRichCollection.h.