X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONESDInterface.cxx;h=504fa93d38deff8c52e47930439c2690caaf5dd5;hb=852fefb44eb9605f120a2d05c5180cc61eb6382b;hp=1eb8700d4359cca54f2216a08c28205c5e43a409;hpb=f715dafcbd53c27506c37816079b915fb7aac905;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONESDInterface.cxx b/MUON/AliMUONESDInterface.cxx index 1eb8700d435..504fa93d38d 100644 --- a/MUON/AliMUONESDInterface.cxx +++ b/MUON/AliMUONESDInterface.cxx @@ -471,7 +471,7 @@ void AliMUONESDInterface::ResetTracker(const AliMUONRecoParam* recoParam, Bool_t if (!TGeoGlobalMagField::Instance()->GetField() && !AliMUONCDB::LoadField()) AliFatalClass("Magnetic field has not been set!"); - fgTracker = AliMUONTracker::CreateTrackReconstructor(fgRecoParam,0x0); + fgTracker = AliMUONTracker::CreateTrackReconstructor(fgRecoParam,0x0,0x0); }