]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSDefinitions.h
Removed some datatypes that are not needed
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSDefinitions.h
index ba960829ca7642c1266cf35de70a60cc9083d013..03d28d106403140e594f8f5a301fe7430d246d18 100644 (file)
@@ -16,7 +16,7 @@
 class AliHLTPHOSDefinitions
     {
     public:
-
+      /*
        static AliHLTUInt8_t GetMinSliceNr( const AliHLTComponentBlockData& block )
                {
                return (AliHLTUInt8_t)( (block.fSpecification & 0x00FF0000) >> 16 );
@@ -57,13 +57,15 @@ class AliHLTPHOSDefinitions
                {
                return ((maxSliceNr & 0xFF) << 24) | ((minSliceNr & 0xFF) << 16) | ((maxPatchNr & 0xFF) << 8) | ((minPatchNr & 0xFF));
                }
+      */
 
-       static const AliHLTComponentDataType gkDDLPackedRawDataType;
-       static const AliHLTComponentDataType gkPackedRawDataType;
-       static const AliHLTComponentDataType gkUnpackedRawDataType;
-       static const AliHLTComponentDataType gkClustersDataType;
-       static const AliHLTComponentDataType gkTrackSegmentsDataType;
-       static const AliHLTComponentDataType gkVertexDataType;
+      static const AliHLTComponentDataType gkDDLPackedRawDataType;
+      static const AliHLTComponentDataType gkCellEnergyDataType;
+      //     static const AliHLTComponentDataType gkPackedRawDataType;
+      //   static const AliHLTComponentDataType gkUnpackedRawDataType;
+      //   static const AliHLTComponentDataType gkClustersDataType;
+      //    static const AliHLTComponentDataType gkTrackSegmentsDataType;
+      //   static const AliHLTComponentDataType gkVertexDataType;
 
       //       ClassDef(AliHLTPHOSDefinitions, 0)