]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttleConfig.h
Updating the AliAnalysisFemtoTask to work with
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttleConfig.h
index d98ae22cf96e89fc0b9ac382a408270ef8c18d38..0cde5e8fa056e17bb8cc6f12396328a289e6e4c1 100644 (file)
@@ -60,6 +60,8 @@ public:
        Int_t GetMaxRetries() const { return fMaxRetries; }
 
        Int_t GetPPTimeOut() const { return fPPTimeOut; }
+       Int_t GetDCSTimeOut() const { return fDCSTimeOut; }
+       Int_t GetDCSRetries() const { return fDCSRetries; }
        Int_t GetPPMaxMem() const { return fPPMaxMem; }
 
        Bool_t KeepDCSMap() const { return fKeepDCSMap; }
@@ -205,6 +207,8 @@ private:
        Int_t fMaxRetries;              // number of retries of a failed preprocessor
        
        Int_t fPPTimeOut;               // timeout until a preprocessor is killed
+       Int_t fDCSTimeOut;              // timeout until the query to DCS is terminated
+       Int_t fDCSRetries;              // number of retries until the query to DCS connection is terminated
        Int_t fPPMaxMem;                // maximum allowed memory until a preprocessor is killed
        
        TString fMonitorHost;           // host of the MonaLisa monitoring server