]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSDefinitions.h
new centrality selection
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.h
CommitLineData
1b41ab20 1//-*- Mode: C++ -*-
ab38011b 2// 1
3// 2
4// 3
0a211711 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
0a211711 13
14#include "AliHLTDataTypes.h"
0a211711 15
16class AliHLTPHOSDefinitions
d2b84453 17{
18public:
9bf87c6f 19 static const AliHLTComponentDataType fgkPhosHistDataType; /**Fourier transform of time dependent signals*/
9d05c97d 20 static const AliHLTComponentDataType fgkFourierTransform; /**Fourier transform of time dependent signals*/
94594220 21 static const AliHLTComponentDataType fgkChannelDataType; /**<Reconstructed channels*/
d2b84453 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*/
25b7f84c 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
7062c30e 40 static const AliHLTComponentDataType fgkEmcCalibDataType; //Calibration data type
d949e02e 41 static const AliHLTComponentDataType fgkCaloClusterDataType; //Calo cluster data type
87434909 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
d2b84453 46};
0a211711 47
48#endif