AliPhysics  fffcdf3 (fffcdf3)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SimpleCorrect.C File Reference
#include <TCanvas.h>
#include <TList.h>
#include <TH1.h>
#include <TH2.h>
#include <THStack.h>
#include <TFile.h>
#include <TError.h>
#include <TLatex.h>
#include <TFitResult.h>
#include <TF1.h>
#include <TMath.h>
#include <THashList.h>
#include <TParameter.h>
Include dependency graph for SimpleCorrect.C:

Go to the source code of this file.

Functions

void SimpleCorrect (UShort_t flags=0x3, UShort_t scaleMode=1, const char *realFileName="trdt.root", const char *simFileName="trmc.root", Int_t nBins=9, const char *otherFileName="")
 
Object retrival
TObjectGetO (TSeqCollection *l, const char *name, TClass *cls)
 
TObjectCopyO (TSeqCollection *l, const char *name, const char *newName, TClass *cls)
 
TH1GetH1 (TSeqCollection *l, const char *name)
 
TH2GetH2 (TSeqCollection *l, const char *name)
 
TH1CopyH1 (TSeqCollection *l, const char *name, const char *newName=0)
 
TH2CopyH2 (TSeqCollection *l, const char *name, const char *newName=0)
 
Histogram compatiblity tests
Bool_t CheckAxisNBins (const char *which, const TAxis *a1, const TAxis *a2)
 
Bool_t CheckAxisLimits (const char *which, const TAxis *a1, const TAxis *a2)
 
Bool_t CheckAxisBins (const char *which, const TAxis *a1, const TAxis *a2)
 
Bool_t CheckAxisLabels (const char *which, const TAxis *a1, const TAxis *a2)
 
Bool_t CheckAxis (const char *which, const TAxis *a1, const TAxis *a2, Bool_t alsoLbls)
 
Bool_t CheckConsistency (const TH1 *h1, const TH1 *h2)
 
TH1Coerce (const TH1 *templ, TH1 *src)
 
TH2Coerce (const TH2 *templ, TH2 *src)
 
Various histogram operations
TH1SetAttr (TH1 *h, Color_t color, Style_t marker=20, Double_t size=1., Style_t fill=0, Style_t line=1, Width_t width=1)
 
void PrintH (TH2 *h, Int_t prec=2)
 
void PrintH (TH1 *h, Int_t prec=2)
 
Various calculations
Double_t Integrate (TH1 *h, Double_t min, Double_t max, Double_t &err)
 
Double_t RatioE (Double_t n, Double_t en, Double_t d, Double_t ed, Double_t &er)
 
Specific histogram operations
TH2Scale (TH2 *h, TH1 *g)
 
TH1Scale (TH1 *h, Double_t s, Double_t se)
 
TH2Scale (TH2 *h, Double_t s, Double_t se)
 
TH2CorrectForIPz (TH2 *in, TH1 *ipz, Bool_t full=true)
 
TH1Avg (TH2 *h, TH1 *ipz, UShort_t mode, const char *name, TH2 *other=0)
 
TH1Avg2 (TH2 *h, TH1 *ipz, UShort_t mode, const char *name)
 
background scaling
Double_t GetDeltaScale (TH1 *deltaRec, TH1 *deltaBg, Double_t &eR, Double_t nEvRec=1, Double_t nEvBg=1, Double_t lim=1e9)
 
Double_t GetDeltaScale (TSeqCollection *list, Int_t b, Double_t &eR, Double_t nEv=1, Double_t lim=1e9)
 
Double_t GetDeltaScale (TSeqCollection *realList, TSeqCollection *simList, Int_t b, Double_t &eR, Double_t nEvReal=1, Double_t nEvSim=1, Double_t lim=1e9)
 
TH1GetDeltaDist (TH2 *deltaReal, TH2 *deltaSim, Double_t nEvReal, Double_t nEvSim, Double_t lim=1e9)
 
TH1GetDeltaDist (TSeqCollection *list, Int_t b, Double_t nEv=1)
 
TH1GetDeltaDist (TSeqCollection *realList, TSeqCollection *simList, Int_t b, Double_t nEvReal, Double_t nEvSim, Double_t lim=1e9)
 
Utility function for signal extraction
TH2GetBg (Bool_t comb, TSeqCollection *list, Int_t b, Double_t nEv=1, Double_t lim=1e9)
 
TH2CorrectSignal (Bool_t comb, TH2 *meas, TH2 *bg, TH2 *simMeas)
 
