]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CORRFW/AliCFEventGenCuts.cxx
Correct the way primary photons are in EMCAL acceptance, change some histograms title...
[u/mrichter/AliRoot.git] / CORRFW / AliCFEventGenCuts.cxx
index e26cae99828de5955c1370dae41238831fd68b38..cddebf58e086bff6ce4d26eb0e01a4bdf5ed8891 100644 (file)
@@ -235,8 +235,9 @@ Bool_t AliCFEventGenCuts::IsMBProcType(AliMCEvent *ev, PrType iproc){
       if ( process==94)
        return kTRUE;
     }
+  default: return kFALSE;
   }
-
+  
   return kFALSE;     
 }
  //____________________________________________________________________________