]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCut.h
Removed warnings
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCut.h
index 7bc5b990fd9f3e98e5c2ddcf3d45bfd82f16aed3..02581a9a5fd3c88d4c5d14bc4818851e3f7b43ec 100644 (file)
@@ -87,9 +87,9 @@ public:
     void      PrintAllValues();
 
     Bool_t    IsBetween (const Double_t &theValue);
     void      PrintAllValues();
 
     Bool_t    IsBetween (const Double_t &theValue);
-    Bool_t    IsEqual (const Int_t &theValue);
-    Bool_t    IsEqual (const UInt_t &theValue);
-    Bool_t    IsEqual (const Double_t &theValue);
+    Bool_t    MatchesValue (const Int_t &theValue);
+    Bool_t    MatchesValue (const UInt_t &theValue);
+    Bool_t    MatchesValue (const Double_t &theValue);
 
 private:
 
 
 private: