]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSDefinitions.h
Improved Clusterizer and rawanalyzer
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.h
1 // 1
2 // 2
3 // 3
4 // XEmacs -*-C++-*-
5 // @(#) $Id$
6
7 #ifndef ALIHLTPHOSDEFINITIONS_H
8 #define ALIHLTPHOSDEFINITIONS_H
9 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
10  * See cxx source for full Copyright notice                               */
11
12
13 #include "AliHLTDataTypes.h"
14
15 class AliHLTPHOSDefinitions
16 {
17 public:
18   static const AliHLTComponentDataType fgkPhosHistDataType;    /**Fourier transform of time dependent signals*/
19   static const AliHLTComponentDataType fgkFourierTransform;    /**Fourier transform of time dependent signals*/
20   static const AliHLTComponentDataType fgkChannelDataType;    /**<Reconstructed channels*/
21   static const AliHLTComponentDataType fgkCellEnergyDataType;    /**<Reconstructed cell/crystal energies*/
22   static const AliHLTComponentDataType fgkDDLPackedRawDataType;  /**<DDL raw data on the RCU data format*/
23   static const AliHLTComponentDataType fgkCellEnergyHistogramDataType;  /**<Histogram for per cell/gain energy distribution*/
24   static const AliHLTComponentDataType fgkCellAverageEnergyDataType;  /**<Histogram for per cell/gain energy distribution*/
25   static const AliHLTComponentDataType fgkCellAccumulatedEnergyDataType;  /**<Histogram for per cell/gain energy distribution*/
26   static const AliHLTComponentDataType fgkCellTimingHistogramDataType;  /**<Histogram for per cell/gain time distribution*/      
27   static const AliHLTComponentDataType fgkCellTimingAverageDataType;  /**<Histogram for per cell/gain time distribution*/  
28   static const AliHLTComponentDataType fgkCellChannelDataDataType;  /**<Time dependent signal from the readout channels*/  
29   static const AliHLTComponentDataType fgkClusterDataType;  //Cluster data type
30   static const AliHLTComponentDataType fgkRecPointDataType; //RecPoint data type
31   static const AliHLTComponentDataType fgkHistDataType;     //hist data type
32   static const AliHLTComponentDataType fgkSpectrumDataType; //spectrum data type
33   static const AliHLTComponentDataType fgkDigitDataType; //Digit data type
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 };
42
43 #endif