ROOT logo
AliRoot » PWGCF » FEMTOSCOPY » ALIFEMTOUSER » AliFemtoCutMonitorTrackTPCncls

class AliFemtoCutMonitorTrackTPCncls: public AliFemtoCutMonitor

                                                                          
 AliFemtoCutMonitorTrackTPCncls - the cut monitor for tracks to study     
 the number of TPC clusters distribution.                                 
                                                                          

Function Members (Methods)

public:
AliFemtoCutMonitorTrackTPCncls()
AliFemtoCutMonitorTrackTPCncls(const char* aName)
AliFemtoCutMonitorTrackTPCncls(const AliFemtoCutMonitorTrackTPCncls& aCut)
virtual~AliFemtoCutMonitorTrackTPCncls()
virtual voidFill(const AliFemtoEvent* aEvent)
virtual voidFill(const AliFemtoTrack* aTrack)
virtual voidFill(const AliFemtoV0* aV0)
virtual voidFill(const AliFemtoKink* aKink)
virtual voidFill(const AliFemtoPair* aPair)
virtual voidFill(const AliFemtoParticleCollection* aCollection)
virtual voidFill(const AliFemtoEvent* aEvent, const AliFemtoParticleCollection* aCollection)
virtual voidFill(const AliFemtoParticleCollection* aCollection1, const AliFemtoParticleCollection* aCollection2)
virtual TList*GetOutputList()
AliFemtoCutMonitorTrackTPCncls&operator=(const AliFemtoCutMonitorTrackTPCncls& aCut)
virtual AliFemtoStringReport()
voidWrite()

Data Members

private:
TH1D*fTrTPCnclsTPC track TPC clusters distribution

Class Charts

Inheritance Chart:
AliFemtoCutMonitor
AliFemtoCutMonitorTrackTPCncls

Function documentation

AliFemtoCutMonitorTrackTPCncls()
 Default constructor
AliFemtoCutMonitorTrackTPCncls(const char* aName)
 Normal constructor
AliFemtoCutMonitorTrackTPCncls(const AliFemtoCutMonitorTrackTPCncls& aCut)
 copy constructor
~AliFemtoCutMonitorTrackTPCncls()
 Destructor
AliFemtoCutMonitorTrackTPCncls& operator=(const AliFemtoCutMonitorTrackTPCncls& aCut)
 assignment operator
AliFemtoString Report()
 Prepare report from the execution
void Fill(const AliFemtoTrack* aTrack)
 Fill in the monitor histograms with the values from the current track
void Write()
 Write out the relevant histograms
TList * GetOutputList()
void Fill(const AliFemtoEvent* aEvent)
{AliFemtoCutMonitor::Fill(aEvent);}
void Fill(const AliFemtoTrack* aTrack)
void Fill(const AliFemtoV0* aV0)
{AliFemtoCutMonitor::Fill(aV0);}
void Fill(const AliFemtoKink* aKink)
{AliFemtoCutMonitor::Fill(aKink);}
void Fill(const AliFemtoPair* aPair)
{AliFemtoCutMonitor::Fill(aPair);}
void Fill(const AliFemtoParticleCollection* aCollection)
{AliFemtoCutMonitor::Fill(aCollection);}
void Fill(const AliFemtoEvent* aEvent, const AliFemtoParticleCollection* aCollection)
{AliFemtoCutMonitor::Fill(aEvent, aCollection);}