]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CALO/AliHLTCaloDefinitions.cxx
Add switch for tail cancelation
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloDefinitions.cxx
CommitLineData
178dd351 1
2
3// $Id: AliHLTPHOSDefinitions.cxx 34264 2009-08-14 18:29:23Z odjuvsla $
4
5/**************************************************************************
6 * Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
7 * *
8 * Authors: Per Thomas Hille <perthi@fys.uio.no>, *
9 * �ystein Djuvsland <oysteind@ift.uib.no>after *
10 * Matthias Richter <Matthias.Richter@ift.uib.no> *
11 * Timm Steinbeck <timm@kip.uni-heidelberg.de> *
12 * for the ALICE Offline Project. *
13 * *
14 * Contributors are mentioned in the code where appropriate. *
15 * *
16 * Permission to use, copy, modify and distribute this software and its *
17 * documentation strictly for non-commercial purposes is hereby granted *
18 * without fee, provided that the above copyright notice appears in all *
19 * copies and that both the copyright notice and this permission notice *
20 * appear in the supporting documentation. The authors make no claims *
21 * about the suitability of this software for any purpose. It is *
22 * provided "as is" without express or implied warranty. *
23 **************************************************************************/
24
25
26///////////////////////////////////////////////////////////////////////////////
27// //
28// Definitions for the HLT PHOS components //
29// //
30///////////////////////////////////////////////////////////////////////////////
31
32#include "AliHLTCaloDefinitions.h"
c375e15d 33 const AliHLTComponentDataType AliHLTCaloDefinitions::fgkPhosHistDataType = { sizeof(AliHLTComponentDataType), {'H','I','S','T','O','G','R','A'},{'P','H','O','S'}};;
178dd351 34//CRAP PTH
35const AliHLTComponentDataType AliHLTCaloDefinitions::fgkFourierTransform = { sizeof(AliHLTComponentDataType), {'F','O','U','R','I','E','R','T'},{'P','H','O','S'}};;
c375e15d 36const AliHLTComponentDataType AliHLTCaloDefinitions::fgkChannelDataType = { sizeof(AliHLTComponentDataType), {'C','H','A','N','N','E','L','T'},{'C','A','L','O'}};;
37//const AliHLTComponentDataType AliHLTCaloDefinitions::fgkDDLPackedRawDataType = { sizeof(AliHLTComponentDataType), {'D','D','L','_','R','W','P','K'},{'C','A','L','O'}};;
38const AliHLTComponentDataType AliHLTCaloDefinitions::fgkDDLPackedRawDataType = { sizeof(AliHLTComponentDataType), {'D','D','L','_','R','A','W',' '},{'C','A','L','O'}};;
39const AliHLTComponentDataType AliHLTCaloDefinitions::fgkCellEnergyDataType = { sizeof(AliHLTComponentDataType), {'C','E','L','L','E','N','E','R'},{'C','A','L','O'}};;
40const AliHLTComponentDataType AliHLTCaloDefinitions::fgkCellEnergyHistogramDataType = { sizeof(AliHLTComponentDataType), {'E','N','E','R','H','I','S','T'},{'C','A','L','O'}};;
41const AliHLTComponentDataType AliHLTCaloDefinitions::fgkCellAverageEnergyDataType = { sizeof(AliHLTComponentDataType), {'E','N','E','R','A','V','E','R'},{'C','A','L','O'}};;
42const AliHLTComponentDataType AliHLTCaloDefinitions::fgkCellAccumulatedEnergyDataType = { sizeof(AliHLTComponentDataType), {'E','N','E','R','A','C','C','U'},{'C','A','L','O'}};;
43const AliHLTComponentDataType AliHLTCaloDefinitions::fgkCellTimingHistogramDataType = { sizeof(AliHLTComponentDataType), {'T','I','M','E','H','I','S','T'},{'C','A','L','O'}};;
44const AliHLTComponentDataType AliHLTCaloDefinitions::fgkCellTimingAverageDataType = { sizeof(AliHLTComponentDataType), {'T','I','M','E','A','V','E','R'},{'C','A','L','O'}};;
45const AliHLTComponentDataType AliHLTCaloDefinitions::fgkCellChannelDataDataType = { sizeof(AliHLTComponentDataType), {'C','H','A','N','D','A','T','A'},{'C','A','L','O'}};;
46const AliHLTComponentDataType AliHLTCaloDefinitions::fgkClusterDataType = { sizeof(AliHLTComponentDataType), {'C','L','U','S','T','R','T','Y'},{'C','A','L','O'}};;
47const AliHLTComponentDataType AliHLTCaloDefinitions::fgkRecPointDataType = { sizeof(AliHLTComponentDataType), {'R','E','C','P','O','I','N','T'},{'C','A','L','O'}};;
48const AliHLTComponentDataType AliHLTCaloDefinitions::fgkHistDataType = { sizeof(AliHLTComponentDataType), {'H','I','S','T','O','G','R','A'},{'C','A','L','O'}};;
49const AliHLTComponentDataType AliHLTCaloDefinitions::fgkSpectrumDataType = { sizeof(AliHLTComponentDataType), {'S','P','E','C','T','R','U','M'},{'C','A','L','O'}};;
50const AliHLTComponentDataType AliHLTCaloDefinitions::fgkRootTreeDataType = { sizeof(AliHLTComponentDataType), {'R','O','O','T','T','R','E','E'},{'C','A','L','O'}};;
51const AliHLTComponentDataType AliHLTCaloDefinitions::fgkBaselineDataType = { sizeof(AliHLTComponentDataType), {'B','A','S','E','L','I','N','E'},{'C','A','L','O'}};;
c375e15d 52const AliHLTComponentDataType AliHLTCaloDefinitions::fgkNoiseMapDataType = { sizeof(AliHLTComponentDataType), {'N','O','I','S','E','M','A','P'},{'C','A','L','O'}};;
53const AliHLTComponentDataType AliHLTCaloDefinitions::fgkMIPDataType = { sizeof(AliHLTComponentDataType), {'M','I','P','D','T','Y','P','E'},{'C','A','L','O'}};;
54const AliHLTComponentDataType AliHLTCaloDefinitions::fgkSandboxDataType = { sizeof(AliHLTComponentDataType), {'S','A','N','D','B','O','X','T'},{'C','A','L','O'}};;
55const AliHLTComponentDataType AliHLTCaloDefinitions::fgkEmcCalibDataType = { sizeof(AliHLTComponentDataType), {'C','A','L','I','T','Y','P','E'},{'C','A','L','O'}};;
56const AliHLTComponentDataType AliHLTCaloDefinitions::fgkCaloClusterDataType = { sizeof(AliHLTComponentDataType), {'C','A','L','C','L','U','S','T'},{'C','A','L','O'}};;
57const AliHLTComponentDataType AliHLTCaloDefinitions::fgkESDCaloClusterDataType = { sizeof(AliHLTComponentDataType), {'E','S','D','C','L','U','S','T'},{'C','A','L','O'}};;
58const AliHLTComponentDataType AliHLTCaloDefinitions::fgkESDCaloCellsDataType = { sizeof(AliHLTComponentDataType), {'E','S','D','C','E','L','L','S'},{'C','A','L','O'}};;
59const AliHLTComponentDataType AliHLTCaloDefinitions::fgkPhysicsHistogramsDataType = { sizeof(AliHLTComponentDataType), {'P','H','Y','S','H','I','S','T'},{'C','A','L','O'}};;
4f8d3cfb 60const AliHLTComponentDataType AliHLTCaloDefinitions::fgkDigitDataType = { sizeof(AliHLTComponentDataType), {'D','I','G','I','T','T','Y','P'},{'*','*','*','*'}};;
178dd351 61
62