#include <AliFemtoSimpleAnalysis.h>
Inherits AliFemtoAnalysis.
Inherited by AliFemtoLikeSignAnalysis, AliFemtoVertexAnalysis, and AliFemtoVertexMultAnalysis.
Inheritance diagram for AliFemtoSimpleAnalysis:
AliFemtoSimpleAnalysis::AliFemtoSimpleAnalysis | ( | ) |
AliFemtoSimpleAnalysis::AliFemtoSimpleAnalysis | ( | const AliFemtoSimpleAnalysis & | OriginalAnalysis | ) |
AliFemtoSimpleAnalysis::~AliFemtoSimpleAnalysis | ( | ) | [virtual] |
AliFemtoSimpleAnalysis & AliFemtoSimpleAnalysis::operator= | ( | const AliFemtoSimpleAnalysis & | aAna | ) |
AliFemtoPairCut * AliFemtoSimpleAnalysis::PairCut | ( | ) | [inline, virtual] |
AliFemtoEventCut * AliFemtoSimpleAnalysis::EventCut | ( | ) | [inline, virtual] |
AliFemtoParticleCut * AliFemtoSimpleAnalysis::FirstParticleCut | ( | ) | [inline, virtual] |
AliFemtoParticleCut * AliFemtoSimpleAnalysis::SecondParticleCut | ( | ) | [inline, virtual] |
AliFemtoCorrFctnCollection * AliFemtoSimpleAnalysis::CorrFctnCollection | ( | ) | [inline] |
AliFemtoCorrFctn * AliFemtoSimpleAnalysis::CorrFctn | ( | int | n | ) | [virtual] |
void AliFemtoSimpleAnalysis::AddCorrFctn | ( | AliFemtoCorrFctn * | AnotherCorrFctn | ) | [inline] |
void AliFemtoSimpleAnalysis::SetPairCut | ( | AliFemtoPairCut * | ThePairCut | ) | [inline] |
void AliFemtoSimpleAnalysis::SetEventCut | ( | AliFemtoEventCut * | TheEventCut | ) | [inline] |
void AliFemtoSimpleAnalysis::SetFirstParticleCut | ( | AliFemtoParticleCut * | TheFirstParticleCut | ) | [inline] |
void AliFemtoSimpleAnalysis::SetSecondParticleCut | ( | AliFemtoParticleCut * | TheSecondParticleCut | ) | [inline] |
void AliFemtoSimpleAnalysis::SetMinSizePartCollection | ( | unsigned int | minSize | ) | [inline] |
unsigned int AliFemtoSimpleAnalysis::NumEventsToMix | ( | ) | const [inline] |
void AliFemtoSimpleAnalysis::SetNumEventsToMix | ( | const unsigned int & | NumberOfEventsToMix | ) | [inline] |
AliFemtoPicoEvent * AliFemtoSimpleAnalysis::CurrentPicoEvent | ( | ) | [inline] |
AliFemtoPicoEventCollection * AliFemtoSimpleAnalysis::MixingBuffer | ( | ) | [inline] |
bool AliFemtoSimpleAnalysis::MixingBufferFull | ( | ) | [inline] |
bool AliFemtoSimpleAnalysis::AnalyzeIdenticalParticles | ( | ) | const [inline] |
AliFemtoString AliFemtoSimpleAnalysis::Report | ( | ) | [virtual] |
Implements AliFemtoAnalysis.
Reimplemented in AliFemtoLikeSignAnalysis, AliFemtoVertexAnalysis, and AliFemtoVertexMultAnalysis.
TList * AliFemtoSimpleAnalysis::ListSettings | ( | ) | [virtual] |
returns reports of all cuts applied and correlation functions being done
Implements AliFemtoAnalysis.
void AliFemtoSimpleAnalysis::EventBegin | ( | const AliFemtoEvent * | TheEventToBegin | ) | [virtual] |
void AliFemtoSimpleAnalysis::ProcessEvent | ( | const AliFemtoEvent * | EventToProcess | ) | [virtual] |
Implements AliFemtoAnalysis.
Reimplemented in AliFemtoLikeSignAnalysis, AliFemtoVertexAnalysis, and AliFemtoVertexMultAnalysis.
void AliFemtoSimpleAnalysis::EventEnd | ( | const AliFemtoEvent * | TheEventToWrapUp | ) | [virtual] |
int AliFemtoSimpleAnalysis::GetNeventsProcessed | ( | ) | const [inline] |
void AliFemtoSimpleAnalysis::Finish | ( | ) | [virtual] |
Implements AliFemtoAnalysis.
void AliFemtoSimpleAnalysis::AddEventProcessed | ( | ) | [protected] |
void AliFemtoSimpleAnalysis::MakePairs | ( | const char * | type, | |
AliFemtoParticleCollection * | ParticlesPassingCut1, | |||
AliFemtoParticleCollection * | ParticlesPssingCut2 = 0 | |||
) | [protected] |
AliFemtoPicoEventCollectionVectorHideAway* AliFemtoSimpleAnalysis::fPicoEventCollectionVectorHideAway [protected] |
AliFemtoPairCut* AliFemtoSimpleAnalysis::fPairCut [protected] |
AliFemtoEventCut* AliFemtoSimpleAnalysis::fEventCut [protected] |
AliFemtoPicoEvent* AliFemtoSimpleAnalysis::fPicoEvent [protected] |
unsigned int AliFemtoSimpleAnalysis::fNumEventsToMix [protected] |
unsigned int AliFemtoSimpleAnalysis::fNeventsProcessed [protected] |
unsigned int AliFemtoSimpleAnalysis::fMinSizePartCollection [protected] |