X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONTrackReconstructor.cxx;h=8a41b4c726e3fd9e9d862f464255703a981f5acf;hb=b6852c8483ae899e1ba6130778e740c7a8c19753;hp=fde9b412e499dcccb1870ddc1f358c557ab5b387;hpb=d544b5a69a9ef45f673bad83143205fe225eb5ac;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONTrackReconstructor.cxx b/MUON/AliMUONTrackReconstructor.cxx index fde9b412e49..8a41b4c726e 100644 --- a/MUON/AliMUONTrackReconstructor.cxx +++ b/MUON/AliMUONTrackReconstructor.cxx @@ -36,6 +36,7 @@ #include "AliMUONTrackParam.h" #include "AliMUONTrackExtrap.h" #include "AliMUONRecoParam.h" +#include "AliMUONGeometryTransformer.h" #include "AliMpArea.h" @@ -50,13 +51,16 @@ // Functions to be minimized with Minuit void TrackChi2(Int_t &nParam, Double_t *gradient, Double_t &chi2, Double_t *param, Int_t flag); +using std::endl; +using std::cout; /// \cond CLASSIMP ClassImp(AliMUONTrackReconstructor) // Class implementation in ROOT context /// \endcond //__________________________________________________________________________ -AliMUONTrackReconstructor::AliMUONTrackReconstructor(const AliMUONRecoParam* recoParam, AliMUONVClusterServer* clusterServer) - : AliMUONVTrackReconstructor(recoParam,clusterServer) +AliMUONTrackReconstructor::AliMUONTrackReconstructor(const AliMUONRecoParam* recoParam, AliMUONVClusterServer* clusterServer, + const AliMUONGeometryTransformer* transformer) + : AliMUONVTrackReconstructor(recoParam, clusterServer, transformer) { /// Constructor }