]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSDefinitions.h
coding conventions (Oystein/Per Thomas)
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.h
CommitLineData
ab38011b 1// 1
2// 2
3// 3
0a211711 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
0a211711 12
13#include "AliHLTDataTypes.h"
0a211711 14
15class AliHLTPHOSDefinitions
d2b84453 16{
17public:
18 static const AliHLTComponentDataType fgkCellEnergyDataType; /**<Reconstructed cell/crystal energies*/
19 static const AliHLTComponentDataType fgkDDLPackedRawDataType; /**<DDL raw data on the RCU data format*/
20 static const AliHLTComponentDataType fgkCellEnergyHistogramDataType; /**<Histogram for per cell/gain energy distribution*/
21 static const AliHLTComponentDataType fgkCellAverageEnergyDataType; /**<Histogram for per cell/gain energy distribution*/
22 static const AliHLTComponentDataType fgkCellAccumulatedEnergyDataType; /**<Histogram for per cell/gain energy distribution*/
23 static const AliHLTComponentDataType fgkCellTimingHistogramDataType; /**<Histogram for per cell/gain time distribution*/
24 static const AliHLTComponentDataType fgkCellTimingAverageDataType; /**<Histogram for per cell/gain time distribution*/
25 static const AliHLTComponentDataType fgkCellChannelDataDataType; /**<Time dependent signal from the readout channels*/
26 static const AliHLTComponentDataType fgkAliHLTClusterDataType; //Cluster data type
27 static const AliHLTComponentDataType fgkAliHLTHistDataType; //hist data type
28 static const AliHLTComponentDataType fgkAliHLTSpectrumDataType; //spectrum data type
005dda68 29 static const AliHLTComponentDataType fgkAliHLTDigitDataType; //Digit data type
30 static const AliHLTComponentDataType fgkAliHLTRootTreeDataType; //Root tree type
31 static const AliHLTComponentDataType fgkAliHLTBaselineDataType; //Baseline type
32 static const AliHLTComponentDataType fgkAliHLTMIPDataType; //"MIP" data type
33 static const AliHLTComponentDataType fgkAliHLTNoiseMapDataType; //Noise map data type
34 static const AliHLTComponentDataType fgkAliHLTSandboxDataType; //General data type
d2b84453 35};
0a211711 36
37#endif