1 #include "KVReactionPlaneEstimator.h"
18 void KVReactionPlaneEstimator::init()
36 SetNameIndex(
"Phi", 1);
53 Double_t KVReactionPlaneEstimator::getvalue_int(
Int_t i)
const
69 return (phi < 0) * 360 + phi;
96 return GetSumObject() - weight_function(
N) *
N->GetTransverseMomentum();
134 if (par[0] < 0)
return 0;
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.
Estimate of reaction plane orientation using transverse momentum method of Danielewicz & Odyniec.
static TF1 * GetDeltaPhiRFitFunction()
TVector3 GetQForParticle(const KVNucleus *n)
const TVector3 & GetSumObject() const
const TString & GetFrame() const
void SetFrame(const Char_t *ref)
Double_t BesselI1(Double_t x)
Double_t StruveL1(Double_t x)
constexpr Double_t Sqrt2()
Double_t Power(Double_t x, Double_t y)
constexpr Double_t DegToRad()
Double_t StruveL0(Double_t x)
constexpr Double_t RadToDeg()
Double_t BesselI0(Double_t x)