AliPhysics  fceccc5 (fceccc5)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ConfigureEventTriggerCaloTrackCorr.C File Reference

Configuration of the event trigger. More...

#include <TString.h>
#include "AliAnalysisTaskCaloTrackCorrelation.h"
#include "AliAnaCaloTrackCorrMaker.h"
Include dependency graph for ConfigureEventTriggerCaloTrackCorr.C:

Go to the source code of this file.

Functions

void ConfigureEventTriggerCaloTrackCorr (AliAnalysisTaskCaloTrackCorrelation *task, TString trigger, Int_t year)
 

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 L2 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 ConfigureEventTriggerCaloTrackCorr.C.

Function Documentation

void ConfigureEventTriggerCaloTrackCorr ( AliAnalysisTaskCaloTrackCorrelation task,
TString  trigger,
Int_t  year 
)

Main method calling all the configuration

The options that can be passed to the macro are:

Parameters
task: analysis task pointer
trigger: name of the desired trigger. Special names.
yearyear

Definition at line 33 of file ConfigureEventTriggerCaloTrackCorr.C.

Referenced by AddTaskGammaHadronCorrelation(), and AddTaskPi0IMGammaCorrQA().