]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAODPairCut.h
Streamline the different messages output by the code using the AliLog, Remove warning...
[u/mrichter/AliRoot.git] / ANALYSIS / AliAODPairCut.h
index f78a52009972721e351d0a268a041d5d29b18bc4..33c39f745d78006e28c0ea18d8811860476bc35e 100644 (file)
@@ -6,7 +6,7 @@
 //Piotr Skowronski@cern.ch
 //Class implements cut on the pair of particles
 //
-//more info: http://alisoft.cern.ch/people/skowron/analyzer/index.html
+//more info: http://aliweb.cern.ch/people/skowron/analyzer/index.html
 #include <TNamed.h> 
 #include "AliAODPairBaseCut.h"
 
@@ -34,6 +34,7 @@ class AliAODPairCut: public TNamed
   
   virtual void AddBasePairCut(AliAODPairBaseCut* cut);
   
+  virtual void Print(const Option_t * opt) const {TNamed::Print(opt);}
   virtual void Print();
 
   void SetDeltaERange(Double_t min, Double_t max);