]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSDefinitions.h
bugfix: '-nextevent' command in configuration file for publisher inserted correctly...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.h
1 //-*- Mode: C++ -*-
2 // 1
3 // 2
4 // 3
5 // XEmacs -*-C++-*-
6 // @(#) $Id$
7
8 #ifndef ALIHLTPHOSDEFINITIONS_H
9 #define ALIHLTPHOSDEFINITIONS_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
16 class AliHLTPHOSDefinitions
17 {
18 public:
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
34   static const AliHLTComponentDataType fgkDigitDataType; //Digit data type
35   static const AliHLTComponentDataType fgkRootTreeDataType; //Root tree type
36   static const AliHLTComponentDataType fgkBaselineDataType; //Baseline type
37   static const AliHLTComponentDataType fgkMIPDataType; //"MIP" data type
38   static const AliHLTComponentDataType fgkNoiseMapDataType; //Noise map data type
39   static const AliHLTComponentDataType fgkSandboxDataType; //General data type
40   static const AliHLTComponentDataType fgkEmcCalibDataType; //Calibration data type
41   static const AliHLTComponentDataType fgkCaloClusterDataType; //Calo cluster data type
42   static const AliHLTComponentDataType fgkESDCaloClusterDataType; //Calo cluster data type
43   static const AliHLTComponentDataType fgkESDCaloCellsDataType; //Calo cells data type
44   static const AliHLTComponentDataType fgkPhysicsHistogramsDataType; //hist data type
45
46 };
47
48 #endif