]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDInputHandler.cxx
Extending the functionality of the physics selection. Instead of providing a yes...
[u/mrichter/AliRoot.git] / STEER / AliESDInputHandler.cxx
index 51691ec44c2e4f64a21e8eb036364c523584bd79..b7496817daa3d721831f35cb6e59e74667fd24c3 100644 (file)
@@ -117,7 +117,7 @@ Bool_t AliESDInputHandler::BeginEvent(Long64_t entry)
   // Event selection
   // 
   if (fEventCuts)
-    fIsSelected = fEventCuts->IsSelected((AliESDEvent*)fEvent); 
+    fIsSelectedResult = fEventCuts->GetSelectionMask((AliESDEvent*)fEvent); 
   //
   // Friends
   ((AliESDEvent*)fEvent)->SetESDfriend(fFriend);