ROOT logo
AliRoot » PWGCF » FEMTOSCOPY » ALIFEMTO » AliFemtoCorrFctnNonIdDR

class AliFemtoCorrFctnNonIdDR: public AliFemtoCorrFctn


AliFemtoCorrFctnNonIdDR - correlation function for non-identical particles
uses k* as a function variable. Stores the correlation function separately
for positive and negative signs of k* projections into out, side and long
directions, enabling the calculations of double ratios


Function Members (Methods)

public:
AliFemtoCorrFctnNonIdDR(const AliFemtoCorrFctnNonIdDR& aCorrFctn)
AliFemtoCorrFctnNonIdDR(char* title, const int& nbins, const float& QinvLo, const float& QinvHi)
virtual~AliFemtoCorrFctnNonIdDR()
virtual voidAddMixedPair(AliFemtoPair* aPair)
virtual voidAddRealPair(AliFemtoPair* aPair)
virtual AliFemtoCorrFctn*AliFemtoCorrFctn::Clone()
virtual voidAliFemtoCorrFctn::EventBegin(const AliFemtoEvent* aEvent)
virtual voidAliFemtoCorrFctn::EventEnd(const AliFemtoEvent* aEvent)
virtual voidFinish()
virtual TList*GetOutputList()
AliFemtoAnalysis*AliFemtoCorrFctn::HbtAnalysis()
AliFemtoCorrFctnNonIdDR&operator=(const AliFemtoCorrFctnNonIdDR& aCorrFctn)
virtual AliFemtoStringReport()
voidAliFemtoCorrFctn::SetAnalysis(AliFemtoAnalysis* aAnalysis)
voidAliFemtoCorrFctn::SetPairSelectionCut(AliFemtoPairCut* aCut)
voidWrite()

Data Members

protected:
AliFemtoPairCut*AliFemtoCorrFctn::fPairCut! this is a PairSelection criteria for this Correlation Function
AliFemtoAnalysis*AliFemtoCorrFctn::fyAnalysis! link to the analysis
private:
TH1D*fDenLongNDenominator for pair with negative k*long
TH1D*fDenLongPDenominator for pair with positive k*long
TH1D*fDenOutNDenominator for pair with negative k*out
TH1D*fDenOutPDenominator for pair with positive k*out
TH1D*fDenSideNDenominator for pair with negative k*side
TH1D*fDenSidePDenominator for pair with positive k*side
TH1D*fNumLongNNumerator for pair with negative k*long
TH1D*fNumLongPNumerator for pair with positive k*long
TH1D*fNumOutNNumerator for pair with negative k*out
TH1D*fNumOutPNumerator for pair with positive k*out
TH1D*fNumSideNNumerator for pair with negative k*side
TH1D*fNumSidePNumerator for pair with positive k*side
TH1D*fkTMonitorMonitor the kT of pairs in the function

Class Charts

Inheritance Chart:
AliFemtoCorrFctn
AliFemtoCorrFctnNonIdDR

Function documentation

AliFemtoCorrFctnNonIdDR(char* title, const int& nbins, const float& QinvLo, const float& QinvHi)
 Default constructor
 set up numerators
AliFemtoCorrFctnNonIdDR(const AliFemtoCorrFctnNonIdDR& aCorrFctn)
 copy constructor
~AliFemtoCorrFctnNonIdDR()
AliFemtoCorrFctnNonIdDR& operator=(const AliFemtoCorrFctnNonIdDR& aCorrFctn)
 assignment operator
void Finish()
 here is where we should normalize, fit, etc...
 we should NOT Draw() the histos (as I had done it below),
 since we want to insulate ourselves from root at this level
 of the code.  Do it instead at root command line with browser.
  fNumerator->Draw();
fDenominator->Draw();
fRatio->Draw();
  fRatio->Divide(fNumerator,fDenominator,1.0,1.0);
AliFemtoString Report()
 construct report
void AddRealPair(AliFemtoPair* aPair)
 add true pair
void AddMixedPair(AliFemtoPair* aPair)
 add mixed (background) pair
void Write()
TList* GetOutputList()
 Prepare the list of objects to be written to the output