]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCutValue.cxx
Update
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCutValue.cxx
index 0f469c76229695faafe8f793b22165538ac75d0d..94d8a0c3b23b313b396ecd15fb15389017d0cfc6 100644 (file)
@@ -95,13 +95,6 @@ Bool_t AliRsnCutValue::IsSelected(TObject *object)
   // make sure that target of this object matches that
   // of the inserted value object
   SetTargetType(fValue.GetTargetType());
-
-  // check target coherence
-  if (!TargetOK(object))
-  {
-    AliWarning("Returning kFALSE");
-    return kFALSE;
-  }
   
   // try to compute values
   Bool_t success = fValue.Eval(object);