]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/TPCLib/AliHLTTPCDefinitions.cxx
work on the TPC offline wrappers (Jacek)
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCDefinitions.cxx
CommitLineData
71d7c760 1// $Id$
2
3/**************************************************************************
9be2600f 4 * This file is property of and copyright by the ALICE HLT Project *
5 * ALICE Experiment at CERN, All rights reserved. *
71d7c760 6 * *
9be2600f 7 * Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no> *
8 * Timm Steinbeck <timm@kip.uni-heidelberg.de> *
9 * for The ALICE HLT Project. *
71d7c760 10 * *
11 * Permission to use, copy, modify and distribute this software and its *
12 * documentation strictly for non-commercial purposes is hereby granted *
13 * without fee, provided that the above copyright notice appears in all *
14 * copies and that both the copyright notice and this permission notice *
15 * appear in the supporting documentation. The authors make no claims *
16 * about the suitability of this software for any purpose. It is *
17 * provided "as is" without express or implied warranty. *
18 **************************************************************************/
19
20///////////////////////////////////////////////////////////////////////////////
21// //
22// Definitions for the HLT TPC components //
23// //
24///////////////////////////////////////////////////////////////////////////////
25
26#include "AliHLTTPCDefinitions.h"
27
28
96bda103 29/** ROOT macro for the implementation of ROOT specific class methods */
71d7c760 30ClassImp(AliHLTTPCDefinitions)
31
69347e0d 32const AliHLTComponentDataType AliHLTTPCDefinitions::fgkDDLPackedRawDataType =
33 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'D','D','L','_','R','W','P','K'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
34const AliHLTComponentDataType AliHLTTPCDefinitions::fgkDDLEncodedEntropyRawDataType =
35 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'D','D','L','E','N','C','E','N'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
36
37const AliHLTComponentDataType AliHLTTPCDefinitions::fgkPackedRawDataType =
38 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'R','A','W','P','A','K','E','D'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
39const AliHLTComponentDataType AliHLTTPCDefinitions::fgkUnpackedRawDataType =
40 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'R','A','W','U','N','P','A','K'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
41const AliHLTComponentDataType AliHLTTPCDefinitions::fgkClustersDataType =
42 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'C','L','U','S','T','E','R','S'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
43const AliHLTComponentDataType AliHLTTPCDefinitions::fgkVertexDataType =
44 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'V','E','R','T','E','X',' ',' '}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
45const AliHLTComponentDataType AliHLTTPCDefinitions::fgkTrackSegmentsDataType =
46 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'T','R','A','K','S','E','G','S'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
47const AliHLTComponentDataType AliHLTTPCDefinitions::fgkTracksDataType =
48 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'T','R','A','C','K','S',' ',' '}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
ff2f0f94 49
50const AliHLTComponentDataType AliHLTTPCDefinitions::fgkClusterTracksModelDataType =
51 (AliHLTComponentDataType){ sizeof(AliHLTComponentDataType), {'C','L','S','T','R','K','M','D'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
52const AliHLTComponentDataType AliHLTTPCDefinitions::fgkRemainingClustersModelDataType =
53 (AliHLTComponentDataType) { sizeof(AliHLTComponentDataType), {'R','E','M','C','L','S','M','D'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
54const AliHLTComponentDataType AliHLTTPCDefinitions::fgkClusterTracksCompressedDataType =
55 (AliHLTComponentDataType) { sizeof(AliHLTComponentDataType), {'C','L','S','T','R','K','C','M'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
56const AliHLTComponentDataType AliHLTTPCDefinitions::fgkRemainingClustersCompressedDataType =
57 (AliHLTComponentDataType) { sizeof(AliHLTComponentDataType), {'R','E','M','C','L','S','C','M'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
69347e0d 58
59const AliHLTComponentDataType AliHLTTPCDefinitions::fgkCalibPedestalDataType =
60 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'C','A','L','_','P','E','D',' '}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
61const AliHLTComponentDataType AliHLTTPCDefinitions::fgkCalibPulserDataType =
62 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'C','A','L','_','P','U','L','S'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
28355ac2 63const AliHLTComponentDataType AliHLTTPCDefinitions::fgkCalibCEDataType =
64 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'C','A','L','_','C','E',' ',' '}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
02d01bbf 65
e642ae99 66const AliHLTComponentDataType AliHLTTPCDefinitions::fgkOfflineCalibAlignDataType =
67
68 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'C','A','L','A','L','I','G','N'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
69
70const AliHLTComponentDataType AliHLTTPCDefinitions::fgkOfflineCalibTracksDataType =
71 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'C','A','L','T','R','A','C','K'}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
72
73const AliHLTComponentDataType AliHLTTPCDefinitions::fgkOfflineCalibTracksGainDataType =
74 (AliHLTComponentDataType){sizeof(AliHLTComponentDataType), {'C','A','L','G','A','I','N',' '}, kAliHLTDataOriginAny} | kAliHLTDataOriginTPC;
75
76
2a083ac4 77AliHLTTPCDefinitions::AliHLTTPCDefinitions()
78{
96bda103 79 // see header file for class documentation
80 // or
81 // refer to README to build package
82 // or
83 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
2a083ac4 84}
85
86AliHLTTPCDefinitions::~AliHLTTPCDefinitions()
87{
96bda103 88 // see header file for class documentation
2a083ac4 89}
90
71d7c760 91