X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=MUON%2FAliMUONRefitter.cxx;h=51848ed977c3cab9b1a0a8fa2531d07dc8b5daa0;hb=79a3c9e4951952ff059460b0531ef9008bb470c4;hp=448769a2648e809a9a634a74e86ffc780555cc01;hpb=9ac9ba261a4078cbc994a483ec25ad8a88f4450a;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONRefitter.cxx b/MUON/AliMUONRefitter.cxx index 448769a2648..51848ed977c 100644 --- a/MUON/AliMUONRefitter.cxx +++ b/MUON/AliMUONRefitter.cxx @@ -75,7 +75,7 @@ AliMUONRefitter::AliMUONRefitter(const AliMUONRecoParam* recoParam) /// Default constructor CreateGeometryTransformer(); CreateClusterServer(*fGeometryTransformer); - if (fClusterServer) fTracker = AliMUONTracker::CreateTrackReconstructor(recoParam,fClusterServer); + if (fClusterServer) fTracker = AliMUONTracker::CreateTrackReconstructor(recoParam,fClusterServer,fGeometryTransformer); if (!fClusterServer || !fTracker) { AliFatal("refitter initialization failed"); exit(-1);