//ctor
Rename("QInvDistributionVsKt","Q_{Inv} Distribution vs. K_{t}");
}
+/******************************************************************/
+
+TH1* AliHBTQInvDistributionVsKtFctn::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
//ctor
Rename("QOutDistributionVsKt","Q_{Out} Distribution vs. K_{t}");
}
+/******************************************************************/
+
+TH1* AliHBTQOutDistributionVsKtFctn::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
//ctor
Rename("QSideDistributionVsKt","Q_{Side} Distribution vs. K_{t}");
}
+/******************************************************************/
+
+TH1* AliHBTQSideDistributionVsKtFctn::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
//ctor
Rename("QLongDistributionVsKt","Q_{Long} Distribution vs. K_{t}");
}
+/******************************************************************/
+
+TH1* AliHBTQLongDistributionVsKtFctn::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
//ctor
Rename("QOutDistributionVsQInv","Q_{Out} Distribution vs. Q_{inv}");
}
+/******************************************************************/
+
+TH1* AliHBTQOutDistributionVsQInvFctn::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
//ctor
Rename("QSideDistributionVsQInv","Q_{Side} Distribution vs. Q_{inv}");
}
+/******************************************************************/
+
+TH1* AliHBTQSideDistributionVsQInvFctn::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
//ctor
Rename("QLongDistributionVsQInv","Q_{Long} Distribution vs. Q_{inv}");
}
+/******************************************************************/
+
+TH1* AliHBTQLongDistributionVsQInvFctn::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
//ctor
Rename("PtDiffDistributionVsQInv","P_{t} Difference Distribution vs. Q_{inv}");
}
+/******************************************************************/
+
+TH1* AliHBTPtDiffDistributionVsQInvFctn::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
//ctor
Rename("RStarDistribution","R^{*} distribution");
}
+/******************************************************************/
+
+TH1* AliHBTRStarDistribution::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
Rename("RDistribution","R (distance between creation points) distribution ");
}
+/******************************************************************/
+
+TH1* AliHBTRDistribution::GetResult()
+{
+ //returns the result histo
+ return this->GetNumerator();
+}
+
/******************************************************************/
/******************************************************************/
AliHBTQOutDistributionVsKtFctn(Int_t nXbins = 200, Double_t maxXval = 1., Double_t minXval = 0.0,
Int_t nYbins = 500, Double_t maxYval = .15, Double_t minYval =-0.15);
virtual ~AliHBTQOutDistributionVsKtFctn(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
void GetValues(AliHBTPair* partpair, Double_t& x, Double_t& y) const
{
y = partpair->GetQOutLCMS();
AliHBTQSideDistributionVsKtFctn(Int_t nXbins = 200, Double_t maxXval = 1.2, Double_t minXval = -0.1,
Int_t nYbins = 500, Double_t maxYval = 1.2, Double_t minYval =-1.2);
virtual ~AliHBTQSideDistributionVsKtFctn(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
void GetValues(AliHBTPair* partpair, Double_t& x, Double_t& y) const
{
y = partpair->GetQSideLCMS();
AliHBTQLongDistributionVsKtFctn(Int_t nXbins = 200, Double_t maxXval = 1.2, Double_t minXval = -0.1,
Int_t nYbins = 500, Double_t maxYval = 1.2, Double_t minYval =-1.2);
virtual ~AliHBTQLongDistributionVsKtFctn(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
void GetValues(AliHBTPair* partpair, Double_t& x, Double_t& y) const
{
y = partpair->GetQLongLCMS();
AliHBTQInvDistributionVsKtFctn(Int_t nXbins = 200, Double_t maxXval = 1.2, Double_t minXval = -0.1,
Int_t nYbins = 500, Double_t maxYval = 1.2, Double_t minYval =-1.2);
virtual ~AliHBTQInvDistributionVsKtFctn(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
void GetValues(AliHBTPair* partpair, Double_t& x, Double_t& y) const
{
y = partpair->GetQInv();
AliHBTQOutDistributionVsQInvFctn(Int_t nXbins = 200, Double_t maxXval = 1., Double_t minXval = 0.0,
Int_t nYbins = 500, Double_t maxYval = .15, Double_t minYval =-0.15);
virtual ~AliHBTQOutDistributionVsQInvFctn(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
void GetValues(AliHBTPair* partpair, Double_t& x, Double_t& y) const
{
y = partpair->GetQOutLCMS();
AliHBTQSideDistributionVsQInvFctn(Int_t nXbins = 200, Double_t maxXval = 1.2, Double_t minXval = -0.1,
Int_t nYbins = 500, Double_t maxYval = 1.2, Double_t minYval =-1.2);
virtual ~AliHBTQSideDistributionVsQInvFctn(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
void GetValues(AliHBTPair* partpair, Double_t& x, Double_t& y) const
{
y = partpair->GetQSideLCMS();
AliHBTQLongDistributionVsQInvFctn(Int_t nXbins = 200, Double_t maxXval = 1.2, Double_t minXval = -0.1,
Int_t nYbins = 500, Double_t maxYval = 1.2, Double_t minYval =-1.2);
virtual ~AliHBTQLongDistributionVsQInvFctn(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
void GetValues(AliHBTPair* partpair, Double_t& x, Double_t& y) const
{
y = partpair->GetQLongLCMS();
AliHBTPtDiffDistributionVsQInvFctn(Int_t nXbins = 800, Double_t maxXval = 4.0, Double_t minXval = 0.,
Int_t nYbins = 500, Double_t maxYval = 0.1, Double_t minYval =-0.1);
virtual ~AliHBTPtDiffDistributionVsQInvFctn(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
void GetValues(AliHBTPair* partpair, Double_t& x, Double_t& y) const
{
y = partpair->Particle1()->Pt() - partpair->Particle2()->Pt();
public:
AliHBTRStarDistribution(Int_t nXbins = 500, Double_t maxXval = 5e-11, Double_t minXval = 0.);
virtual ~AliHBTRStarDistribution(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
protected:
Double_t GetValue(AliHBTPair* partpair) const
{
public:
AliHBTRDistribution(Int_t nXbins = 500, Double_t maxXval = 5e-11, Double_t minXval = 0.);
virtual ~AliHBTRDistribution(){}
- TH1* GetResult(){return this->GetNumerator();}
+ TH1* GetResult();
protected:
Double_t GetValue(AliHBTPair* partpair) const
{