]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSDefinitions.h
New datatype for channnel raw data
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.h
1 // XEmacs -*-C++-*-
2 // @(#) $Id$
3
4 #ifndef ALIHLTPHOSDEFINITIONS_H
5 #define ALIHLTPHOSDEFINITIONS_H
6 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
7  * See cxx source for full Copyright notice                               */
8
9 /* AliHLTPHOSDefinitions
10  */
11
12 #include "AliHLTDataTypes.h"
13 #include "Rtypes.h"
14
15 class AliHLTPHOSDefinitions
16     {
17     public:
18       static const AliHLTComponentDataType gkCellEnergyDataType;    /**<Reconstructed cell/crystal energies*/
19       static const AliHLTComponentDataType gkDDLPackedRawDataType;  /**<DDL raw data on the RCU data format*/
20       static const AliHLTComponentDataType gkCellEnergyHistogramDataType;  /**<Histogram for per cell/gain energy distribution*/
21       static const AliHLTComponentDataType gkCellAverageEnergyDataType;  /**<Histogram for per cell/gain energy distribution*/
22       static const AliHLTComponentDataType gkCellAccumulatedEnergyDataType;  /**<Histogram for per cell/gain energy distribution*/
23       static const AliHLTComponentDataType gkCellTimingHistogramDataType;  /**<Histogram for per cell/gain time distribution*/      
24       static const AliHLTComponentDataType gkCellTimingAverageDataType;  /**<Histogram for per cell/gain time distribution*/  
25       static const AliHLTComponentDataType gkCellChannelDataDataType;  /**<Time dependent signal from the readout channels*/  
26     };
27
28 #endif