]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerData.cxx
Added documentation about how to operate the Alignment task
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerData.cxx
index b595d0e0f9ddbf649b1efd48f988ae7e14b4fe73..8e272510fc9f91da17576e980100559af9acb138 100644 (file)
@@ -56,6 +56,8 @@
 ///
 /// \author Laurent Aphecetche, Subatech
 
+using std::cout;
+using std::endl;
 ///\cond CLASSIMP
 ClassImp(AliMUONTrackerData)
 ///\endcond
@@ -844,7 +846,7 @@ AliMUONTrackerData::AddCalibParams(const AliMUONVCalibParam& src, AliMUONVCalibP
   {
     for ( Int_t j = 0; j < src.Dimension(); ++j )
     {
-      dest.SetValueAsFloat(i,j,src.ValueAsFloat(i,j));
+      dest.SetValueAsFloat(i,j,dest.ValueAsFloat(i,j)+src.ValueAsFloat(i,j));
     }
   }
 }