]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/AliEMCALTriggerTypes.h
Tracker update
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerTypes.h
CommitLineData
de39a0ff 1#ifndef ALIEMCALTRIGGERTYPES_H
2#define ALIEMCALTRIGGERTYPES_H
79b05051 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 */
de39a0ff 11
63c22917 12typedef enum {kL0 = 0, kL1GammaHigh, kL1GammaLow, kL1JetHigh, kL1JetLow, kTriggerTypeEnd} TriggerType_t;
de39a0ff 13
14#endif