]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TRD/AliHLTTRDDefinitions.h
AliTRDtrackerHLT removed as obsolete. All tracking done with offline code. New AliHLT...
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDDefinitions.h
CommitLineData
0af7cb2e 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"
efbd3157 13#include "Rtypes.h"
14
15///////////////////////////////////////////////////////////////////////////////
16// //
17// The HLT definitions for TRD //
18// //
19// //
20///////////////////////////////////////////////////////////////////////////////
21
0af7cb2e 22
23class AliHLTTRDDefinitions
efbd3157 24{
0af7cb2e 25 public:
ea2258a5 26 AliHLTTRDDefinitions();
27 virtual ~AliHLTTRDDefinitions();
0af7cb2e 28
efbd3157 29 static const AliHLTComponentDataType fgkDDLRawDataType;
30 static const AliHLTComponentDataType fgkClusterDataType;
31 static const AliHLTComponentDataType fgkTRDSATracksDataType; // Stand Alone tracks
808618f5 32 static const AliHLTComponentDataType fgkTRDSAEsdDataType; // Stand Alone tracks
efbd3157 33 static const AliHLTComponentDataType fgkMCMtrackletDataType;
34 static const AliHLTComponentDataType fgkMCMcalibrationDataType;
0af7cb2e 35
36 ClassDef(AliHLTTRDDefinitions, 0)
37
0af7cb2e 38};
39
40#endif