]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONErrorCounter.cxx
Fix for ROOT Git transition
[u/mrichter/AliRoot.git] / MUON / AliMUONErrorCounter.cxx
index ca27b242f6550251a071e49f522e2cfdef88e6fb..c145c137b65c962a03c3a196632845681c7b1787 100644 (file)
@@ -28,6 +28,8 @@
 /// \author Alberto Baldisseri, JL Charvet (05/05/2009)
 //-----------------------------------------------------------------------------
 
+using std::cout;
+using std::endl;
 /// \cond CLASSIMP
 ClassImp(AliMUONErrorCounter)
 /// \endcond
@@ -73,7 +75,7 @@ void AliMUONErrorCounter::Print(const Option_t* option) const
 }
 
 //______________________________________________________________________________
-void AliMUONErrorCounter::Print_uncal(const Option_t* option) const
+void AliMUONErrorCounter::PrintUncal(const Option_t* option) const
 {
   TNamed::Print(option);
   cout<<"bp =  "<<fBusPatch<< "  manu = " << fManuId << " uncal = "<< fEvents <<endl;