![]() |
AliPhysics
d37ed96 (d37ed96)
|
Public Types | |
enum | { kGeneral = 0x00001, kParameters = 0x00002, kWeights = 0x00004, kdNdetas = 0x00010, kDeltas = 0x00020, kBackgrounds = 0x00040, kAlphas = 0x00080, kPDF = 0x01000, kPNG = 0x01000, kPause = 0x02000, kLandscape = 0x04000, kAltMarker = 0x08000, kDefaultViz = 0x30ff } |
enum | { kRealComb = 0x00001, kSimComb = 0x00002, kScaleNone = 0x00010, kScaleFix = 0x00020, kScaleAverage = 0x00040, kScaleFull = 0x00080, kScaleEta = 0x00100, kScaleDouble = 0x00200, kClosure = 0x01000, kDefaultProc = 0x00083 } |
enum | { kTopBackground = kAzure-8 } |
![]() | |
typedef TList | Container |
Public Member Functions | |
AliTrackletdNdeta () | |
Canvas functions | |
void | ClearCanvas () |
void | CreateCanvas (const TString &outputName) |
void | CloseCanvas () |
void | PrintCanvas (const char *title, const char *shortTitle="page", Float_t size=.7) |
TLegend * | DrawInPad (TVirtualPad *c, Int_t pad, TObject *o, Option_t *opt) |
Some utilities | |
TFile * | OpenFile (const char *filename) |
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) |
Drawing parameters | |
void | DrawParam (const char *name, Double_t &y, const char *val) |
void | DrawParam (const char *name, Double_t &y, Double_t val) |
void | DrawParam (const char *name, Double_t &y, Int_t val) |
void | DrawParam (const char *name, Double_t &y, Bool_t val) |
void | DrawParams (Container *pars, const char *title, Bool_t comb) |
void | DrawParams (Container *realSums, Container *simSums) |
General information | |
THStack * | Make2Stack (const char *name, const char *title, Container *realList, Container *simList, Option_t *dataOpt="", Option_t *simOpt="") |
void | DrawGeneral (Container *realList, Container *simList) |
void | DrawWeights (Container *simList) |
Functions related to single centrality bins | |
TH1 * | FindDelta (Container *ress, const char *sub, Bool_t scaled=false) |
TH1 * | FindDelta (Container *realList, Container *simList, const char *sub, TH2 *&scaleH, Double_t &scale, Double_t &scaleE) |
TH1 * | FindSub (Container *ress, const char *sub, const char *name) |
void | DrawDeltas (Container *realList, Container *simList) |
void | DrawScalars (Container *realList, Container *simList) |
Double_t | DrawBackground (TVirtualPad *c, Int_t pad, Container *ress, const char *name, const char **which, const char *pretty) |
void | DrawBackground (Container *realList, Container *simList) |
TH2 * | CutAlpha (TH2 *alpha) |
void | DrawAlpha (Container *realList, Container *simList) |
dN/deta stuff | |
const char * | ObsTitle () const |
Style_t | MS (Int_t what, Bool_t sim, Bool_t alt) const |
TH2 * | GetScaledCombi (TH2 *h, Container *realList, Container *simList, TH1 *&scale) |
TH2 * | GetRealBackground (Container *realList, Container *simList, TH1 *&scale) |
TH2 * | GetRealSignal (Container *realList, Container *simList, TH1 *&scale) |
TH2 * | GetSim (Container *simList, const char *name, const char *newName) |
TF1 * | DrawdNdeta (Container *realList, Container *simList, Color_t color=kBlack, THStack *stack=0, TDirectory *out=0, Bool_t alt=false) |
void | ProcessBin (Int_t bin, Double_t c1, Double_t c2, Container *realList, Container *simList, THStack *stack=0, TDirectory *out=0, TH1 *mid=0) |
void | Run (UInt_t proc=kDefaultProc, UInt_t viz=kDefaultViz, UShort_t maxBins=9, const char *dataName="data.root", const char *simName="sim.root", const char *output=0) |
void | Run (const char *proc, const char *viz, const char *dataName="data.root", const char *simName="sim.root", const char *output=0, UShort_t maxBins=9) |
![]() | |
AliTrackletAODUtils () | |
virtual | ~AliTrackletAODUtils () |
Public Attributes | |
TCanvas * | fCanvas |
TPad * | fTop |
TPad * | fBody |
UInt_t | fViz |
UInt_t | fProc |
TString | fLastTitle |
TString | fLastBin |
TLatex * | fHeader |
Double_t | fDeltaCut |
Double_t | fTailDelta |
Double_t | fMaxDelta |
Double_t | fCombinatoricsScale |
Double_t | fAlphaMin |
Double_t | fAlphaMax |
Additional Inherited Members | |
![]() | |
static void | PdgAttr (Int_t pdg, TString &nme, Color_t &c, Style_t &s) |
static const char * | CentName (Double_t c1, Double_t c2) |
static Color_t | CentColor (const TAxis &axis, Double_t c1, Double_t c2) |
static Color_t | CentColor (Int_t bin) |
static TFile * | OpenFile (const char *filename) |
static Bool_t | CheckAxisNBins (const char *which, const TAxis *a1, const TAxis *a2) |
static Bool_t | CheckAxisLimits (const char *which, const TAxis *a1, const TAxis *a2) |
static Bool_t | CheckAxisBins (const char *which, const TAxis *a1, const TAxis *a2) |
static Bool_t | CheckAxisLabels (const char *which, const TAxis *a1, const TAxis *a2) |
static Bool_t | CheckAxis (const char *which, const TAxis *a1, const TAxis *a2, Bool_t alsoLbls) |
static Bool_t | CheckConsistency (const TH1 *h1, const TH1 *h2) |
static TObject * | GetO (Container *parent, const char *name, TClass *cls=0, Bool_t verb=true) |
static TObject * | GetO (TDirectory *parent, const char *name, TClass *cls=0, Bool_t verb=true) |
static TH1 * | GetH1 (Container *parent, const char *name, Bool_t verb=true) |
static TH1 * | GetH1 (TDirectory *parent, const char *name, Bool_t verb=true) |
static TProfile * | GetP1 (Container *parent, const char *name, Bool_t verb=true) |
static TH2 * | GetH2 (Container *parent, const char *name, Bool_t verb=true) |
static TH2 * | GetH2 (TDirectory *parent, const char *name, Bool_t verb=true) |
static TH3 * | GetH3 (Container *parent, const char *name, Bool_t verb=true) |
static TH3 * | GetH3 (TDirectory *parent, const char *name, Bool_t verb=true) |
static TProfile2D * | GetP2 (Container *parent, const char *name, Bool_t verb=true) |
static TProfile * | GetP (Container *parent, const char *name, Bool_t verb=true) |
static THStack * | GetHS (Container *parent, const char *name, Bool_t verb=true) |
static THStack * | GetHS (TDirectory *parent, const char *name, Bool_t verb=true) |
static Container * | GetC (Container *parent, const char *name, Bool_t verb=true) |
static Container * | GetC (TDirectory *parent, const char *name, Bool_t verb=true) |
static TDirectory * | GetT (TDirectory *parent, const char *name, Bool_t verb=true) |
static Double_t | GetD (Container *parent, const char *name, Double_t def=-1, Bool_t verb=true) |
static Int_t | GetI (Container *parent, const char *name, Int_t def=-1, Bool_t verb=true) |
static Int_t | GetB (Container *parent, const char *name, Bool_t def=false, Bool_t verb=true) |
static TH1 * | CopyH1 (Container *parent, const char *name, const char *newName=0, Bool_t verb=true) |
static TH2 * | CopyH2 (Container *parent, const char *name, const char *newName=0, Bool_t verb=true) |
static TH3 * | CopyH3 (Container *parent, const char *name, const char *newName=0, Bool_t verb=true) |
static void | CopyAttr (const TH1 *src, TH1 *dest) |
static TH1 * | Make1D (Container *c, const TString &name, const TString &title, Color_t color, Style_t style, const TAxis &xAxis) |
static TProfile * | Make1P (Container *c, const TString &name, const TString &title, Color_t color, Style_t style, const TAxis &xAxis) |
static TH2 * | Make2D (Container *c, const TString &name, const TString &title, Color_t color, Style_t style, const TAxis &xAxis, const TAxis &yAxis) |
static TH3 * | Make3D (Container *c, const TString &name, const TString &title, Color_t color, Style_t style, const TAxis &xAxis, const TAxis &yAxis, const TAxis &zAxis) |
static TProfile2D * | Make2P (Container *c, const TString &name, const TString &title, Color_t color, Style_t style, const TAxis &xAxis, const TAxis &yAxis) |
static TH1 * | Scale (TH1 *h, Double_t x, Double_t xe) |
static TH2 * | Scale (TH2 *h, Double_t x, Double_t xe) |
static TH2 * | Scale (TH2 *h, TH1 *s) |
static void | FixAxis (TAxis &axis, const char *title=0) |
static void | ScaleAxis (TAxis &ret, Double_t fact=1) |
static void | SetAxis (TAxis &axis, Int_t n, Double_t *borders) |
static void | SetAxis (TAxis &axis, const TString &spec, const char *sep=":,") |
static void | SetAxis (TAxis &axis, Int_t n, Double_t l, Double_t h) |
static void | SetAxis (TAxis &axis, Int_t n, Double_t m) |
static void | PrintAxis (const TAxis &axis, Int_t nSig=2, const char *alt=0) |
static TH2 * | ScaleToIPz (TH2 *h, TH1 *ipZ, Bool_t full=false) |
static TH3 * | ScaleToIPz (TH3 *h, TH1 *ipZ, Bool_t full=false) |
static TH3 * | ScaleDelta (TH3 *h, TH2 *scale) |
static TH2 * | ProjectEtaDelta (TH3 *h) |
static TH1 * | ProjectDelta (TH2 *h) |
static TH1 * | ProjectDeltaFull (TH3 *h) |
static TH1 * | AverageOverIPz (TH2 *h, const char *name, UShort_t mode, TH1 *ipz, Double_t ipEff=0, TH2 *mask=0, Bool_t verb=false) |
static TObject * | CloneAndAdd (Container *c, TObject *o) |
static Double_t | Integrate (TH1 *h, Double_t min, Double_t max, Double_t &err) |
static Double_t | RatioE (Double_t n, Double_t en, Double_t d, Double_t ed, Double_t &er) |
static Double_t | RatioE2 (Double_t n, Double_t e2n, Double_t d, Double_t e2d, Double_t &e2r) |
static TH1 * | RatioH (const TH1 *num, const TH1 *denom, const char *name=0) |
static void | FixMinMax (TH1 *h, Bool_t ignoreZero=true) |
static void | FixMinMax (THStack *h, Bool_t ignoreZero=true) |
static Int_t * | PdgArray (Int_t &size) |
static const TAxis & | PdgAxis () |
static Int_t | PdgBin (Int_t pdg) |
Post processing
Definition at line 58 of file AliTrackletdNdeta.C.
anonymous enum |
Display options
Enumerator | |
---|---|
kGeneral |
Draw general information |
kParameters |
Draw parameters |
kWeights |
Draw weights |
kdNdetas |
Draw dNch/deta |
kDeltas |
Draw delta information |
kBackgrounds |
Draw backgrounds |
kAlphas |
Draw alphas |
kPDF |
Whether to make a PDF |
kPNG | |
kPause |
Whether to pause after each plot |
kLandscape |
Draw in landscape |
kAltMarker |
Alternative markers |
kDefaultViz |
Default options |
Definition at line 64 of file AliTrackletdNdeta.C.
anonymous enum |
Calculation options
Definition at line 95 of file AliTrackletdNdeta.C.
anonymous enum |
Enumerator | |
---|---|
kTopBackground |
Definition at line 116 of file AliTrackletdNdeta.C.
AliTrackletdNdeta::AliTrackletdNdeta | ( | ) |
Constructor
Definition at line 612 of file AliTrackletdNdeta.C.
void AliTrackletdNdeta::ClearCanvas | ( | ) |
Clear our canvas
Definition at line 647 of file AliTrackletdNdeta.C.
Referenced by CreateCanvas(), DrawAlpha(), DrawBackground(), DrawDeltas(), DrawdNdeta(), DrawGeneral(), DrawParams(), DrawScalars(), DrawWeights(), and Run().
void AliTrackletdNdeta::CloseCanvas | ( | ) |
void AliTrackletdNdeta::CreateCanvas | ( | const TString & | outputName | ) |
Create our canvas
outputName | Output file name |
Definition at line 671 of file AliTrackletdNdeta.C.
Referenced by Run().
Cut \(\alpha\) edges between fMinAlpha and fMaxAlpha
alpha | Alpha histogram to modify |
Definition at line 1597 of file AliTrackletdNdeta.C.
Referenced by DrawdNdeta().
Draw all background estimates for a centrality bin
realList | Results from real data |
simList | Results from simulated data |
Definition at line 1617 of file AliTrackletdNdeta.C.
Referenced by ProcessBin().
Double_t AliTrackletdNdeta::DrawBackground | ( | TVirtualPad * | c, |
Int_t | pad, | ||
Container * | ress, | ||
const char * | name, | ||
const char ** | which, | ||
const char * | pretty | ||
) |
Draw background estimates in a single bin for a single estimate
c | Top pad |
pad | Sub pad |
ress | Results |
name | Name of the results |
which | Histogram names (null terminated) |
pretty | Pretty container name |
Definition at line 1461 of file AliTrackletdNdeta.C.
Referenced by DrawBackground(), and ProcessBin().
Draw all background estimates for a centrality bin
realList | Results from real data |
simList | Results from simulated data |
Definition at line 1515 of file AliTrackletdNdeta.C.
Draw \(\Delta\) distributions for a single bin
realList | |
simList |
Definition at line 1199 of file AliTrackletdNdeta.C.
Referenced by ProcessBin().
TF1 * AliTrackletdNdeta::DrawdNdeta | ( | Container * | realList, |
Container * | simList, | ||
Color_t | color = kBlack , |
||
THStack * | stack = 0 , |
||
TDirectory * | out = 0 , |
||
Bool_t | alt = false |
||
) |
Calculates the result as
\[ R = \frac{P}{(1-\beta\prime)M\prime} (1-\beta)M \]
where
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
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
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 \]
realList | List of real data histograms |
simList | List of simulated data histograms |
color | Color to use |
stack | Stack to add results to |
out | (optional) output directory |
alt | Set alternative marker set |
Definition at line 1858 of file AliTrackletdNdeta.C.
Referenced by ObsTitle(), and ProcessBin().
Draw general information
realList | Results from real data |
simList | Results from simulated data |
Definition at line 993 of file AliTrackletdNdeta.C.
Referenced by Run().
Draw an object in a sub-pad
c | Canvas (or pad) |
pad | Sub-pad number |
o | Object to draw |
opt | Drawing options |
Definition at line 807 of file AliTrackletdNdeta.C.
Referenced by DrawAlpha(), DrawBackground(), DrawDeltas(), DrawdNdeta(), DrawGeneral(), DrawScalars(), DrawWeights(), and Run().
void AliTrackletdNdeta::DrawParam | ( | const char * | name, |
Double_t & | y, | ||
const char * | val | ||
) |
Draw parameter name and value
name | Name of parameter |
y | Current y coordinate |
val | Value |
Definition at line 847 of file AliTrackletdNdeta.C.
Referenced by DrawParam(), and DrawParams().
Draw a real valued paraemeter
name | Name of parameter |
y | Current y coordinate |
val | Value |
Definition at line 864 of file AliTrackletdNdeta.C.
Draw an integer valued paraemeter
name | Name of parameter |
y | Current y coordinate |
val | Value |
Definition at line 871 of file AliTrackletdNdeta.C.
Draw a boolean valued paraemeter
name | Name of parameter |
y | Current y coordinate |
val | Value |
Definition at line 878 of file AliTrackletdNdeta.C.
Draw all parameters in a container
pars | |
title | |
comb | if true, write for combinatorial background |
Definition at line 885 of file AliTrackletdNdeta.C.
Referenced by DrawParams(), and Run().
Draw parameters from both real and simulated analysis
realSums | Real data |
simSums | simulated data |
Definition at line 908 of file AliTrackletdNdeta.C.
Draw scalar \( k\) distributions for a single bin
realList | |
simList |
Definition at line 1334 of file AliTrackletdNdeta.C.
Referenced by DrawDeltas().
void AliTrackletdNdeta::DrawWeights | ( | Container * | simList | ) |
Draw the used simulation weights
simList | Simulation list |
Definition at line 1087 of file AliTrackletdNdeta.C.
Referenced by Run().
Service function to find \(\Delta\) distribution
ress | Results |
sub | Sub set |
scaled | Whether to find the scaled value |
Definition at line 1136 of file AliTrackletdNdeta.C.
Referenced by DrawDeltas().
TH1 * AliTrackletdNdeta::FindDelta | ( | Container * | realList, |
Container * | simList, | ||
const char * | sub, | ||
TH2 *& | scaleH, | ||
Double_t & | scale, | ||
Double_t & | scaleE | ||
) |
Definition at line 1151 of file AliTrackletdNdeta.C.
utility function to find a sub-element
ress | Container |
sub | Sub-path |
name | Name |
Definition at line 1117 of file AliTrackletdNdeta.C.
TH2 * AliTrackletdNdeta::GetRealBackground | ( | Container * | realList, |
Container * | simList, | ||
TH1 *& | scale | ||
) |
Get the real data background
realList | Real data container |
simList | Simulated data container |
scale | On return, scalar histogram (if not given) |
Definition at line 1793 of file AliTrackletdNdeta.C.
Referenced by DrawdNdeta(), and ObsTitle().
Get the real data signal
realList | Real data container |
simList | Simulated data container |
scale | On return, scalar histogram (if not given) |
Definition at line 1810 of file AliTrackletdNdeta.C.
Referenced by DrawdNdeta(), and ObsTitle().
TH2 * AliTrackletdNdeta::GetScaledCombi | ( | TH2 * | h, |
Container * | realList, | ||
Container * | simList, | ||
TH1 *& | scale | ||
) |
Get scaled combinatorial background
h | The histogram to use as template |
realList | Real data list |
simList | Simlated data list |
scale | On return the scalar histogram (if not given) |
Definition at line 1681 of file AliTrackletdNdeta.C.
Referenced by GetRealBackground(), GetRealSignal(), and ObsTitle().
Get simulation histogram
simList | Simulation list |
name | Name of histogram |
newName | New name of histogram |
Definition at line 1842 of file AliTrackletdNdeta.C.
Referenced by DrawdNdeta(), and ObsTitle().
THStack * AliTrackletdNdeta::Make2Stack | ( | const char * | name, |
const char * | title, | ||
Container * | realList, | ||
Container * | simList, | ||
Option_t * | dataOpt = "" , |
||
Option_t * | simOpt = "" |
||
) |
Make a stack of histograms for real and simulated data.
name | Name of stack |
title | Title of stack |
realList | Container of real data |
simList | Container of simulated data |
dataOpt | Options for real data |
simOpt | Options for simulated data |
Definition at line 960 of file AliTrackletdNdeta.C.
Referenced by DrawGeneral().
Get marker style to use
what | For what |
sim | For sim? |
alt | Alternate set? |
Definition at line 1660 of file AliTrackletdNdeta.C.
Referenced by DrawdNdeta(), and ObsTitle().
|
inline |
The observable title
Definition at line 412 of file AliTrackletdNdeta.C.
Referenced by DrawdNdeta(), and Run().
TFile * AliTrackletdNdeta::OpenFile | ( | const char * | filename | ) |
Open a file
filename | File name |
Definition at line 776 of file AliTrackletdNdeta.C.
Referenced by Run().
void AliTrackletdNdeta::PrintCanvas | ( | const char * | title, |
const char * | shortTitle = "page" , |
||
Float_t | size = .7 |
||
) |
Print the canvas
title | Title of this page |
shortTitle | Page short title |
size | Size of title |
Definition at line 747 of file AliTrackletdNdeta.C.
Referenced by DrawAlpha(), DrawBackground(), DrawDeltas(), DrawdNdeta(), DrawGeneral(), DrawParams(), DrawScalars(), DrawWeights(), and Run().
void AliTrackletdNdeta::ProcessBin | ( | Int_t | bin, |
Double_t | c1, | ||
Double_t | c2, | ||
Container * | realList, | ||
Container * | simList, | ||
THStack * | stack = 0 , |
||
TDirectory * | out = 0 , |
||
TH1 * | mid = 0 |
||
) |
Process a single bin
bin | Centrality bin number |
c1 | Least centrality |
c2 | Largest centrality |
realList | Results from real data |
simList | Results from simulated data |
stack | Possible stack to add dN/deta to |
out | Output directory |
mid | Histogram to fill with \(|\eta|<0.5\) results |
Definition at line 2075 of file AliTrackletdNdeta.C.
Referenced by ObsTitle(), and Run().
void AliTrackletdNdeta::Run | ( | UInt_t | proc = kDefaultProc , |
UInt_t | viz = kDefaultViz , |
||
UShort_t | maxBins = 9 , |
||
const char * | dataName = "data.root" , |
||
const char * | simName = "sim.root" , |
||
const char * | output = 0 |
||
) |
Run it
proc | Process mask |
viz | Visualisation mask |
maxBins | Maximum number of bins to look at |
dataName | Name of file from real data |
simName | Name of file from simulated data |
output | Output file name |
Definition at line 2156 of file AliTrackletdNdeta.C.
Referenced by ObsTitle(), and Run().
void AliTrackletdNdeta::Run | ( | const char * | proc, |
const char * | viz, | ||
const char * | dataName = "data.root" , |
||
const char * | simName = "sim.root" , |
||
const char * | output = 0 , |
||
UShort_t | maxBins = 9 |
||
) |
Run it
proc | Process mask |
viz | Visualisation mask |
dataName | Name of file from real data |
simName | Name of file from simulated data |
output | Output file name |
maxBins | Maximum number of bins to look at |
Definition at line 2123 of file AliTrackletdNdeta.C.
TH1 * AliTrackletdNdeta::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
h | Histogram |
color | Color of histogram |
marker | Marker style |
size | Marker size |
fill | Fill style |
line | Line style |
width | Line width |
Definition at line 786 of file AliTrackletdNdeta.C.
Referenced by DrawDeltas(), and DrawdNdeta().
Double_t AliTrackletdNdeta::fAlphaMax |
Largest value of \(\alpha\)
Definition at line 147 of file AliTrackletdNdeta.C.
Referenced by CutAlpha(), DrawAlpha(), and DrawParams().
Double_t AliTrackletdNdeta::fAlphaMin |
Least value of \(\alpha\)
Definition at line 145 of file AliTrackletdNdeta.C.
Referenced by DrawAlpha(), and DrawParams().
TPad* AliTrackletdNdeta::fBody |
Main body of plots
Definition at line 125 of file AliTrackletdNdeta.C.
Referenced by ClearCanvas(), CreateCanvas(), DrawAlpha(), DrawBackground(), DrawDeltas(), DrawdNdeta(), DrawGeneral(), DrawParams(), DrawScalars(), DrawWeights(), and Run().
TCanvas* AliTrackletdNdeta::fCanvas |
The canvas to draw in
Definition at line 121 of file AliTrackletdNdeta.C.
Referenced by ClearCanvas(), CloseCanvas(), CreateCanvas(), and PrintCanvas().
Double_t AliTrackletdNdeta::fCombinatoricsScale |
The scalar on combinatorial background for real data
Definition at line 143 of file AliTrackletdNdeta.C.
Referenced by DrawParams(), DrawScalars(), and GetScaledCombi().
Double_t AliTrackletdNdeta::fDeltaCut |
Cut on \( \Delta\) read from real data input file
Definition at line 137 of file AliTrackletdNdeta.C.
Referenced by DrawDeltas(), and Run().
TLatex* AliTrackletdNdeta::fHeader |
The page header text
Definition at line 135 of file AliTrackletdNdeta.C.
Referenced by CreateCanvas(), and PrintCanvas().
TString AliTrackletdNdeta::fLastBin |
Cache of centrality bin title
Definition at line 133 of file AliTrackletdNdeta.C.
Referenced by DrawAlpha(), DrawBackground(), DrawDeltas(), DrawdNdeta(), DrawScalars(), and ProcessBin().
TString AliTrackletdNdeta::fLastTitle |
Cache of last title
Definition at line 131 of file AliTrackletdNdeta.C.
Referenced by CloseCanvas(), and PrintCanvas().
Double_t AliTrackletdNdeta::fMaxDelta |
Highest value of \(\Delta\) read from real data input file
Definition at line 141 of file AliTrackletdNdeta.C.
Referenced by Run().
UInt_t AliTrackletdNdeta::fProc |
Processing options
Definition at line 129 of file AliTrackletdNdeta.C.
Referenced by DrawDeltas(), DrawdNdeta(), DrawParams(), DrawScalars(), GetRealBackground(), GetRealSignal(), GetScaledCombi(), GetSim(), and Run().
Double_t AliTrackletdNdeta::fTailDelta |
Lower cut on \(\Delta\) tail read from real data input file
Definition at line 139 of file AliTrackletdNdeta.C.
Referenced by DrawDeltas(), and Run().
TPad* AliTrackletdNdeta::fTop |
Top bar to put title in
Definition at line 123 of file AliTrackletdNdeta.C.
Referenced by ClearCanvas(), CreateCanvas(), and PrintCanvas().
UInt_t AliTrackletdNdeta::fViz |
Vizualisation options
Definition at line 127 of file AliTrackletdNdeta.C.
Referenced by CloseCanvas(), CreateCanvas(), PrintCanvas(), ProcessBin(), and Run().