]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/AliEMCALTriggerTypes.h
bug-fix and increase in the range of the axis for in cone mc pt sum 2D histos
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerTypes.h
1 #ifndef ALIEMCALTRIGGERTYPES_H
2 #define ALIEMCALTRIGGERTYPES_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /*
7  
8  
9  Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
10  */
11
12 typedef enum {kL0 = 0, kL1GammaHigh, kL1GammaLow, kL1JetHigh, kL1JetLow, kTriggerTypeEnd} TriggerType_t;
13
14 #endif