]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HBTAN/AliHBTReader.h
Updated to the new way AOD stores particles
[u/mrichter/AliRoot.git] / HBTAN / AliHBTReader.h
index 47858d6652778a214acfa1be8c30438b7919c3fc..7e819b7e6f7eb2acbf417eaf4dff6514ba968e43 100644 (file)
@@ -85,8 +85,8 @@ class AliHBTReader: public TNamed
     TH1I*         fTrackCounter; //histogram with number of tracks read
     
     virtual Int_t ReadNext() = 0; //this methods reads next event and put result in fTracksEvent and/or fParticlesEvent
-    Bool_t Pass(AliHBTParticle* p);
-    Bool_t Pass(Int_t pid);
+    Bool_t Rejected(AliHBTParticle* p);
+    Bool_t Rejected(Int_t pid);
     void Blend();
     
     TString& GetDirName(Int_t entry);