]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSDefinitions.h
- fixing warnings
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.h
index 854f137643b5e617961411bcae3a76f65dc50b36..3bfda24900132d097be7008f5e9f52f7ace53a33 100644 (file)
@@ -1,3 +1,4 @@
+//-*- Mode: C++ -*-
 // 1
 // 2
 // 3
@@ -15,7 +16,9 @@
 class AliHLTPHOSDefinitions
 {
 public:
-
+  static const AliHLTComponentDataType fgkPhosHistDataType;    /**Fourier transform of time dependent signals*/
+  static const AliHLTComponentDataType fgkFourierTransform;    /**Fourier transform of time dependent signals*/
+  static const AliHLTComponentDataType fgkChannelDataType;    /**<Reconstructed channels*/
   static const AliHLTComponentDataType fgkCellEnergyDataType;    /**<Reconstructed cell/crystal energies*/
   static const AliHLTComponentDataType fgkDDLPackedRawDataType;  /**<DDL raw data on the RCU data format*/
   static const AliHLTComponentDataType fgkCellEnergyHistogramDataType;  /**<Histogram for per cell/gain energy distribution*/
@@ -36,6 +39,10 @@ public:
   static const AliHLTComponentDataType fgkSandboxDataType; //General data type
   static const AliHLTComponentDataType fgkEmcCalibDataType; //Calibration data type
   static const AliHLTComponentDataType fgkCaloClusterDataType; //Calo cluster data type
+  static const AliHLTComponentDataType fgkESDCaloClusterDataType; //Calo cluster data type
+  static const AliHLTComponentDataType fgkESDCaloCellsDataType; //Calo cells data type
+  static const AliHLTComponentDataType fgkPhysicsHistogramsDataType; //hist data type
+
 };
 
 #endif