![]() |
AliPhysics
0d55a7a (0d55a7a)
|
Get year, collision type, mc/data type and period from alien global variables. More...
#include <TString.h>
#include <TSystem.h>
Go to the source code of this file.
Functions | |
void | GetAlienGlobalProductionVariables (Bool_t &simulation, TString &col, TString &period, Int_t &year, Bool_t print=kFALSE) |
Get year, collision type, mc/data type and period from alien global variables.
Get year, collision type, mc/data type and period from alien global variables
Definition in file GetAlienGlobalProductionVariables.C.
void GetAlienGlobalProductionVariables | ( | Bool_t & | simulation, |
TString & | col, | ||
TString & | period, | ||
Int_t & | year, | ||
Bool_t | print = kFALSE |
||
) |
Main method
The options that can be passed to the macro are:
simulation | : bool, true MC, false data |
col | : string with pp, pPb, PbPb return. If already set nothing to recover |
period | : string with period return |
year | : int, year, check in case of data set by hand for MC |
: bool to print recovered parameters |
Definition at line 28 of file GetAlienGlobalProductionVariables.C.
Referenced by AddTaskClusterShape(), AddTaskGammaHadronCorrelation(), AddTaskGammaHadronCorrelationSelectAnalysis(), AddTaskMultipleTrackCutIsoConeAnalysis(), and AddTaskPi0IMGammaCorrQA().