]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HBTAN/AliHBTFunction.h
Pass() renamed to Rejected()
[u/mrichter/AliRoot.git] / HBTAN / AliHBTFunction.h
index 5b2d920269b7528c60f0b271508ef5e4595d4383..0a03880350a0fdf7fde2857312576ce6ed3791fe 100644 (file)
@@ -61,14 +61,14 @@ class AliHBTFunction: public TNamed
 inline AliHBTPair* AliHBTFunction::CheckPair(AliHBTPair* pair)
 {
   //check if pair and both particles meets the cut criteria
-  if(fPairCut->Pass(pair)) return 0x0; //if the pair is BAD
+  if(fPairCut->Rejected(pair)) return 0x0; //if the pair is BAD
 
 //   It is notallowed to change the order here beacause analysis enforce the order
 
 //   {//it is BAD 
 //    pair = pair->GetSwappedPair();
 //    if(pair)
-//     if(fPairCut->Pass(pair)) //so try reverse combination
+//     if(fPairCut->Rejected(pair)) //so try reverse combination
 //       { 
 //        return 0x0;//it is BAD as well - so return
 //       }