]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/EMCAL/AliHLTEMCALDefinitions.h
Updated branch aliroot-master, development and master to
[u/mrichter/AliRoot.git] / HLT / EMCAL / AliHLTEMCALDefinitions.h
1 // XEmacs -*-C++-*-
2 #ifndef ALIHLTEMCALDEFINITIONS_H
3 #define ALIHLTEMCALDEFINITIONS_H
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice                               */
6
7 /* AliHLTEMCALDefinitions
8  */
9
10 #include "AliHLTDataTypes.h"
11 #include "Rtypes.h"
12
13 ///////////////////////////////////////////////////////////////////////////////
14 //                                                                           //
15 //  The HLT definitions for EMCAL                                            //  
16 //                                                                           //
17 //                                                                           //
18 ///////////////////////////////////////////////////////////////////////////////
19
20
21 class AliHLTEMCALDefinitions
22 {
23
24 public:
25   AliHLTEMCALDefinitions();
26   virtual ~AliHLTEMCALDefinitions();
27   
28   static const AliHLTComponentDataType fgkDDLRawDataType; // Raw Data
29   static const AliHLTComponentDataType fgkDigitDataType; // EMCAL Digits
30   static const AliHLTComponentDataType fgkClusterDataType; // EMCAL Clusters
31   static const AliHLTComponentDataType fgkESDDataType; // global ESD data type - may change!!!
32   static const AliHLTComponentDataType fgkEMCALESDDataType; // ESD data type after emcal processing
33   static const AliHLTComponentDataType fgkCalibrationDataType; // Calibration
34   static const AliHLTComponentDataType fgkChannelDataType;
35   ClassDef(AliHLTEMCALDefinitions, 0)
36     
37 };
38
39 #endif