]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGRPPreprocessor.h
Updates for full map (R. Shahoyan)
[u/mrichter/AliRoot.git] / STEER / AliGRPPreprocessor.h
index f57d14cd30e7c18ee4da6b271455c99d71637f36..7b077bd074eddb97dfa79bb6e6f350ae6aff03a5 100644 (file)
@@ -28,10 +28,11 @@ class AliDCSSensorArray;
 
 class AliGRPPreprocessor: public AliPreprocessor {
  public:
-  AliGRPPreprocessor();
   AliGRPPreprocessor(AliShuttleInterface* shuttle);
   virtual ~AliGRPPreprocessor();
   
+  static Int_t ReceivePromptRecoParameters(UInt_t run, const char* dbHost, Int_t dbPort, const char* dbName, const char* user, const char* password, const char *cdbRoot);
+
  protected:
 
   virtual void Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
@@ -41,15 +42,16 @@ class AliGRPPreprocessor: public AliPreprocessor {
   TList *ProcessDaqLB();
   UInt_t ProcessDaqFxs();
   UInt_t ProcessDcsFxs();
-  TList *ProcessDcsDPs(TMap* valueSet, UInt_t iStartTime, UInt_t iStopTime);
+  TList *ProcessDcsDPs(TMap* valueSet);
   AliDCSSensorArray *GetPressureMap(TMap *dcsAliasMap, AliDCSSensorArray *fPressure);
-
+  
  private:
-  TList *GetGlobalList(TList *l1, TList *l2); //global cdb output list
-
   static const char* fgkDCSDataPoints[12]; //! names of dcs dps
   AliDCSSensorArray *fPressure; //pressure array
 
+  AliGRPPreprocessor(const AliGRPPreprocessor&); // Not implemented
+  AliGRPPreprocessor& operator=(const AliGRPPreprocessor&); // Not implemented
+
   ClassDef(AliGRPPreprocessor, 0);
 };