TH1GetDelta (TSeqCollection *l, const char *which, Int_t b, Int_t nEv, Double_t scale=0, Double_t scaleE=0, Double_t lim=1e9)
 
void CorrectOneBin (THStack *stack, TDirectory *dir, Int_t b, TSeqCollection *realList, TSeqCollection *simList, Bool_t realComb, Bool_t simComb, Bool_t preScale=false, Bool_t full=false, Bool_t showOne=false, UShort_t scaleMode=2, Double_t lim=1e9)
 
Steering and other functions
void ShowStats (TList *list, const char *title, const char *path)
 

Variables

const Bool_t kSimpleCorrectLoaded = true
 
const char * dndetaTitle = "d#it{N}_{ch}/d#it{#eta}"
 
const Color_t cc []
 

Function Documentation

TH1* Avg ( TH2 h,
TH1 ipz,
UShort_t  mode,
const char *  name,
TH2 other = 0 
)

Calculate average of \( h(\eta,\mathrm{IP}_z)\) over \(\mathrm{IP}_z\) in each \(\eta\) bin. \(\mathrm{IP}_z\) bins that makes the errors worse are ignored.

Parameters
h\( h(\eta,\mathrm{IP}_z)\)
ipz(optional) \(\mathrm{IP}_z\) distribution
modeHow to scale
nameName of output histogram
other(optional) mask to apply to \( h\)
Returns
\(\langle h(\eta)\rangle\)

Definition at line 709 of file SimpleCorrect.C.

Referenced by Avg2(), and CorrectOneBin().

TH1* Avg2 ( TH2 h,
TH1 ipz,
UShort_t  mode,
const char *  name 
)

Calculate average of \( h(\eta,\mathrm{IP}_z)\) over \(\mathrm{IP}_z\) in each \(\eta\) bin. \(\mathrm{IP}_z\) bins that makes the errors worse are ignored. \( h(\eta,\mathrm{IP}_z)\) iscaled to the \(\mathrm{IP}_z\) distribution

Parameters
h\( h(\eta,\mathrm{IP}_z)\)
ipz(optional) \(\mathrm{IP}_z\) distribution
modeHow to scale
nameName of output histogram
Returns
\(\langle h(\eta)\rangle\)

Definition at line 819 of file SimpleCorrect.C.

Bool_t CheckAxis ( const char *  which,
const TAxis a1,
const TAxis a2,
Bool_t  alsoLbls 
)

Check if axis are compatible same

Parameters
whichWhich axis
a1Axis 1
a2Axis 2
alsoLblsIf true, also check labels
Returns
true if the axis are compatible

Definition at line 292 of file SimpleCorrect.C.

Referenced by CheckConsistency().

Bool_t CheckAxisBins ( const char *  which,
const TAxis a1,
const TAxis a2 
)

Check that the bins of the passed axis are exactly the same

Parameters
whichWhich axis
a1Axis 1
a2Axis 2
Returns
true if a1 and a2 have the bin boundaries

Definition at line 210 of file SimpleCorrect.C.

Referenced by CheckAxis().

Bool_t CheckAxisLabels ( const char *  which,
const TAxis a1,
const TAxis a2 
)

Check if both axis have labels, and if they do, that they are the same

Parameters
whichWhich axis
a1Axis 1
a2Axis 2
Returns
true if a1 and a2 both have no labels, or have the same labels

Definition at line 248 of file SimpleCorrect.C.

Referenced by CheckAxis().

Bool_t CheckAxisLimits ( const char *  which,
const TAxis a1,
const TAxis a2 
)

Check if the both passed axis have the same minimum and maximum

Parameters
whichWhich axis
a1Axis 1
a2Axis 2
Returns
true if a1 and a2 have the minimum and maximum

Definition at line 187 of file SimpleCorrect.C.

Referenced by CheckAxis().

Bool_t CheckAxisNBins ( const char *  which,
const TAxis a1,
const TAxis a2 
)

Check if the number of bins in both passed axis are the same

Parameters
whichWhich axis
a1Axis 1
a2Axis 2
Returns
true if a1 and a2 have the same number of bins

Definition at line 166 of file SimpleCorrect.C.

Referenced by CheckAxis().

Bool_t CheckConsistency ( const TH1 h1,
const TH1 h2 
)

Check that histograms are compatible

Parameters
h1First histogram
h2Second histogram
Returns
True if h1 and h2 are compatible, otherwise false

Definition at line 312 of file SimpleCorrect.C.

