![]() |
AliPhysics
ec7afe5 (ec7afe5)
|
![]() |
Files | |
file | AddTaskCreateRespMatr.C |
Script to add a task to create response matrices. | |
file | AddTaskMultDists.C |
Script to add a multiplicity task. | |
file | AddTaskTriggerCorrection.C |
Script to add a task to create trigger bias correction. | |
file | MakeRespMatrTrain.C |
Make response matrices. | |
file | MakeTriggerBiasTrain.C |
Train to analyse for trigger bias. | |
Classes | |
class | MakeMultTrain |
class | MakeRespMatrTrain |
class | MakeTriggerBiasTrain |
Functions | |
AliAnalysisTaskSE * | AddTaskCreateRespMatr (const char *trig="V0AND", Double_t vzMin=-4, Double_t vzMax=4) |
AliAnalysisTaskSE * | AddTaskMultDistributions (const char *trig="INEL", Double_t vzMin=-4, Double_t vzMax=4, Int_t lowCent=0, Int_t highCent=0, Int_t nBins=600) |
AliAnalysisTask * | AddTaskMultDists (const char *trig="V0AND", Double_t vzMin=-4, Double_t vzMax=4, Int_t lowCent=0, Int_t highCent=0, Int_t nBins=400) |
AliAnalysisTaskSE * | AddTaskTriggerCorrection (const char *trig="INEL", Double_t vzMin=-4, Double_t vzMax=4) |
AliAnalysisTaskSE* AddTaskCreateRespMatr | ( | const char * | trig = "V0AND" , |
Double_t | vzMin = -4 , |
||
Double_t | vzMax = 4 |
||
) |
Add task to create response matrix
trig | Trigger class |
vzMin | Least Z-coordiante of interaction point |
vzMax | Largest Z-coordiante of interaction point |
Definition at line 24 of file AddTaskCreateRespMatr.C.
AliAnalysisTaskSE* AddTaskMultDistributions | ( | const char * | trig = "INEL" , |
Double_t | vzMin = -4 , |
||
Double_t | vzMax = 4 , |
||
Int_t | lowCent = 0 , |
||
Int_t | highCent = 0 , |
||
Int_t | nBins = 600 |
||
) |
Script to add a multiplicity task
trig | Trigger class |
vzMin | Least Z-coordiante of interaction point |
vzMax | Largest Z-coordiante of interaction point |
lowCent | Not used yet |
highCent | Not used yet |
nBins | Number of bins |
Definition at line 31 of file AddTaskMultDistributions.C.
AliAnalysisTask* AddTaskMultDists | ( | const char * | trig = "V0AND" , |
Double_t | vzMin = -4 , |
||
Double_t | vzMax = 4 , |
||
Int_t | lowCent = 0 , |
||
Int_t | highCent = 0 , |
||
Int_t | nBins = 400 |
||
) |
Function to add task to train
trig | Trigger to use |
vzMin | Least z-coordinate of the interaction point |
vzMax | Largest z-coordinate of the interaction point |
lowCent | Least centrality to consider |
highCent | Largest centrality to consider |
nBins | Number of bins to use |
Definition at line 29 of file AddTaskMultDists.C.
AliAnalysisTaskSE* AddTaskTriggerCorrection | ( | const char * | trig = "INEL" , |
Double_t | vzMin = -4 , |
||
Double_t | vzMax = 4 |
||
) |
Add a task to create trigger bias correction
trig | Trigger to use |
vzMin | Least Z–coordinate |
vzMax | Largest Z–coordinate |
Definition at line 23 of file AddTaskTriggerCorrection.C.