]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliAODPair.cxx
Corrected index (aplhacxx6)
[u/mrichter/AliRoot.git] / ANALYSIS / AliAODPair.cxx
index 57fac0f2ddc4be9f2ed7ca4d653588f1550ac68f..7771e34a8570e1b6bc9eea1784f1aadc34184133 100644 (file)
@@ -7,7 +7,7 @@
 // class implements pair of particles and taking care of caluclation (almost)
 // all of pair properties (Qinv, InvMass,...)
 // 
-// more info: http://alisoft.cern.ch/people/skowron/analyzer/index.html
+// more info: http://aliweb.cern.ch/people/skowron/analyzer/index.html
 //
 ////////////////////////////////////////////////////////////////////////////
 
@@ -635,7 +635,7 @@ void   AliAODPair::DeleteSecond()
   fPart2 = 0x0;
 }
 
-void   AliAODPair::Print(Option_t* /*option*/
+void   AliAODPair::Print() 
 {
   if (fPart1) fPart1->Print();
   if (fPart2) fPart2->Print();