Referenced by Coerce(), CorrectOneBin(), and SimpleCorrect().

TH1* Coerce ( const TH1 templ,
TH1 src 
)

Force src to be compatible with templ

Parameters
templTemplate to coform to
srcHistogram to coerce to fit templ
Returns
New histogram

Definition at line 346 of file SimpleCorrect.C.

Referenced by CorrectOneBin().

TH2* Coerce ( const TH2 templ,
TH2 src 
)

Force src to be compatible with templ

Parameters
templTemplate to coform to
srcHistogram to coerce to fit templ
Returns
New histogram

Definition at line 373 of file SimpleCorrect.C.

TH1* CopyH1 ( TSeqCollection *  l,
const char *  name,
const char *  newName = 0 
)

Get a copy of 1 dimensional histogram from a collection

Parameters
lCollection
nameName of histogram to look for
newNameOptional new name
Returns
Found object or null

Definition at line 128 of file SimpleCorrect.C.

Referenced by GetDelta(), and GetDeltaScale().

TH2* CopyH2 ( TSeqCollection *  l,
const char *  name,
const char *  newName = 0 
)

Get a copy of 2 dimensional histogram from a collection

Parameters
lCollection
nameName of histogram to look for
newNameOptional new name
Returns
Found object or null

Definition at line 144 of file SimpleCorrect.C.

Referenced by GetDeltaDist().

TObject* CopyO ( TSeqCollection *  l,
const char *  name,
const char *  newName,
TClass *  cls 
)

Definition at line 84 of file SimpleCorrect.C.

Referenced by CopyH1(), and CopyH2().

TH2* CorrectForIPz ( TH2 in,
TH1 ipz,
Bool_t  full = true 
)

Scale a 2D distribution \( h\) in \( (\eta,\mathrm{IP}_z)\) to the \(\mathrm{IP}_z\) distribution

Parameters
in\( h(\eta,\mathrm{IP}_z)\)
ipzDistribution of \(\mathrm{IP}_z\)
fullIf true, also scale errors
Returns
\( h\) scaled to \(\mathrm{IP}_z\) distribution

Definition at line 665 of file SimpleCorrect.C.

Referenced by Avg2(), and CorrectOneBin().

void CorrectOneBin ( THStack *  stack,
TDirectory *  dir,
Int_t  b,
TSeqCollection *  realList,
TSeqCollection *  simList,
Bool_t  realComb,
Bool_t  simComb,
Bool_t  preScale = false,
Bool_t  full = false,
Bool_t  showOne = false,
UShort_t  scaleMode = 2,
Double_t  lim = 1e9 
)

Calculates the result as

\[ R = \frac{P}{(1-\beta\prime)M\prime} (1-\beta)M \]

where

  • \( P\) is the input primary particle distribution
  • \( \beta\prime\) is background correction for simulated data
  • \( M\prime\) is the observed distribution in simulations
  • \( \beta\) is background correction for real data
  • \( M\) is the observed distribution in real data

In case we use MC-labels for the background correction in simulations, we have that

\[ (1-\beta\prime)M\prime = (1-C\prime/M\prime)M\prime = M\prime-C\prime \]

where

  • \( C\prime\) is the observed number of tracklets for which the constituent clusters have different parent simulated traks.

In case we use MC-labels for the background correction for real data, we have that

\[ (1-\beta)M = (1-k\beta\prime)M = (1-kC/M\prime)M \]

where \( k\) is a constant scaling factor (1.3).

If we use injected clusters as an estimator for the background correction in simulations, we have

\[ (1-\beta\prime)M\prime = (1-B\prime/M\prime)M\prime = M\prime-B\prime \]

where

  • \( B\prime\) is the observed number of tracklets when injecting fake clusters, scaled so that the corresponding \(\Delta\) distribution match the measured (in simulations) \(\Delta\) distribution in the tails ( \(\Delta\in[5,20]\))

The same expression holds for the case when we use injected clusters to estimate the background in real data.

\[ (1-\beta)M = (1-B/M)M = M-B \]

where \( B\) has the same meaning as \( B\prime\) except we use real data.

Note, if we use MC-labels for both the simulated and real data backgrounds, and \( k=1\) we find that

\[ R = \frac{P}{M\prime}M \]

Parameters
stackStack to add results to
dirDirectory to write to
bBin number
realListList of real data histograms
simListList of simulated data histograms
realCombWhether to use MC-labels for real data
simCombWhether to use MC-labels for simulated data
preScaleWhether to scale all histograms to the vertex distribution fully before doing any calculations.
fullIf true, pre-scale fully (including errors)
showOne
scaleModeScaling mode (0: fixed, 1: per c, 2: per \(\eta\) and c)
limLimit

