]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/EMCAL/AliHLTEMCALDefinitions.cxx
changed some histo ranges to save memory
[u/mrichter/AliRoot.git] / HLT / EMCAL / AliHLTEMCALDefinitions.cxx
CommitLineData
4a8f32a0 1/**************************************************************************
2 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3 * *
4 * Authors: Matthias Richter <Matthias.Richter@ift.uib.no> *
5 * Timm Steinbeck <timm@kip.uni-heidelberg.de> *
6 * for The ALICE Off-line Project. *
7 * *
8 * Permission to use, copy, modify and distribute this software and its *
9 * documentation strictly for non-commercial purposes is hereby granted *
10 * without fee, provided that the above copyright notice appears in all *
11 * copies and that both the copyright notice and this permission notice *
12 * appear in the supporting documentation. The authors make no claims *
13 * about the suitability of this software for any purpose. It is *
14 * provided "as is" without express or implied warranty. *
15 **************************************************************************/
16
17///////////////////////////////////////////////////////////////////////////////
18// //
19// Definitions for the HLT EMCAL components //
20// //
21///////////////////////////////////////////////////////////////////////////////
22
23#include "AliHLTEMCALDefinitions.h"
24
25
26ClassImp(AliHLTEMCALDefinitions)
27
f92dcf21 28const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkDDLRawDataType =
29AliHLTComponentDataTypeInitializer("DDL_RAW ", kAliHLTDataOriginEMCAL);
4a8f32a0 30
f92dcf21 31const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkDigitDataType =
bb29f0e9 32AliHLTComponentDataTypeInitializer("DIGITTYP", kAliHLTDataOriginEMCAL);
a558187d 33
f92dcf21 34const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkClusterDataType =
35AliHLTComponentDataTypeInitializer("CLUSTERS", kAliHLTDataOriginEMCAL);
4a8f32a0 36
f92dcf21 37const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkESDDataType =
38AliHLTComponentDataTypeInitializer("GLOBALESD", kAliHLTDataOriginEMCAL);
4a8f32a0 39
f92dcf21 40const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkEMCALESDDataType =
41AliHLTComponentDataTypeInitializer("EMCALESD", kAliHLTDataOriginEMCAL);
4a8f32a0 42
f92dcf21 43const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkCalibrationDataType =
44AliHLTComponentDataTypeInitializer("CALIBRAH", kAliHLTDataOriginEMCAL);
4a8f32a0 45
f92dcf21 46const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkChannelDataType =
47AliHLTComponentDataTypeInitializer("CHANNELT", kAliHLTDataOriginEMCAL);
c375e15d 48
4a8f32a0 49AliHLTEMCALDefinitions::AliHLTEMCALDefinitions()
50{
51 // see header file for class documentation
52 // or
53 // refer to README to build package
54}
55
56AliHLTEMCALDefinitions::~AliHLTEMCALDefinitions()
57{
58 // see header file for class documentation
59}