]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TRD/AliHLTTRDDefinitions.h
trigger classes selection added
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDDefinitions.h
CommitLineData
93ce7d1b 1//-*- Mode: C++ -*-
2// $Id$
0af7cb2e 3
4#ifndef ALIHLTTRDDEFINITIONS_H
5#define ALIHLTTRDDEFINITIONS_H
93ce7d1b 6//* This file is property of and copyright by the ALICE HLT Project *
7//* ALICE Experiment at CERN, All rights reserved. *
8//* See cxx source for full Copyright notice *
0af7cb2e 9
10/* AliHLTTRDDefinitions
11 */
12
13#include "AliHLTDataTypes.h"
efbd3157 14#include "Rtypes.h"
15
16///////////////////////////////////////////////////////////////////////////////
17// //
18// The HLT definitions for TRD //
19// //
20// //
21///////////////////////////////////////////////////////////////////////////////
22
0af7cb2e 23
24class AliHLTTRDDefinitions
efbd3157 25{
0af7cb2e 26
95259bbb 27public:
28 AliHLTTRDDefinitions();
29 virtual ~AliHLTTRDDefinitions();
30
95259bbb 31 static const AliHLTComponentDataType fgkClusterDataType; // TRD Cluster Data
32 static const AliHLTComponentDataType fgkTRDSATracksDataType; // Stand Alone tracks
2359a6ef 33 static const AliHLTComponentDataType fgkTRDOffTracksDataType; // Stand Alone tracks for offline comparation
95259bbb 34 static const AliHLTComponentDataType fgkMCMtrackletDataType; // MCM tracklet Data
35 static const AliHLTComponentDataType fgkMCMcalibrationDataType; // MCM Calibration data
36 static const AliHLTComponentDataType fgkCalibrationDataType; // Calibration with TRDtracks
d8731936 37 static const AliHLTComponentDataType fgkEORCalibrationDataType;//Calibration end of run
95259bbb 38
39 ClassDef(AliHLTTRDDefinitions, 0)
40
0af7cb2e 41};
42
43#endif
d8731936 44