]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerPreprocessor.cxx
Adding a data member fIsApplicable and its getter to handle the run types
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerPreprocessor.cxx
index 3c7b720bcd196aeaa5773b8aa472d81cf84dfcf1..02ff14bbb82394c3580f2de747543dc5c3080535 100644 (file)
@@ -59,6 +59,7 @@ AliMUONTriggerPreprocessor::Initialize(Int_t run, UInt_t startTime, UInt_t endTi
   ClearSubprocessors();
   
   fIsValid = kTRUE;
+  fIsApplicable = kTRUE;
   
   TString runType = GetRunType();
   
@@ -70,7 +71,7 @@ AliMUONTriggerPreprocessor::Initialize(Int_t run, UInt_t startTime, UInt_t endTi
   }
   else
   {
-    Log(Form("WARNING-RunType=%s is not one I should handle.",runType.Data()));
+    fIsApplicable = kFALSE;
   }
   
   AliMUONPreprocessor::Initialize(run,startTime,endTime);