Definition at line 1254 of file SimpleCorrect.C.

Referenced by SimpleCorrect().

TH2* CorrectSignal ( Bool_t  comb,
TH2 meas,
TH2 bg,
TH2 simMeas 
)

Correct measured distribution for background. If we do not use MC-labels then we simply substract the background.

If we use MC labels, then multiply the measures signal by \( 1-\beta\), where \( \beta\) is

\[ C/M\prime \]

where \( C\) is the combinatorial background, and \( M\prime\) is the measured distribution in simulations.

Parameters
combtrue if we use combinatorial background
measThe measured distribution to correct (in-place)
bgThe background (or combinatorial background)
simMeasThe measured distribution (in MC)
Returns
Pointer to \( meas\) after correcting

Definition at line 1104 of file SimpleCorrect.C.

Referenced by CorrectOneBin().

TH2* GetBg ( Bool_t  comb,
TSeqCollection *  list,
Int_t  b,
Double_t  nEv = 1,
Double_t  lim = 1e9 
)

Get the background from a list. In case we use the background from events with injected clusters, we scale the distribution to tail of the \( \Delta\) distribution

Parameters
combif true, use combinatorial background
listcollection to get distribution from
bCentrality bin number
nEvNumber of events
limintegration limit
Returns
Background distributio

Definition at line 1053 of file SimpleCorrect.C.

Referenced by CorrectOneBin().

TH1* GetDelta ( TSeqCollection *  l,
const char *  which,
Int_t  b,
Int_t  nEv,
Double_t  scale = 0,
Double_t  scaleE = 0,
Double_t  lim = 1e9 
)

Definition at line 1126 of file SimpleCorrect.C.

Referenced by CorrectOneBin().

TH1* GetDeltaDist ( TH2 deltaReal,
TH2 deltaSim,
Double_t  nEvReal,
Double_t  nEvSim,
Double_t  lim = 1e9 
)

Get the \(\eta\) dependent \(\Delta\) scaling factor \( k(\eta)\) between \( f_R(\eta,\Delta)\) and \( f_B(\eta,\Delta)\)

Parameters
deltaReal\( f_R(\eta,\Delta)\)
deltaSim\( f_B(\eta,\Delta)\)
nEvRealNumber of events in \( f_R(\eta,\Delta)\)
nEvSimNumber of events in \( f_B(\eta,\Delta)\)
limIntegration limit
Returns
\( k(\eta)\)

Definition at line 959 of file SimpleCorrect.C.

Referenced by CorrectOneBin(), GetBg(), and GetDeltaDist().

TH1* GetDeltaDist ( TSeqCollection *  list,
Int_t  b,
Double_t  nEv = 1 
)

Get the \( \eta\) dependent \(\Delta\) scaling factor \( k(\eta)\) between observed \( f(\eta,\Delta)\) and \( f(\eta,\Delta)\) in events with injected clusters.

Parameters
listList of histograms to retrieve data from
bBin number
nEvNumber of events
Returns
The scaling factor \( k(\eta)\)

Definition at line 996 of file SimpleCorrect.C.

TH1* GetDeltaDist ( TSeqCollection *  realList,
TSeqCollection *  simList,
Int_t  b,
Double_t  nEvReal,
Double_t  nEvSim,
Double_t  lim = 1e9 
)

Get the \(\eta\) dependent \(\Delta\) scaling factor \( k(\eta)\) between real observed \( f(\eta,\Delta)\) and simulated observed \( f(\eta,\Delta)\)

Parameters
realListList of real data histogram
simListList of simulated data histogram
bBin number
nEvRealNumber of real events
nEvSimNumber of simulated events
limIntegration limit
Returns
The scaling factor \( k\)

Definition at line 1020 of file SimpleCorrect.C.

Double_t GetDeltaScale ( TH1 deltaRec,
TH1 deltaBg,
Double_t eR,
Double_t  nEvRec = 1,
Double_t  nEvBg = 1,
Double_t  lim = 1e9 
)

Get scaling factor between tails of 2 \( \Delta\) distributions. The scale factor is determined as

\[ k = \frac{\int_{\Delta_{bg}}^{\infty} d\Delta f_R(\Delta)}{ \int_{\Delta_{bg}}^{\infty} d\Delta f_B(\Delta)} \]

