]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveMUONTrack.cxx
- AliMUONRecoParam.cxx:
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveMUONTrack.cxx
index e38290fa7cdbd444169a1e77f57d2b370badcce2..6bb0e9ed659c1d1be0f2aa1ee75470576906e0b2 100644 (file)
@@ -26,7 +26,6 @@
 #include <AliMUONConstants.h>
 #include <AliMUONESDInterface.h>
 #include <AliMUONVCluster.h>
-#include <AliMUONRecoParam.h>
 
 #include <TClonesArray.h>
 #include <TStyle.h>
@@ -676,14 +675,8 @@ void AliEveMUONTrack::MakeESDTrack(AliESDMuonTrack *mtrack)
 
   fTrack = new AliMUONTrack();
 
-  AliMUONRecoParam* recoParam = AliMUONRecoParam::GetCosmicParam();
-  
-  cout << "FIXME: should get recoParam from OCDB here !" << endl;
-  
   // create a simple track from the ESD track
-  AliMUONESDInterface::ESDToMUON(recoParam,*mtrack,*fTrack);
-
-  delete recoParam;
+  AliMUONESDInterface::ESDToMUON(*mtrack,*fTrack);
   
   // reset track parameters at vertex to the ones at DCA
   AliMUONTrackParam paramAtDCA;