]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCalibParamNF.cxx
Add option to run on some local files with test mode using the alien plugin
[u/mrichter/AliRoot.git] / MUON / AliMUONCalibParamNF.cxx
index 72f332d1ba7223a7c1f72bdca982a9f74112ba14..6c3ea29f9de37e0c4b93a18aaa0be059cc9133b2 100644 (file)
@@ -33,6 +33,8 @@
 /// \author Laurent Aphecetche
 //-----------------------------------------------------------------------------
 
+using std::cout;
+using std::endl;
 /// \cond CLASSIMP
 ClassImp(AliMUONCalibParamNF)
 /// \endcond
@@ -110,8 +112,7 @@ AliMUONCalibParamNF::CopyTo(AliMUONCalibParamNF& destination) const
 {
 /// Copy *this to destination
 
-  const TObject& o = static_cast<const TObject&>(*this);
-  o.Copy(destination);
+  TObject::Copy(destination);
   
   delete[] destination.fValues;
   destination.fN = fN;