]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSDefinitions.h
- fixing warnings
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.h
index 6e3148956915cf19b6b42077ef69a77c61464b0d..3bfda24900132d097be7008f5e9f52f7ace53a33 100644 (file)
@@ -1,3 +1,4 @@
+//-*- Mode: C++ -*-
 // 1
 // 2
 // 3
@@ -15,6 +16,7 @@
 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*/
@@ -37,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