![]() |
AliPhysics
2c8507d (2c8507d)
|
Classes | |
struct | CentBin |
struct | Histos |
struct | Sub |
Public Types | |
enum | { kMeasuredMask = 0x0, kMeasuredVeto = AliAODTracklet::kInjection|AliAODTracklet::kGenerated, kInjectedMask = AliAODTracklet::kInjection, kInjectedVeto = AliAODTracklet::kGenerated, kCombinatoricMask = AliAODTracklet::kCombinatorics, kCombinatoricVeto = 0x0, kDistinctMask, kDistinctVeto = 0x0, kPrimaryMask = 0x0, kPrimaryVeto, kSecondaryMask = AliAODTracklet::kSecondary, kSecondaryVeto = 0x0, kGeneratedMask = AliAODTracklet::kGenerated, kGeneratedVeto = AliAODTracklet::kNeutral } |
typedef TList | Container |
![]() | |
typedef TList | Container |
Protected Types | |
enum | { kAll =1, kEvent, kTracklets, kTrigger, kIP, kCentrality, kCompleted } |
Protected Member Functions | |
ClassDef (AliTrackletAODdNdeta, 1) | |
Initialization | |
virtual Bool_t | WorkerInit () |
Bool_t | InitCentBins (Container *existing) |
virtual CentBin * | MakeCentBin (Float_t c1, Float_t c2) |
Event inspection | |
virtual const char * | GetBranchName () const |
Bool_t | CheckEvent (Double_t ¢, const AliVVertex *&ip, TClonesArray *&tracklets) |
TClonesArray * | FindTracklets (AliVEvent *event) |
const AliVVertex * | FindSimpleIP (AliVEvent *event, Double_t maxDispersion=0.04, Double_t maxZError=0.25) |
const AliVVertex * | FindRealIP (AliVEvent *event, Double_t maxDispersion=0.04, Double_t maxZError=0.25) |
const AliVVertex * | CheckIP (const AliVVertex *ip, Double_t maxDispersion=0.04, Double_t maxZError=0.25) |
const AliVVertex * | FindIP (AliVEvent *event, Double_t maxDispersion=0.04, Double_t maxZError=0.25) |
Double_t | FindMultCentrality (AliVEvent *event, Int_t &nTracklets) |
Double_t | FindCompatCentrality (AliVEvent *event) |
Double_t | FindCentrality (AliVEvent *event, Int_t &nTracklets) |
Bool_t | FindTrigger () |
Tracklet selection and inspection | |
virtual Double_t | LookupWeight (AliAODTracklet *tracklet, Double_t cent) |
virtual UShort_t | CheckTracklet (AliAODTracklet *tracklet) const |
Event processing | |
void | ProcessEvent (Double_t cent, const AliVVertex *ip, TClonesArray *tracklets) |
Finalize the job | |
virtual Bool_t | MasterFinalize (Container *results) |
![]() | |
ClassDef (AliTrackletAODUtils, 1) | |
Protected Attributes | |
Container * | fContainer |
Container * | fCentBins |
TH1 * | fIPz |
TH1 * | fCent |
TH1 * | fStatus |
TH2 * | fEtaPhi |
TProfile * | fNBareVsGood |
TProfile * | fNBareVsFake |
TProfile * | fNTrackletVsGood |
TProfile * | fNTrackletVsFake |
TProfile * | fNGeneratedVsGood |
TProfile * | fNGeneratedVsFake |
TProfile * | fCentTracklets |
TProfile * | fCentEst |
TString | fCentMethod |
Int_t | fCentIdx |
Int_t | fTrkIdx |
TAxis | fCentAxis |
TAxis | fIPzAxis |
TAxis | fEtaAxis |
TAxis | fPhiAxis |
Double_t | fMaxDelta |
Double_t | fTailDelta |
Double_t | fTailMax |
Double_t | fDPhiShift |
Double_t | fShiftedDPhiCut |
Double_t | fDeltaCut |
Double_t | fAbsMinCent |
Auxiliary methods | |
virtual void | Print (Option_t *option="") const |
Bool_t | Connect (const char *sumFile=0, const char *resFile=0) |
static AliTrackletAODdNdeta * | Create (Bool_t mc=false, const char *weights=0, const char *sumFile=0, const char *resFile=0) |
Additional Inherited Members | |
![]() | |
static void | PdgAttr (Int_t pdg, TString &nme, Color_t &c, Style_t &s) |
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 TH3 * | GetH3 (Container *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 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 TH1 * | ProjectDelta (TH2 *h) |
static TH1 * | ProjectDeltaFull (TH3 *h) |
static TH1 * | AverageOverIPz (TH2 *h, const char *name, UShort_t mode, TH1 *ipz, TH2 *mask=0, Bool_t verb=true) |
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) |
Task to analyse AOD tracklets for dNch/deta
Definition at line 45 of file AliTrackletAODdNdeta.C.
typedef TList AliTrackletAODdNdeta::Container |
Type of containers
Definition at line 74 of file AliTrackletAODdNdeta.C.
anonymous enum |
Masks and vetos used by histogram sets
Definition at line 52 of file AliTrackletAODdNdeta.C.
|
protected |
Status of task
Enumerator | |
---|---|
kAll | |
kEvent | |
kTracklets | |
kTrigger | |
kIP | |
kCentrality | |
kCompleted |
Definition at line 1035 of file AliTrackletAODdNdeta.C.
AliTrackletAODdNdeta::AliTrackletAODdNdeta | ( | ) |
Default constructor - for ROOT I/O only
Definition at line 1379 of file AliTrackletAODdNdeta.C.
Referenced by Create().
AliTrackletAODdNdeta::AliTrackletAODdNdeta | ( | const char * | name | ) |
Named - user - constructor
Definition at line 1411 of file AliTrackletAODdNdeta.C.
AliTrackletAODdNdeta::AliTrackletAODdNdeta | ( | const AliTrackletAODdNdeta & | o | ) |
Copy constructor
o | Object to copy from |
Definition at line 1451 of file AliTrackletAODdNdeta.C.
|
inlinevirtual |
Destructor
Definition at line 92 of file AliTrackletAODdNdeta.C.
|
protected |
Check event
cent | On return, the event centrality |
ip | On return, the event interaction point |
tracklets | On return, the list of tracklets |
Definition at line 2052 of file AliTrackletAODdNdeta.C.
Referenced by UserExec().
|
protected |
Check if an IP position is OK
ip | IP position |
maxDispersion | Max uncertainty |
maxZError | Max uncertainty in Z |
Definition at line 2114 of file AliTrackletAODdNdeta.C.
Referenced by FindRealIP(), and FindSimpleIP().
|
protectedvirtual |
Check if the tracklet passed is a signal tracklet
tracklet | Tracklet to inspect |
Definition at line 2330 of file AliTrackletAODdNdeta.C.
Referenced by ProcessEvent().
|
protected |
Bool_t AliTrackletAODdNdeta::Connect | ( | const char * | sumFile = 0 , |
const char * | resFile = 0 |
||
) |
Connect this task to analysis manager
sumFile | (Optional) name of sum file |
resFile | (Optional) name of result file |
Definition at line 1523 of file AliTrackletAODdNdeta.C.
Referenced by Create().
|
static |
Create object of this (or derived) class
mc | Whether this is for MC or not |
sumFile | (Optional) name of sum file |
resFile | (Optional) name of result file |
weights | (Optional) name of weights file |
Definition at line 3154 of file AliTrackletAODdNdeta.C.
Find the centrality of the event. If an AliMultSelection structure isn't found, fall back to AliCentrality, and that isn't there either, we fail.
event | Event |
nTracklets | Number of tracklets for benchmarking centrality |
Definition at line 2275 of file AliTrackletAODdNdeta.C.
Referenced by CheckEvent().
|
protected |
Find the centrality of the event. This looks for the AliCentrality structure.
event | Event |
Definition at line 2220 of file AliTrackletAODdNdeta.C.
Referenced by FindCentrality().
|
protected |
Find the interaction point location
event | Event |
maxDispersion | Max uncertainty |
maxZError | Max uncertainty in Z |
Definition at line 2193 of file AliTrackletAODdNdeta.C.
Referenced by CheckEvent().
|
protected |
Find the centrality of the event. This looks for the AliMultSelection structure.
event | Event |
nTracklets | Number of tracklets for benchmarking centrality |
Definition at line 2233 of file AliTrackletAODdNdeta.C.
Referenced by FindCentrality().
|
protected |
See if we can find an IP position
event | Event |
maxDispersion | Max uncertainty |
maxZError | Max uncertainty in Z |
Definition at line 2157 of file AliTrackletAODdNdeta.C.
Referenced by FindIP().
|
protected |
See if we can find an IP position
event | Event |
maxDispersion | Max uncertainty |
maxZError | Max uncertainty in Z |
Definition at line 2170 of file AliTrackletAODdNdeta.C.
Referenced by FindIP().
|
protected |
Find the tracklet list in the event
event | Event |
Definition at line 2096 of file AliTrackletAODdNdeta.C.
Referenced by CheckEvent().
|
protected |
Check if we got a selected trigger
Definition at line 2209 of file AliTrackletAODdNdeta.C.
Referenced by CheckEvent().
|
inline |
Called at end of worker job.
Definition at line 152 of file AliTrackletAODdNdeta.C.
|
inlineprotectedvirtual |
Reimplemented in AliTrackletAODMCdNdeta.
Definition at line 866 of file AliTrackletAODdNdeta.C.
Initialize our centrality bins.
existing | If null, also create new sub-sets. If non-null, read sub-sets from the container passed (using in Terminate). |
Definition at line 1800 of file AliTrackletAODdNdeta.C.
Referenced by Terminate(), and WorkerInit().
|
protectedvirtual |
Find the tracklet weight
tracklet | Tracklet |
cent | Centrality |
Reimplemented in AliTrackletAODWeightedMCdNdeta.
Definition at line 2307 of file AliTrackletAODdNdeta.C.
Referenced by ProcessEvent().
|
inlineprotectedvirtual |
Make a centrality bin
c1 | Low edge |
c2 | High edge |
Reimplemented in AliTrackletAODMCdNdeta.
Definition at line 855 of file AliTrackletAODdNdeta.C.
Referenced by InitCentBins().
Finalize the job on the master
results | The container to add the results to |
Reimplemented in AliTrackletAODWeightedMCdNdeta.
Definition at line 2546 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODWeightedMCdNdeta::MasterFinalize(), and Terminate().
AliTrackletAODdNdeta & AliTrackletAODdNdeta::operator= | ( | const AliTrackletAODdNdeta & | o | ) |
Assignment operator
o | Object to assign from |
Definition at line 1484 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODWeightedMCdNdeta::operator=().
|
virtual |
Print information to standard output
option | Ignored |
Reimplemented in AliTrackletAODWeightedMCdNdeta.
Definition at line 1572 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODWeightedMCdNdeta::Print(), Terminate(), and WorkerInit().
|
protected |
Process tracklets of an event
cent | Event centrality |
ip | Event interaction point |
tracklets | List of tracklets |
Definition at line 2346 of file AliTrackletAODdNdeta.C.
Referenced by UserExec().
|
inline |
Set the very least centrality to consider. This is for cases where the centrality calibration of simulated data doesn't really match the real-data one, but we want to keep the original centrality bins. E.g., for LHC15k1b1, the calibration of the DPMJet centrality does not give the same mean number of tracklets for the very most central bin. We therefor need to rule out the event with a very large number of tracklets from the sample by setting this parameter to for example 0.1. If this parameter is set to a negative value (default) it is not considered.
x | Absolute lowest centrality to consider |
Definition at line 320 of file AliTrackletAODdNdeta.C.
Set the centrality axis
n | Number of bins |
bins | Bin borders (n+1 entries) |
Definition at line 177 of file AliTrackletAODdNdeta.C.
|
inline |
Set the centraliy axis
spec | bin specification |
Definition at line 186 of file AliTrackletAODdNdeta.C.
|
inline |
Set the centrality method to use
name | Name of centrality method |
Definition at line 170 of file AliTrackletAODdNdeta.C.
|
inline |
Set upper cut on \(\Delta\) for signals
x | Value |
Definition at line 288 of file AliTrackletAODdNdeta.C.
|
inline |
Set \(\delta_{\phi}\)
x | Shift of \(\Delta\phi\) |
Definition at line 276 of file AliTrackletAODdNdeta.C.
Set the \( \vareta\) axis
n | Number of bins |
min | Least value |
max | Largest value |
Definition at line 248 of file AliTrackletAODdNdeta.C.
Set the \( \vareta\) axis
n | Number of bins |
max | Largest absolute value |
Definition at line 258 of file AliTrackletAODdNdeta.C.
|
inline |
Set the pseudorapidity axis
spec | bin specification |
Definition at line 267 of file AliTrackletAODdNdeta.C.
Set the \( \mathrm{IP}_z\) axis
n | Number of bins |
min | Least value |
max | Largest value |
Definition at line 197 of file AliTrackletAODdNdeta.C.
Set the \( \mathrm{IP}_z\) axis
n | Number of bins |
max | Largest absolute value |
Definition at line 207 of file AliTrackletAODdNdeta.C.
|
inline |
Set the interaction point Z axis
spec | bin specification |
Definition at line 216 of file AliTrackletAODdNdeta.C.
|
inline |
Set Maximum \( \Delta\) to consider
x | Value |
Definition at line 294 of file AliTrackletAODdNdeta.C.
Set the \( \varphi\) axis
n | Number of bins |
min | Least value |
max | Largest value |
Definition at line 227 of file AliTrackletAODdNdeta.C.
Set the \( \varphi\) axis
n | Number of bins |
max | Largest absolute value |
Definition at line 237 of file AliTrackletAODdNdeta.C.
|
inline |
Set cut on \(\Delta\phi-\delta_{\phi}\)
x | Cut on shifted \(\Delta\phi\) |
Definition at line 282 of file AliTrackletAODdNdeta.C.
|
inline |
Set lower cut on tail of \(\Delta\) distributions
x | Value |
Definition at line 300 of file AliTrackletAODdNdeta.C.
|
inline |
Set lower cut on tail of \(\Delta\) distributions
x | Value |
Definition at line 306 of file AliTrackletAODdNdeta.C.
|
inlinevirtual |
Whether to use square root of square (product) weights
mode | If true, take square root of square (product) weights |
Reimplemented in AliTrackletAODWeightedMCdNdeta.
Definition at line 332 of file AliTrackletAODdNdeta.C.
|
inlinevirtual |
Set the tracklet type mask to use on weights
mask | Tracklet type mask |
Reimplemented in AliTrackletAODWeightedMCdNdeta.
Definition at line 338 of file AliTrackletAODdNdeta.C.
|
inlinevirtual |
Set weights. This implementatio does nothing
w | Weights to use |
Reimplemented in AliTrackletAODWeightedMCdNdeta.
Definition at line 326 of file AliTrackletAODdNdeta.C.
|
inlinevirtual |
Set the tracklet type veto to use on weights
veto | Tracklet type veto |
Reimplemented in AliTrackletAODWeightedMCdNdeta.
Definition at line 344 of file AliTrackletAODdNdeta.C.
void AliTrackletAODdNdeta::Terminate | ( | Option_t * | ) |
Called at end of master job on merged results.
Definition at line 2484 of file AliTrackletAODdNdeta.C.
void AliTrackletAODdNdeta::UserCreateOutputObjects | ( | ) |
Delegate worker initialization
Definition at line 1663 of file AliTrackletAODdNdeta.C.
void AliTrackletAODdNdeta::UserExec | ( | Option_t * | ) |
Event processing
Definition at line 2032 of file AliTrackletAODdNdeta.C.
|
protectedvirtual |
Initialize the task on worker
Reimplemented in AliTrackletAODWeightedMCdNdeta.
Definition at line 1673 of file AliTrackletAODdNdeta.C.
Referenced by UserCreateOutputObjects(), AliTrackletAODdNdeta::CentBin::WorkerInit(), and AliTrackletAODWeightedMCdNdeta::WorkerInit().
|
protected |
The absolute minimum centrality to consider - for MC with poor match
Definition at line 1101 of file AliTrackletAODdNdeta.C.
Referenced by FindCentrality(), operator=(), Print(), SetAbsMinCent(), and WorkerInit().
|
protected |
Histogram of centrality
Definition at line 1053 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta::CentBin::Accept(), CheckEvent(), AliTrackletAODdNdeta::CentBin::FinalizeInit(), AliTrackletAODdNdeta::CentBin::MasterFinalize(), MasterFinalize(), operator=(), AliTrackletAODdNdeta::CentBin::WorkerInit(), and WorkerInit().
|
protected |
Centrality axis
Definition at line 1081 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta(), FindCentrality(), InitCentBins(), operator=(), Print(), SetCentralityAxis(), WorkerInit(), and AliTrackletAODWeightedMCdNdeta::WorkerInit().
|
protected |
List of centrality bins
Definition at line 1049 of file AliTrackletAODdNdeta.C.
Referenced by InitCentBins(), MasterFinalize(), operator=(), Print(), and ProcessEvent().
|
protected |
Histogram of centrality vs average mult estimator
Definition at line 1073 of file AliTrackletAODdNdeta.C.
Referenced by FindMultCentrality(), MasterFinalize(), and WorkerInit().
|
protected |
Cached index of centrality estimator
Definition at line 1077 of file AliTrackletAODdNdeta.C.
Referenced by FindMultCentrality(), and operator=().
|
protected |
Centrality method to use
Definition at line 1075 of file AliTrackletAODdNdeta.C.
Referenced by FindCentrality(), FindCompatCentrality(), FindMultCentrality(), operator=(), SetCentralityMethod(), and WorkerInit().
|
protected |
Histogram of centrality, nTracklets correlation
Definition at line 1071 of file AliTrackletAODdNdeta.C.
Referenced by CheckEvent(), MasterFinalize(), and WorkerInit().
|
protected |
Container
Definition at line 1047 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta::Histos::FinalizeInit(), AliTrackletAODdNdeta::CentBin::FinalizeInit(), InitCentBins(), MasterFinalize(), AliTrackletAODWeightedMCdNdeta::MasterFinalize(), operator=(), Terminate(), UserCreateOutputObjects(), UserExec(), AliTrackletAODdNdeta::Histos::WorkerInit(), AliTrackletAODdNdeta::CentBin::WorkerInit(), WorkerInit(), and AliTrackletAODWeightedMCdNdeta::WorkerInit().
|
protected |
Signal cut on \(\Delta\)
Definition at line 1099 of file AliTrackletAODdNdeta.C.
Referenced by CheckTracklet(), operator=(), Print(), SetDeltaCut(), and WorkerInit().
|
protected |
Shift \(\delta_{\phi}\) of \(\Delta\phi\)
Definition at line 1095 of file AliTrackletAODdNdeta.C.
Referenced by CheckTracklet(), operator=(), Print(), SetDPhiShift(), and WorkerInit().
|
protected |
Pseudorapidity axis
Definition at line 1085 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta(), InitCentBins(), operator=(), Print(), SetEtaAxis(), WorkerInit(), and AliTrackletAODWeightedMCdNdeta::WorkerInit().
|
protected |
Histogram of all eta phi
Definition at line 1057 of file AliTrackletAODdNdeta.C.
Referenced by MasterFinalize(), ProcessEvent(), and WorkerInit().
|
protected |
Histogram of Interaction point z coordinate
Definition at line 1051 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta::CentBin::Accept(), CheckEvent(), AliTrackletAODdNdeta::CentBin::EstimateBackground(), AliTrackletAODdNdeta::CentBin::FinalizeInit(), AliTrackletAODdNdeta::CentBin::MasterFinalize(), MasterFinalize(), operator=(), AliTrackletAODdNdeta::CentBin::WorkerInit(), and WorkerInit().
|
protected |
Interaction point Z axis
Definition at line 1083 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta(), CheckIP(), InitCentBins(), operator=(), Print(), SetIPzAxis(), and WorkerInit().
|
protected |
Maximum \(\Delta\) to consider
Definition at line 1089 of file AliTrackletAODdNdeta.C.
Referenced by InitCentBins(), MasterFinalize(), operator=(), Print(), SetMaxDelta(), and WorkerInit().
|
protected |
Average fake number of tracklets (weighed) vs total (unweighed)
Definition at line 1061 of file AliTrackletAODdNdeta.C.
Referenced by ProcessEvent(), and WorkerInit().
|
protected |
Average good number of tracklets (weighed) vs total (unweighed)
Definition at line 1059 of file AliTrackletAODdNdeta.C.
Referenced by ProcessEvent(), and WorkerInit().
|
protected |
Average fake number of tracklets (weighed) vs generated tracks
Definition at line 1069 of file AliTrackletAODdNdeta.C.
Referenced by ProcessEvent(), and WorkerInit().
|
protected |
Average good number of tracklets (weighed) vs generated tracks
Definition at line 1067 of file AliTrackletAODdNdeta.C.
Referenced by ProcessEvent(), and WorkerInit().
|
protected |
Average fake number of tracklets (weighed) vs total (weighed)
Definition at line 1065 of file AliTrackletAODdNdeta.C.
Referenced by ProcessEvent(), and WorkerInit().
|
protected |
Average good number of tracklets (weighed) vs total (weighed)
Definition at line 1063 of file AliTrackletAODdNdeta.C.
Referenced by ProcessEvent(), and WorkerInit().
|
protected |
Azimuthal angle axis
Definition at line 1087 of file AliTrackletAODdNdeta.C.
Referenced by AliTrackletAODdNdeta(), operator=(), Print(), SetPhiAxis(), and WorkerInit().
|
protected |
Signal cut on \(\Delta\phi-\delta_{\phi}\)
Definition at line 1097 of file AliTrackletAODdNdeta.C.
Referenced by CheckTracklet(), operator=(), Print(), SetShiftedDPhiCut(), and WorkerInit().
|
protected |
Histogram of centrality
Definition at line 1055 of file AliTrackletAODdNdeta.C.
Referenced by CheckEvent(), MasterFinalize(), UserExec(), and WorkerInit().
|
protected |
Least value of \(\Delta\) considered background tail
Definition at line 1091 of file AliTrackletAODdNdeta.C.
Referenced by MasterFinalize(), operator=(), Print(), SetTailDelta(), and WorkerInit().
|
protected |
Largest value of \(\Delta\) considered background tail
Definition at line 1093 of file AliTrackletAODdNdeta.C.
Referenced by MasterFinalize(), operator=(), Print(), SetTailMaximum(), and WorkerInit().
|
protected |
Cached index of tracklet estimator
Definition at line 1079 of file AliTrackletAODdNdeta.C.
Referenced by FindMultCentrality(), and operator=().