AliPhysics  0937c79 (0937c79)

Configuration of the event trigger. More...

#include <TString.h>
#include "AliVEvent.h"
Include dependency graph for ConfigureAndGetEventTriggerMaskAndCaloTriggerString.C:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

UInt_t ConfigureAndGetEventTriggerMaskAndCaloTriggerString (TString trigger, Int_t year, TString &triggerString)
 

Detailed Description

Configuration of the event trigger.

Configuration macro of the task event trigger, depending on trigger name, specially for EMCal triggers. The trigger event settings depend on special trigger names:

  • default: Min bias like triggers, kMB or kINT7
  • EMCAL_L0, DCAL_L0: EMCal or DCal L0 triggers kEMC7, kEMC8, kEMC1
  • EMCAL_L1, DCAL_L1: EMCal or DCal L1 triggers, kEMCEGA, with name EG1 or EGA
  • EMCAL_L2, DCAL_L2: EMCal or DCal L1 triggers, kEMCEGA, with name EG2
Author
Gustavo Conesa Balbastre Gusta.nosp@m.vo.C.nosp@m.onesa.nosp@m..Bal.nosp@m.bastr.nosp@m.e@ce.nosp@m.rn.ch, (LPSC-CNRS)

Definition in file ConfigureAndGetEventTriggerMaskAndCaloTriggerString.C.

Function Documentation

UInt_t ConfigureAndGetEventTriggerMaskAndCaloTriggerString ( TString  trigger,
Int_t  year,
TString triggerString 
)

Main method

The options that can be passed to the macro are:

Parameters
trigger: name of the desired trigger. Special names depending on Calo triggers.
year: year
triggerString: specific trigger name string to select at analysis level

Definition at line 32 of file ConfigureAndGetEventTriggerMaskAndCaloTriggerString.C.

Referenced by AddTaskCaloTrackCorrBase(), AddTaskClusterShape(), AddTaskGammaHadronCorrelation(), and AddTaskPi0IMGammaCorrQA().