]> 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 f813abb486b5d816f6b85468e6c85370a18221be..cddebf58e086bff6ce4d26eb0e01a4bdf5ed8891 100644 (file)
@@ -122,7 +122,7 @@ AliCFEventGenCuts& AliCFEventGenCuts::operator=(const AliCFEventGenCuts& c)
   return *this ;
 }
 //____________________________________________________________________
-Bool_t AliCFEventGenCuts::IsSelected(TObject* obj, TObject * /* obj2 */) {
+Bool_t AliCFEventGenCuts::IsSelected(TObject* obj) {
   //
   //Check if the requested cuts are passed
   //
@@ -235,8 +235,9 @@ Bool_t AliCFEventGenCuts::IsMBProcType(AliMCEvent *ev, PrType iproc){
       if ( process==94)
        return kTRUE;
     }
+  default: return kFALSE;
   }
-
+  
   return kFALSE;     
 }
  //____________________________________________________________________________