]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adapting script of README to new tracking option
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Oct 2004 12:04:51 +0000 (12:04 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Oct 2004 12:04:51 +0000 (12:04 +0000)
MUON/README

index 6959e509ea4ed476a1ceb9dc24d213889acbf6c9..9242640a2f0e88eacecfc9d7e1c05aa78b16e375 100644 (file)
@@ -163,7 +163,7 @@ aliroot -b << EOF
 TPluginManager* pluginManager = gROOT->GetPluginManager();
 pluginManager->AddHandler("AliReconstructor", "MUON","AliMUONReconstructor", "MUON","AliMUONReconstructor()")
 AliReconstruction MuonRec("galice.root") 
-MuonRec.SetRunTracking(kFALSE)
+MuonRec.SetRunTracking("")
 MuonRec.SetRunVertexFinder(kFALSE)
 MuonRec.SetRunLocalReconstruction("MUON")
 MuonRec.SetFillESD("MUON")