where \( \Delta_{bg}=5\) is the cut-off on background particles (where the \(\Delta\) distributions of secondaries and primaries cross).

Parameters
deltaRec\( f_R(\Delta)\)
deltaBg\( f_B(\Delta)\)
eROn return, the error on \( k\)
nEvRecNumber of events in \( f_R(\Delta)\)
nEvBgNumber of events in \( f_B(\Delta)\)
limIntegration limit
Returns
\( k\)

Definition at line 859 of file SimpleCorrect.C.

Referenced by CorrectOneBin(), GetBg(), GetDelta(), GetDeltaDist(), and GetDeltaScale().

Double_t GetDeltaScale ( TSeqCollection *  list,
Int_t  b,
Double_t eR,
Double_t  nEv = 1,
Double_t  lim = 1e9 
)

Get the \(\Delta\) scaling factor \( k\) between observed \( f(\Delta)\) and \( f(\Delta)\) in events with injected clusters.

Parameters
listList of histograms to retrieve data from
eROn return, the error on scaling factor \( k\)
bBin number
nEvNumber of events
limIntegration limit
Returns
The scaling factor \( k\)

Definition at line 900 of file SimpleCorrect.C.

Double_t GetDeltaScale ( TSeqCollection *  realList,
TSeqCollection *  simList,
Int_t  b,
Double_t eR,
Double_t  nEvReal = 1,
Double_t  nEvSim = 1,
Double_t  lim = 1e9 
)

Get the \(\Delta\) scaling factor \( k\) between real observed \( f(\Delta)\) and simulated observed \( f(\Delta)\) with injected clusters.

Parameters
realListList of real data histogram
simListList of simulated data histogram
eROn return, the error on \( k\)
bBin number
nEvRealNumber of real events
nEvSimNumber of simulated events
limIntegration limit
Returns
The scaling factor \( k\)

Definition at line 929 of file SimpleCorrect.C.

TH1* GetH1 ( TSeqCollection *  l,
const char *  name 
)

Get a 1 dimensional histogram from a collection

Parameters
lCollection
nameName of histogram to look for
Returns
Found object or null

Definition at line 101 of file SimpleCorrect.C.

Referenced by ShowStats(), and SimpleCorrect().

TH2* GetH2 ( TSeqCollection *  l,
const char *  name 
)

Get a 2 dimensional histogram from a collection

Parameters
lCollection
nameName of histogram to look for
Returns
Found object or null

Definition at line 114 of file SimpleCorrect.C.

Referenced by CorrectOneBin(), GetBg(), GetDeltaDist(), and SimpleCorrect().

TObject* GetO ( TSeqCollection *  l,
const char *  name,
TClass *  cls 
)

Get an object from a collection, optionally checking the class

Parameters
lCollection
nameName of object to look for
cls(Optional) Class to check for
Returns
Found object (if of the right class) or null

Definition at line 62 of file SimpleCorrect.C.

Referenced by CopyO(), GetH1(), and GetH2().

Double_t Integrate ( TH1 h,
Double_t  min,
Double_t  max,
Double_t err 
)

Integrate a histogram \( h(x)\) between \( a\) and \( b\)

\[ i = \int_{a}^{b} dx h(x) \]

Parameters
hHistogram \( h(x)\)
min\( a\)
max\( b\)
errError on \( i\)
Returns
\( i\)

Definition at line 496 of file SimpleCorrect.C.

Referenced by CorrectOneBin(), and GetDeltaScale().

void PrintH ( TH2 h,
Int_t  prec = 2 
)

Print a histogram

Parameters
hHistgram to print
precPrecision to use

Definition at line 442 of file SimpleCorrect.C.

void PrintH ( TH1 h,
Int_t  prec = 2 
)

Print a histogram

Parameters
hHistgram to print
precPrecision to use

Definition at line 465 of file SimpleCorrect.C.

Double_t RatioE ( Double_t  n,
Double_t  en,
Double_t  d,
Double_t  ed,
Double_t er 
)

Calculate the ratio between \( n\pm\delta n\) and \( d\pm\delta d\)

\[ r = \frac{n}{d} \]

Parameters
n\( n\)
en\( \delta n\)
d\( d\)
ed\( \delta d\)
erOn return, error on \( r\)
Returns
\( r\)

Definition at line 534 of file SimpleCorrect.C.

Referenced by CorrectOneBin(), and GetDeltaScale().

TH2* Scale ( TH2 h,
TH1 g 
)

Scale a 2 dimensional distribution \( h(x,y)\) to a distribution \( g(x)\)

