]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warning to notify the validation: No events passed trigger selection
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Aug 2012 12:18:36 +0000 (12:18 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Aug 2012 12:18:36 +0000 (12:18 +0000)
STEER/STEER/AliReconstruction.cxx

index ac64069f7912d15ed12bad53f81069c09027f5b8..c718f64307a0422af211616fd59bd1d9ee534691 100644 (file)
@@ -1432,6 +1432,7 @@ Bool_t AliReconstruction::Run(const char* input)
       }
       iEvent++;
     }
+    if (!iEvent) AliWarning("No events passed trigger selection");
     SlaveTerminate();
     if (GetAbort() != TSelector::kContinue) return kFALSE;
     Terminate();