]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/TRD/AliHLTTRDDefinitions.h
clean-up and removal of TPC legacy code
[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     public:
26       AliHLTTRDDefinitions();
27       virtual ~AliHLTTRDDefinitions();
28
29       static const AliHLTComponentDataType fgkDDLRawDataType;
30       static const AliHLTComponentDataType fgkClusterDataType;
31       static const AliHLTComponentDataType fgkTRDSATracksDataType; // Stand Alone tracks
32       static const AliHLTComponentDataType fgkTRDSAEsdDataType; // Stand Alone tracks
33       static const AliHLTComponentDataType fgkMCMtrackletDataType;
34       static const AliHLTComponentDataType fgkMCMcalibrationDataType;
35       
36       ClassDef(AliHLTTRDDefinitions, 0)
37
38 };
39
40 #endif