![]() |
AliPhysics
4646b6b (4646b6b)
|
![]() |
Files | |
file | AliBasedNdetaTask.h |
file | AliCentraldNdetaTask.h |
file | AliForwarddNdetaTask.h |
file | AliMCTruthdNdetaTask.h |
file | DrawdNdeta.C |
Script to visualise the dN/deta for pp and PbPb. | |
Classes | |
class | AliBasedNdetaTask |
class | AliCentraldNdetaTask |
class | AliForwarddNdetaTask |
class | AliMCTruthdNdetaTask |
struct | dNdetaDrawer |
class | BothdNdetaTrain |
class | MakedNdetaTrain |
class | TrackletdNdetaTrain |
Functions | |
AliAnalysisTask * | AddTaskdNdeta (const char *which="Forward", const char *config="dNdetaConfig.C") |
AliAnalysisTask * | AddTaskForwardMultDists (const char *trig="V0AND", Double_t vzMin=-4, Double_t vzMax=+4, Bool_t usePhiAcc=true, Bool_t useAsymm=false) |
void | DrawdNdeta (const char *filename="forward_dndeta.root", const char *title="", UShort_t rebin=5, UShort_t others=0x7, UInt_t flags=dNdetaDrawer::kDefaultOptions, Double_t meanIpX=-1, Double_t meanIpY=-1, Float_t eff=0, const char *base="", UShort_t outflg=dNdetaDrawer::kAllFormats) |
\( dN/d\eta\) code
AliAnalysisTask* AddTaskdNdeta | ( | const char * | which = "Forward" , |
const char * | config = "dNdetaConfig.C" |
||
) |
Create a \( dN/d\eta\) analysis task
config | Configuration script |
which | Which type of task to add (Forward, Central, or MCTruth) |
Definition at line 24 of file AddTaskdNdeta.C.
AliAnalysisTask* AddTaskForwardMultDists | ( | const char * | trig = "V0AND" , |
Double_t | vzMin = -4 , |
||
Double_t | vzMax = +4 , |
||
Bool_t | usePhiAcc = true , |
||
Bool_t | useAsymm = false |
||
) |
Create the Forward \( dN/d\eta\) analysis task. Christian's sketch of a task
trig | Trigger to use |
vzMin | Smallest \( v_z\) |
vzMax | Biggest \( v_z\) |
usePhiAcc | Use stored phi acceptance |
useAsymm | Make asymmetric bins |
Definition at line 28 of file AddTaskForwardMultDists.C.
void DrawdNdeta | ( | const char * | filename = "forward_dndeta.root" , |
const char * | title = "" , |
||
UShort_t | rebin = 5 , |
||
UShort_t | others = 0x7 , |
||
UInt_t | flags = dNdetaDrawer::kDefaultOptions , |
||
Double_t | meanIpX = -1 , |
||
Double_t | meanIpY = -1 , |
||
Float_t | eff = 0 , |
||
const char * | base = "" , |
||
UShort_t | outflg = dNdetaDrawer::kAllFormats |
||
) |
Draw \( dN/d\eta\)
filename | File name |
title | Title |
rebin | Rebinning factor |
others | What other data to show |
flags | Flags |
meanIpX | Mean off-set in X direction of IP |
meanIpY | Mean off-set in Y direction of IP |
eff | (optional) Trigger efficiency |
base | Base name |
outflg | Output flags |
Definition at line 3514 of file DrawdNdeta.C.