]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/pendolino/PredictionProcessor/HLT/AliHLTPredictionProcessorHLT.h
adding prediction processor for the GRP, moving some functions to the PredictionProce...
[u/mrichter/AliRoot.git] / HLT / pendolino / PredictionProcessor / HLT / AliHLTPredictionProcessorHLT.h
index 3c55bd0ea7573278b8f642af2a3d5282bfad5381..b0adbcf7573c8ced4d44a473140277bfe45b5991 100644 (file)
@@ -153,32 +153,7 @@ class AliHLTPredictionProcessorHLT : public AliHLTPredictionProcessorInterface {
                 */     
                UInt_t fEndTime;  // Stores the end time of the to process DCS data
 
-        /**
-                * TObjstring which stores the B-field value
-                */
-               TObjString fBField;  // TObjstring which stores the B-field value
-
-               /**
-                * Function to extract the B-field from the DCS value map
-                *
-                * @param dcsAliasMap the retrieved DCS value map
-                *
-                * @return 0 on sucess else an error code
-                */
-               UInt_t ExtractBField(TMap* dcsAliasMap);
-
-               /**
-                * Function to rertieve a sensor value from the DCS value map
-                *
-                * @param dcsAliasMap the retrieved DCS value map
-                * @param stringId the alias name of the desired sensor value
-                * @param value [return parameter] - the extracted sensor value
-                *
-                * @return true if sucessful, else false
-                */
-               Bool_t GetSensorValue(TMap* dcsAliasMap,const char* stringId, Float_t * value);
-               
-               ClassDef(AliHLTPredictionProcessorHLT, 1);
+               ClassDef(AliHLTPredictionProcessorHLT, 2);
        
 };