]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TRD/AliHLTTRDDefinitions.h
fix in HLT build system: TRD link def added to package definition
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDDefinitions.h
1 // XEmacs -*-C++-*-
2 // @(#) $Id$
3
4 #ifndef ALIHLTTRDDEFINITIONS_H
5 #define ALIHLTTRDDEFINITIONS_H
6 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
7  * See cxx source for full Copyright notice                               */
8
9 /* AliHLTTRDDefinitions
10  */
11
12 #include "AliHLTDataTypes.h"
13 #include "Rtypes.h"
14
15 ///////////////////////////////////////////////////////////////////////////////
16 //                                                                           //
17 //  The HLT definitions for TRD                                              //  
18 //                                                                           //
19 //                                                                           //
20 ///////////////////////////////////////////////////////////////////////////////
21
22
23 class AliHLTTRDDefinitions
24 {
25
26 public:
27   AliHLTTRDDefinitions();
28   virtual ~AliHLTTRDDefinitions();
29   
30   static const AliHLTComponentDataType fgkDDLRawDataType; // Raw Data
31   static const AliHLTComponentDataType fgkClusterDataType; // TRD Cluster Data
32   static const AliHLTComponentDataType fgkTRDSATracksDataType; // Stand Alone tracks
33   static const AliHLTComponentDataType fgkTRDSAEsdDataType; // Stand Alone tracks
34   static const AliHLTComponentDataType fgkMCMtrackletDataType; // MCM tracklet Data
35   static const AliHLTComponentDataType fgkMCMcalibrationDataType; // MCM Calibration data
36   static const AliHLTComponentDataType fgkCalibrationDataType; // Calibration with TRDtracks
37
38   ClassDef(AliHLTTRDDefinitions, 0)
39     
40 };
41
42 #endif