Project
Loading...
Searching...
No Matches
o2::eventgen::FlowMapper Class Reference

#include <FlowMapper.h>

Public Member Functions

 FlowMapper ()
 
void SetNBinsPhi (long mBinsPhiProvided)
 
void SetPrecision (long mPrecisionProvided)
 
void SetDerivative (long mDerivativeProvided)
 
void CreateLUT (TH1D *mhv2vsPt, TH1D *mhEccVsB)
 
Double_t MapPhi (Double_t lPhiInput, Double_t b, Double_t pt)
 
 ClassDef (FlowMapper, 1)
 

Public Attributes

long mBinsPhi
 
double mPrecision = 1e-6
 
double mDerivative = 1e-4
 
std::unique_ptr< TF1mCumulative
 
std::unique_ptr< TH3D > mhLUT
 

Detailed Description

Definition at line 42 of file FlowMapper.h.

Constructor & Destructor Documentation

◆ FlowMapper()

o2::eventgen::FlowMapper::FlowMapper ( )

Definition at line 26 of file FlowMapper.cxx.

Member Function Documentation

◆ ClassDef()

o2::eventgen::FlowMapper::ClassDef ( FlowMapper  ,
 
)

◆ CreateLUT()

void o2::eventgen::FlowMapper::CreateLUT ( TH1D *  mhv2vsPt,
TH1D *  mhEccVsB 
)

Definition at line 33 of file FlowMapper.cxx.

◆ MapPhi()

Double_t o2::eventgen::FlowMapper::MapPhi ( Double_t  lPhiInput,
Double_t  b,
Double_t  pt 
)

Definition at line 95 of file FlowMapper.cxx.

◆ SetDerivative()

void o2::eventgen::FlowMapper::SetDerivative ( long  mDerivativeProvided)
inline

Definition at line 50 of file FlowMapper.h.

◆ SetNBinsPhi()

void o2::eventgen::FlowMapper::SetNBinsPhi ( long  mBinsPhiProvided)
inline

Definition at line 48 of file FlowMapper.h.

◆ SetPrecision()

void o2::eventgen::FlowMapper::SetPrecision ( long  mPrecisionProvided)
inline

Definition at line 49 of file FlowMapper.h.

Member Data Documentation

◆ mBinsPhi

long o2::eventgen::FlowMapper::mBinsPhi

Definition at line 56 of file FlowMapper.h.

◆ mCumulative

std::unique_ptr<TF1> o2::eventgen::FlowMapper::mCumulative

Definition at line 61 of file FlowMapper.h.

◆ mDerivative

double o2::eventgen::FlowMapper::mDerivative = 1e-4

Definition at line 58 of file FlowMapper.h.

◆ mhLUT

std::unique_ptr<TH3D> o2::eventgen::FlowMapper::mhLUT

Definition at line 64 of file FlowMapper.h.

◆ mPrecision

double o2::eventgen::FlowMapper::mPrecision = 1e-6

Definition at line 57 of file FlowMapper.h.


The documentation for this class was generated from the following files: