]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TRD/AliHLTTRDDefinitions.h
initial HLT-TRD commit
[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"
13#include "TObject.h"
14
15class AliHLTTRDDefinitions
16 {
17 public:
18
19 static const AliHLTComponentDataType gkDDLRawDataType;
20 static const AliHLTComponentDataType gkClusterDataType;
21 static const AliHLTComponentDataType gkTRDSATracksDataType; // Stand Alone tracks
22 static const AliHLTComponentDataType gkMCMtrackletDataType;
23 static const AliHLTComponentDataType gkMCMcalibrationDataType;
24
25 ClassDef(AliHLTTRDDefinitions, 0)
26
27 };
28
29typedef struct AliTRDDummyData
30{
31 char str[50];
32 long int val;
33};
34
35#endif