]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerPreprocessor.cxx
First version of trigger preprocessor (only local and regional masks so far)
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerPreprocessor.cxx
index 7eda73b18f10f8d36dd6055680e872cad68207e8..f4988c7eb60050816b105a42bafdd420949cc9cf 100644 (file)
@@ -74,6 +74,8 @@ AliMUONTrackerPreprocessor::Initialize(Int_t run, UInt_t startTime, UInt_t endTi
   
   TString runType = GetRunType();
   
+  fIsValid = kTRUE;
+  
   if ( runType == "PEDESTAL_RUN" ) // FIXME : check the name
   {
     Add(fPedestalSubprocessor); // to be called only for pedestal runs
@@ -98,6 +100,7 @@ AliMUONTrackerPreprocessor::Initialize(Int_t run, UInt_t startTime, UInt_t endTi
   else
   {
     Log(Form("ERROR-Unknown RunType=%",runType.Data()));
+    fIsValid = kFALSE;
   }
   
   AliMUONPreprocessor::Initialize(run,startTime,endTime);