]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TRD/AliHLTTRDDefinitions.cxx
- compined HLT/AliRoot build system adapted to phos and trd library
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDDefinitions.cxx
CommitLineData
0af7cb2e 1// $Id$
2
3/**************************************************************************
4 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5 * *
6 * Authors: Matthias Richter <Matthias.Richter@ift.uib.no> *
7 * Timm Steinbeck <timm@kip.uni-heidelberg.de> *
8 * for The ALICE Off-line Project. *
9 * *
10 * Permission to use, copy, modify and distribute this software and its *
11 * documentation strictly for non-commercial purposes is hereby granted *
12 * without fee, provided that the above copyright notice appears in all *
13 * copies and that both the copyright notice and this permission notice *
14 * appear in the supporting documentation. The authors make no claims *
15 * about the suitability of this software for any purpose. It is *
16 * provided "as is" without express or implied warranty. *
17 **************************************************************************/
18
19///////////////////////////////////////////////////////////////////////////////
20// //
21// Definitions for the HLT TRD components //
22// //
23///////////////////////////////////////////////////////////////////////////////
24
25#include "AliHLTTRDDefinitions.h"
26
27
28ClassImp(AliHLTTRDDefinitions)
29
efbd3157 30const AliHLTComponentDataType AliHLTTRDDefinitions::fgkDDLRawDataType = { sizeof(AliHLTComponentDataType), {'D','D','L','_','R','A','W',' '},{'T','R','D',' '}};;
0af7cb2e 31
efbd3157 32const AliHLTComponentDataType AliHLTTRDDefinitions::fgkClusterDataType = { sizeof(AliHLTComponentDataType), {'C','L','U','S','T','E','R','S'},{'T','R','D',' '}};;
0af7cb2e 33
efbd3157 34const AliHLTComponentDataType AliHLTTRDDefinitions::fgkTRDSATracksDataType = { sizeof(AliHLTComponentDataType), {'T','R','A','C','K','S','S','A'},{'T','R','D',' '}};;
0af7cb2e 35
808618f5 36const AliHLTComponentDataType AliHLTTRDDefinitions::fgkTRDSAEsdDataType = { sizeof(AliHLTComponentDataType), {'S','A','E','S','D','T','R','D'},{'T','R','D',' '}};;
37
efbd3157 38const AliHLTComponentDataType AliHLTTRDDefinitions::fgkMCMtrackletDataType = { sizeof(AliHLTComponentDataType), {'M','C','M','T','R','L','E','T'},{'T','R','D',' '}};;
0af7cb2e 39
efbd3157 40const AliHLTComponentDataType AliHLTTRDDefinitions::fgkMCMcalibrationDataType = { sizeof(AliHLTComponentDataType), {'M','C','M','C','A','L','I','H'},{'T','R','D',' '}};;
0af7cb2e 41
95259bbb 42const AliHLTComponentDataType AliHLTTRDDefinitions::fgkCalibrationDataType = { sizeof(AliHLTComponentDataType), {'C','A','L','I','B','R','A','H'},{'T','R','D',' '}};;
43
ea2258a5 44AliHLTTRDDefinitions::AliHLTTRDDefinitions()
45{
46 // see header file for class documentation
47 // or
48 // refer to README to build package
49}
50
51AliHLTTRDDefinitions::~AliHLTTRDDefinitions()
52{
53 // see header file for class documentation
54}