]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/RESONANCES/AliRsnCutValue.h
Added the Print() method to the cut objects, which allows the AliRsnCutSet to print...
[u/mrichter/AliRoot.git] / PWG2 / RESONANCES / AliRsnCutValue.h
index 8d7f627b20237310263498974bfa2ab2bcd72771..32232376a0095a204e6e3093f6ed2c297e16bc4e 100644 (file)
@@ -39,6 +39,7 @@ class AliRsnCutValue : public AliRsnCut
     AliRsnValue*   GetValueObj() {return &fValue;}
     
     virtual Bool_t IsSelected(TObject *object);
+    virtual void   Print(const Option_t *option = "") const;
 
   protected: