]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliTriggerAnalysis.cxx
- Update 11a10* (MC_PbPb) (also update for splines)
[u/mrichter/AliRoot.git] / ANALYSIS / AliTriggerAnalysis.cxx
index 73a68388996a768a91de5f964841a0e25c80cf3c..3b9fde01897b6fc0808703b2a6034538530bd118 100644 (file)
@@ -718,6 +718,7 @@ Bool_t AliTriggerAnalysis::IsIncompleteEvent(const AliESDEvent* esd)
   // Check whether the event is incomplete 
   // (due to DAQ-HLT issues, it could be only part of the event was saved)
   //
+  if (fMC) return kFALSE; // there are no incomplete events on MC
   if ((esd->GetEventType() == 7) &&
       (esd->GetDAQDetectorPattern() & (1<<4)) &&
      !(esd->GetDAQAttributes() & (1<<7))) return kTRUE;