![]() |
AliPhysics
3bba2fe (3bba2fe)
|
![]() |
Classes | |
struct | Function |
struct | Fitter |
struct | Generator |
class | MakeELossFit |
Functions | |
void | AcceptanceCorrection (Char_t r, UShort_t t, Float_t &oldm, Float_t &newm) |
void | DrawSolution (Char_t r, UShort_t dt=16, UShort_t offT=128) |
void | TestAcc () |
static Double_t | landauGaus1 (Double_t *xp, Double_t *pp) |
static Double_t | landauGausN (Double_t *xp, Double_t *pp) |
static Double_t | landauGausI (Double_t *xp, Double_t *pp) |
void | TestELossDist (const char *type="png") |
TH1 * | GetEDist (TList *ef, UShort_t d, Char_t r, UShort_t etabin) |
TH1 * | GetEDist (TList *ef, UShort_t d, Char_t r, Float_t eta) |
TList * | GetEF (TFile *file) |
TList * | CheckEF () |
TCanvas * | CheckC () |
void | PrintFit (TF1 *f) |
void | TestFitELoss (Int_t n, UShort_t d, Char_t r, Float_t eta) |
void | DrawOne (const char *what, UShort_t base, Double_t y) |
void | MakeIntegerAxis (Int_t &nBins, Double_t &min, Double_t &max) |
void | TestPoisson (Double_t o=.3, bool useWeights=false, bool correct=true) |
void | TestRunMakeELossFit (UShort_t sys, UShort_t cms, Short_t field, Bool_t mc=false, const char *filename="forward_eloss.root") |
TCanvas* CheckC | ( | ) |
Definition at line 186 of file TestFitELoss.C.
Referenced by TestFitELoss().
TList* CheckEF | ( | ) |
Definition at line 159 of file TestFitELoss.C.
Referenced by TestFitELoss().
what | |
base | |
y |
Definition at line 93 of file TestMarkers.C.
Test script to fit the energy loss spectra
ef | |
d | |
r | |
etabin |
Definition at line 44 of file TestFitELoss.C.
Referenced by GetEDist(), and TestFitELoss().
ef | |
d | |
r | |
eta |
Definition at line 93 of file TestFitELoss.C.
TList* GetEF | ( | TFile * | file | ) |
file |
Definition at line 128 of file TestFitELoss.C.
Referenced by CheckEF().
Utility function
xp | Pointer to independent variables |
pp | Pointer to parameters |
Definition at line 823 of file TestELossDist.C.
Utility function
xp | Pointer to independent variables |
pp | Pointer to parameters |
Definition at line 865 of file TestELossDist.C.
Utility function
xp | Pointer to independent variables |
pp | Pointer to parameters |
Definition at line 843 of file TestELossDist.C.
void PrintFit | ( | TF1 * | f | ) |
f |
Definition at line 226 of file TestFitELoss.C.
Referenced by TestFitELoss().
void TestELossDist | ( | const char * | type = "png" | ) |
Test the energy loss fits
type | Output graphics type |
Definition at line 1426 of file TestELossDist.C.
n | |
d | |
r | |
eta |
Definition at line 256 of file TestFitELoss.C.
void TestPoisson | ( | Double_t | o = .3 , |
bool | useWeights = false , |
||
bool | correct = true |
||
) |
o | |
useWeights | |
correct |
Definition at line 32 of file TestPoisson.C.
void TestRunMakeELossFit | ( | UShort_t | sys, |
UShort_t | cms, | ||
Short_t | field, | ||
Bool_t | mc = false , |
||
const char * | filename = "forward_eloss.root" |
||
) |
Run the energy loss fit finder and generate corrections output file
sys | Collision system |
cms | Center of mass energy per nucleon in GeV |
field | Magnetic field |
mc | Whether this is for Monte-Carlo data |
filename | Input file name |
Definition at line 18 of file TestRunMakeELossFit.C.