]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/EMCAL/AliHLTEMCALDefinitions.cxx
Printing the warning only if sin(phi) is significantly bigger than 1.
[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
88b2ce82 28const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkDDLRawDataType = { sizeof(AliHLTComponentDataType), {'D','D','L','_','R','A','W',' '},{'E','M','C','A'}};;
4a8f32a0 29
88b2ce82 30const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkDigitDataType = { sizeof(AliHLTComponentDataType), {'D','I','G','I','T',' ',' ',' '},{'E','M','C','A'}};;
a558187d 31
88b2ce82 32const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkClusterDataType = { sizeof(AliHLTComponentDataType), {'C','L','U','S','T','E','R','S'},{'E','M','C','A'}};;
4a8f32a0 33
88b2ce82 34const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkESDDataType = { sizeof(AliHLTComponentDataType), {'G','L','O','B','L','E','S','D'},{'E','M','C','A'}};;
4a8f32a0 35
88b2ce82 36const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkEMCALESDDataType = { sizeof(AliHLTComponentDataType), {'E','M','C','A','L','E','S','D'},{'E','M','C','A'}};;
4a8f32a0 37
88b2ce82 38const AliHLTComponentDataType AliHLTEMCALDefinitions::fgkCalibrationDataType = { sizeof(AliHLTComponentDataType), {'C','A','L','I','B','R','A','H'},{'E','M','C','A'}};;
4a8f32a0 39
40AliHLTEMCALDefinitions::AliHLTEMCALDefinitions()
41{
42 // see header file for class documentation
43 // or
44 // refer to README to build package
45}
46
47AliHLTEMCALDefinitions::~AliHLTEMCALDefinitions()
48{
49 // see header file for class documentation
50}