X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliGRPPreprocessor.h;h=7b077bd074eddb97dfa79bb6e6f350ae6aff03a5;hb=40389866548fc06fcc5655701a58bb65f61e09a6;hp=f57d14cd30e7c18ee4da6b271455c99d71637f36;hpb=48b1b444b1273462659a72747be936ac1fe83878;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliGRPPreprocessor.h b/STEER/AliGRPPreprocessor.h index f57d14cd30e..7b077bd074e 100644 --- a/STEER/AliGRPPreprocessor.h +++ b/STEER/AliGRPPreprocessor.h @@ -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); };