StRoot
1
|
Public Member Functions | |
StHbtAnalysis (const StHbtAnalysis &) | |
virtual StHbtPairCut * | PairCut () |
virtual StHbtEventCut * | EventCut () |
virtual StHbtParticleCut * | FirstParticleCut () |
virtual StHbtParticleCut * | SecondParticleCut () |
StHbtCorrFctnCollection * | CorrFctnCollection () |
virtual StHbtCorrFctn * | CorrFctn (int n) |
void | AddCorrFctn (StHbtCorrFctn *) |
void | SetPairCut (StHbtPairCut *) |
void | SetEventCut (StHbtEventCut *) |
void | SetFirstParticleCut (StHbtParticleCut *) |
void | SetSecondParticleCut (StHbtParticleCut *) |
void | SetMinSizePartCollection (unsigned int minSize) |
unsigned int | NumEventsToMix () |
void | SetNumEventsToMix (const unsigned int &) |
StHbtPicoEvent * | CurrentPicoEvent () |
StHbtPicoEventCollection * | MixingBuffer () |
bool | MixingBufferFull () |
bool | AnalyzeIdenticalParticles () |
virtual StHbtString | Report () |
virtual void | ProcessEvent (const StHbtEvent *) |
returns reports of all cuts applied and correlation functions being done | |
virtual void | EventBegin (const StHbtEvent *) |
virtual void | EventEnd (const StHbtEvent *) |
int | GetNeventsProcessed () |
virtual void | Finish () |
Protected Member Functions | |
void | AddEventProcessed () |
void | MakePairs (const char *type, StHbtParticleCollection *, StHbtParticleCollection *p2=0) |
Protected Attributes | |
StHbtPicoEventCollectionVectorHideAway * | mPicoEventCollectionVectorHideAway |
StHbtPairCut * | mPairCut |
StHbtCorrFctnCollection * | mCorrFctnCollection |
StHbtEventCut * | mEventCut |
StHbtParticleCut * | mFirstParticleCut |
StHbtParticleCut * | mSecondParticleCut |
StHbtPicoEventCollection * | mMixingBuffer |
StHbtPicoEvent * | mPicoEvent |
unsigned int | mNumEventsToMix |
unsigned int | mNeventsProcessed |
unsigned int | mMinSizePartCollection |
Friends | |
class | StHbtLikeSignAnalysis |
Definition at line 126 of file StHbtAnalysis.h.