]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerPreprocessor.cxx
Changed run type names to be consistent with ECS.
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerPreprocessor.cxx
index 02ff14bbb82394c3580f2de747543dc5c3080535..f176ec8e4d43458c436551f889c98ec7ccd50084 100644 (file)
@@ -64,8 +64,9 @@ AliMUONTriggerPreprocessor::Initialize(Int_t run, UInt_t startTime, UInt_t endTi
   TString runType = GetRunType();
   
   if ( runType == "PHYSICS" ||
-       runType == "ELECTRONICS_CALIBRATION_RUN" ||
-       runType == "DETECTOR_CALIBRATION_RUN" ) 
+       runType == "ELECTRONICS_CALIBRATION" ||
+       runType == "DETECTOR_CALIBRATION" ||
+       runType == "CALIBRATION" ) 
   {
     Add(fTriggerSubprocessor);
   }