]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttleConfig.h
GetFileSources returns empty list in case of no files, but successful query
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttleConfig.h
index eaa0afc04fcad1602f9e22ae8467c8bcaa032023..5b3a4794d5f9230f2c49b9c170105dfa7cb11e90 100644 (file)
@@ -53,6 +53,7 @@ public:
        Int_t GetMaxRetries() const { return fMaxRetries; }
 
        Int_t GetPPTimeOut() const { return fPPTimeOut; }
+       Int_t GetPPMaxMem() const { return fPPMaxMem; }
 
        const TObjArray* GetDetectors() const;
 
@@ -140,7 +141,8 @@ private:
 
        Int_t fMaxRetries;        // number of retries of a failed preprocessor
 
-       Int_t fPPTimeOut;         // timeout until a preprocessor is canceled
+       Int_t fPPTimeOut;         // timeout until a preprocessor is killed
+       Int_t fPPMaxMem;          // maximum allowed memory until a preprocessor is killed
 
        TMap fDetectorMap;              //! Map of the detector-by-detector configuration
        TObjArray fDetectorList;        //! List of detectors with valid configuration