]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CORRFW/AliCFEventGenCuts.cxx
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / CORRFW / AliCFEventGenCuts.cxx
index cddebf58e086bff6ce4d26eb0e01a4bdf5ed8891..a6eb8a5d4417d4467870878dafa709bea0684128 100644 (file)
@@ -225,20 +225,23 @@ Bool_t AliCFEventGenCuts::IsMBProcType(AliMCEvent *ev, PrType iproc){
       if ( process!=92 && process!=93 && process!=94)
        return kTRUE;
     }
+    break;
   case kSD: //Single Diffractive
     {
       if ( process==92 || process==93)
        return kTRUE;
     }
+    break;
   case kDD: //Double Diffractive
     {
       if ( process==94)
        return kTRUE;
     }
-  default: return kFALSE;
+    break;
+  default: return kFALSE; break;
   }
   
-  return kFALSE;     
+  return kFALSE;
 }
  //____________________________________________________________________________
 Int_t AliCFEventGenCuts::ProcType(AliGenEventHeader *genHeader) {