\[ r(x,y) = \frac{h(x,y)}{g(x)} \]

Errors are propagated

Parameters
h\( h(x,y)\)
g\( g(x)\)
Returns
\( r(x,y)\)

Definition at line 568 of file SimpleCorrect.C.

Referenced by CompilationTrackSelection(), CorrectOneBin(), DrawPtHardBins(), AliFMDEnergyFitter::RingHistos::FitHist(), GetBg(), GetDelta(), AliAnalysisTaskMuonQA::Terminate(), AliAnalysisTaskSED0MassCutVarFDSub::Terminate(), AliAnalysisTaskSED0Mass::Terminate(), and AliAnalysisTaskSED0MassNonPromptFraction::Terminate().

TH1* Scale ( TH1 h,
Double_t  s,
Double_t  se 
)

Scale a 1 dimensional distribution \( h(x)\) to \( s\pm\delta s\)

\[ r(x) = \frac{h(x)}{s} \]

Errors are propagated

Parameters
h\( h(x)\)
s\( s\)
se\( \delta s\)
Returns
\( r(x,y)\)

Definition at line 605 of file SimpleCorrect.C.

TH2* Scale ( TH2 h,
Double_t  s,
Double_t  se 
)

Scale a 2 dimensional distribution \( h(x,y)\) to a distribution \( s\pm\delta s\)

\[ r(x,y) = \frac{h(x,y)}{s} \]

Errors are propagated

Parameters
h\( h(x,y)\)
s\( s\)
se\( \delta s\)
Returns
\( r(x,y)\)

Definition at line 638 of file SimpleCorrect.C.

TH1* SetAttr ( TH1 h,
Color_t  color,
Style_t  marker = 20,
Double_t  size = 1.,
Style_t  fill = 0,
Style_t  line = 1,
Width_t  width = 1 
)

Set attributes on a histogram

Parameters
hHistogram to modify
colorMarker, line, fill color
markerMarker style
sizeBase marker size
fillFill style
lineLine style
widthLine width
Returns
h

Definition at line 414 of file SimpleCorrect.C.

Referenced by CorrectOneBin(), GetDelta(), SimpleCorrect(), and AliTrackletAODdNdeta::Histos::WorkerInit().

void ShowStats ( TList list,
const char *  title,
const char *  path 
)

Print the stats stored in hStat histogram

Parameters
listList to get histogram from
titleTitle
pathPath to the file

Definition at line 1628 of file SimpleCorrect.C.

Referenced by SimpleCorrect().

void SimpleCorrect ( UShort_t  flags = 0x3,
UShort_t  scaleMode = 1,
const char *  realFileName = "trdt.root",
const char *  simFileName = "trmc.root",
Int_t  nBins = 9,
const char *  otherFileName = "" 
)

Correct measured tracklet distributions using MC. The flags select how to do the correction. It is a bit mask of options.

  • 0x1: Use combinatorial background for real data
  • 0x2: Use combinatorial background for simulated data
  • 0x4: Pre-scale histograms to vertex bins
  • 0x8: When pre-scaling, also propagate errors from vertex dist.
  • 0x10: Instead of real data, use the simulated data (closure test).

Scale mode can be one of

  • 0: Used fixed scale across eta (1.3)
  • 1: Use centrality dependent scale
  • 2: Use eta,centrality dependent scale

The input is two files generated by running AliTrackletTaskMulti on real and simulated data. The files are expected to be in trdt.root for real data and trmc.root for simulated data.

Parameters
flagsFlags for the processing
scaleModeScaling mode
realFileNameName of real input file
simFileNameName of simulation input file
nBinsNumber of bins to process
otherFileNameName of aux input file

Definition at line 1678 of file SimpleCorrect.C.

Referenced by Correct().

Variable Documentation

const Color_t cc[]
Initial value:
= { kMagenta+2,
kBlue+2,
kAzure-1,
kCyan+2,
kGreen+1,
kSpring+5,
kYellow+1,
kOrange+5,
kRed+1,
kPink+5,
kBlack }

Color scale

Definition at line 36 of file SimpleCorrect.C.

Referenced by CorrectOneBin(), and SimpleCorrect().

const char* dndetaTitle = "d#it{N}_{ch}/d#it{#eta}"

dN/dy axis title

Definition at line 32 of file SimpleCorrect.C.

Referenced by CorrectOneBin().

const Bool_t kSimpleCorrectLoaded = true

Definition at line 27 of file SimpleCorrect.C.