]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/CALO/AliHLTCaloDefinitions.h
- removing obsolete file
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloDefinitions.h
CommitLineData
178dd351 1//-*- Mode: C++ -*-
2// 1
3// 2
4// 3
5// XEmacs -*-C++-*-
6// @(#) $Id: AliHLTPHOSDefinitions.h 34264 2009-08-14 18:29:23Z odjuvsla $
7
8#ifndef ALIHLTCALODEFINITIONS_H
9#define ALIHLTCALODEFINITIONS_H
10/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
11 * See cxx source for full Copyright notice */
12
13
14#include "AliHLTDataTypes.h"
15
16class AliHLTCaloDefinitions
17{
18public:
19 static const AliHLTComponentDataType fgkPhosHistDataType; /**Fourier transform of time dependent signals*/
20 static const AliHLTComponentDataType fgkFourierTransform; /**Fourier transform of time dependent signals*/
21 static const AliHLTComponentDataType fgkChannelDataType; /**<Reconstructed channels*/
22 static const AliHLTComponentDataType fgkCellEnergyDataType; /**<Reconstructed cell/crystal energies*/
23 static const AliHLTComponentDataType fgkDDLPackedRawDataType; /**<DDL raw data on the RCU data format*/
24 static const AliHLTComponentDataType fgkCellEnergyHistogramDataType; /**<Histogram for per cell/gain energy distribution*/
25 static const AliHLTComponentDataType fgkCellAverageEnergyDataType; /**<Histogram for per cell/gain energy distribution*/
26 static const AliHLTComponentDataType fgkCellAccumulatedEnergyDataType; /**<Histogram for per cell/gain energy distribution*/
27 static const AliHLTComponentDataType fgkCellTimingHistogramDataType; /**<Histogram for per cell/gain time distribution*/
28 static const AliHLTComponentDataType fgkCellTimingAverageDataType; /**<Histogram for per cell/gain time distribution*/
29 static const AliHLTComponentDataType fgkCellChannelDataDataType; /**<Time dependent signal from the readout channels*/
30 static const AliHLTComponentDataType fgkClusterDataType; //Cluster data type
31 static const AliHLTComponentDataType fgkRecPointDataType; //RecPoint data type
32 static const AliHLTComponentDataType fgkHistDataType; //hist data type
33 static const AliHLTComponentDataType fgkSpectrumDataType; //spectrum data type
178dd351 34 static const AliHLTComponentDataType fgkRootTreeDataType; //Root tree type
35 static const AliHLTComponentDataType fgkBaselineDataType; //Baseline type
36 static const AliHLTComponentDataType fgkMIPDataType; //"MIP" data type
37 static const AliHLTComponentDataType fgkNoiseMapDataType; //Noise map data type
38 static const AliHLTComponentDataType fgkSandboxDataType; //General data type
39 static const AliHLTComponentDataType fgkEmcCalibDataType; //Calibration data type
40 static const AliHLTComponentDataType fgkCaloClusterDataType; //Calo cluster data type
41 static const AliHLTComponentDataType fgkESDCaloClusterDataType; //Calo cluster data type
42 static const AliHLTComponentDataType fgkESDCaloCellsDataType; //Calo cells data type
43 static const AliHLTComponentDataType fgkPhysicsHistogramsDataType; //hist data type
4f8d3cfb 44 static const AliHLTComponentDataType fgkDigitDataType; //hist data type
178dd351 45
46};
47
48#endif