AliPhysics  4646b6b (4646b6b)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dN/deta
Collaboration diagram for dN/deta:

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

AliAnalysisTaskAddTaskdNdeta (const char *which="Forward", const char *config="dNdetaConfig.C")
 
AliAnalysisTaskAddTaskForwardMultDists (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)
 

Detailed Description

\( dN/d\eta\) code

Function Documentation

AliAnalysisTask* AddTaskdNdeta ( const char *  which = "Forward",
const char *  config = "dNdetaConfig.C" 
)

Create a \( dN/d\eta\) analysis task

Parameters
configConfiguration script
whichWhich type of task to add (Forward, Central, or MCTruth)
Returns
Newly created and configured task

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

Parameters
trigTrigger to use
vzMinSmallest \( v_z\)
vzMaxBiggest \( v_z\)
usePhiAccUse stored phi acceptance
useAsymmMake asymmetric bins
Returns
Newly created and configured task

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\)

Parameters
filenameFile name
titleTitle
rebinRebinning factor
othersWhat other data to show
flagsFlags
meanIpXMean off-set in X direction of IP
meanIpYMean off-set in Y direction of IP
eff(optional) Trigger efficiency
baseBase name
outflgOutput flags
Deprecated:
Use new GSE based drawing

Definition at line 3514 of file DrawdNdeta.C.