]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/EMCAL/AliHLTEMCALDefinitions.cxx
removing the CTPData from the HLTGlobalTrigger decision because of bug #88431 until...
[u/mrichter/AliRoot.git] / HLT / EMCAL / AliHLTEMCALDefinitions.cxx
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
26 ClassImp(AliHLTEMCALDefinitions)
27
28 const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkDDLRawDataType = 
29 AliHLTComponentDataTypeInitializer("DDL_RAW ", kAliHLTDataOriginEMCAL);
30
31 const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkDigitDataType =
32 AliHLTComponentDataTypeInitializer("DIGITTYP", kAliHLTDataOriginEMCAL);
33
34 const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkClusterDataType =
35 AliHLTComponentDataTypeInitializer("CLUSTERS", kAliHLTDataOriginEMCAL);
36
37 const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkESDDataType = 
38 AliHLTComponentDataTypeInitializer("GLOBALESD", kAliHLTDataOriginEMCAL);
39
40 const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkEMCALESDDataType =
41 AliHLTComponentDataTypeInitializer("EMCALESD", kAliHLTDataOriginEMCAL);
42
43 const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkCalibrationDataType = 
44 AliHLTComponentDataTypeInitializer("CALIBRAH", kAliHLTDataOriginEMCAL);
45
46 const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkChannelDataType = 
47 AliHLTComponentDataTypeInitializer("CHANNELT", kAliHLTDataOriginEMCAL);
48
49 AliHLTEMCALDefinitions::AliHLTEMCALDefinitions()
50 {
51   // see header file for class documentation
52   // or
53   // refer to README to build package
54 }
55
56 AliHLTEMCALDefinitions::~AliHLTEMCALDefinitions()
57 {
58   // see header file for class documentation
59 }