![]() |
AliPhysics
0937c79 (0937c79)
|
Check EMCal trigger availability in period. More...
#include <TString.h>
Go to the source code of this file.
Functions | |
Bool_t | CheckActiveEMCalTriggerPerPeriod (Bool_t simulation, TString trigger, TString period, Int_t year) |
Check EMCal trigger availability in period.
Check if the selected EMCal trigger is appropriate to run the analysis, depending on the period certain triggers were not available.
The trigger names checked are:
Definition in file CheckActiveEMCalTriggerPerPeriod.C.
Bool_t CheckActiveEMCalTriggerPerPeriod | ( | Bool_t | simulation, |
TString | trigger, | ||
TString | period, | ||
Int_t | year | ||
) |
Main method
The options that can be passed to the macro are:
simulation | bool with data (0) or MC (1) condition |
trigger | trigger string name (EMCAL_L0, EMCAL_L1, EMCAL_L2, DCAL_L0, DCAL_L1, DCAL_L2) |
period | LHCXX |
year | 2011, ... |
Definition at line 37 of file CheckActiveEMCalTriggerPerPeriod.C.
Referenced by AddTaskCaloTrackCorrBase(), AddTaskClusterShape(), and AddTaskPi0IMGammaCorrQA().