]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPreprocessor.h
Update of preprocessors.
[u/mrichter/AliRoot.git] / MUON / AliMUONPreprocessor.h
index 1d3247eef05fc536b4bc665d99acbc9ad8774368..95e33b93ff914717ecf2353066aec0dc7e7048ec 100644 (file)
@@ -65,6 +65,9 @@ public:
   /// Whether we should do something or not
   Bool_t IsApplicable() { return fIsApplicable; }
   
+  TString GetLogBookParam(const char* parname)
+  { return TString(AliPreprocessor::GetRunParameter(parname)); }
+  
 protected:
   AliMUONPreprocessor(const char* detName, AliShuttleInterface* shuttle);
   virtual ~AliMUONPreprocessor();