1 #include "KVReactionPlaneEstimator.h"
68 double phi =
GetQ().Phi() * TMath::RadToDeg();
69 return (phi < 0) * 360 + phi;
117 Double_t delta_phiR_distri(Double_t* x, Double_t* par)
134 if (par[0] < 0)
return 0;
136 double chiI = par[0] / TMath::Sqrt2();
137 double z = TMath::Power(chiI, 2) * TMath::Cos(TMath::DegToRad() * dPhi);
138 double distri = 2. / TMath::Pi() * (1 + TMath::Power(chiI, 2));
139 distri += z * (TMath::BesselI0(z) + TMath::StruveL0(z));
140 distri += TMath::Power(chiI, 2) * (TMath::BesselI1(z) + TMath::StruveL1(z));
141 distri *= par[1] * TMath::Exp(-TMath::Power(chiI, 2)) / 2.;
180 auto f =
new TF1(
"DeltaPhiRFitFunction", delta_phiR_distri, 0, 180, 2);
181 f->SetParNames(
"#chi",
"Norm.");
182 f->SetParLimits(0, 0, 5);
183 f->SetParLimits(1, 1, 10000);
184 f->SetParameters(1, 1);
Description of properties and kinematics of atomic nuclei.
KVParticle const * GetFrame(const Char_t *frame, Bool_t warn_and_return_null_if_unknown=kTRUE) const
TVector3 GetTransverseMomentum() const
Estimate of reaction plane orientation using transverse momentum method of Danielewicz & Odyniec.
static TF1 * GetDeltaPhiRFitFunction()
TVector3 GetQForParticle(const KVNucleus *n)
Double_t getvalue_int(Int_t) const
std::function< double(const KVNucleus *)> weight_function
const TVector3 & GetSumObject() const
void SetNameIndex(const Char_t *name, Int_t index)
const TString & GetFrame() const
void SetFrame(const Char_t *ref)