Skip to content
Snippets Groups Projects
Commit d8381460 authored by zhangyao@ihep.ac.cn's avatar zhangyao@ihep.ac.cn
Browse files

Fix bug in sim_fit_CRD.py

parent da755fca
No related branches found
No related tags found
No related merge requests found
...@@ -269,8 +269,7 @@ from Configurables import ApplicationMgr ...@@ -269,8 +269,7 @@ from Configurables import ApplicationMgr
ApplicationMgr( ApplicationMgr(
TopAlg = [genalg, detsimalg, digiVXD, digiSIT, digiSET, digiFTD, spSIT, TopAlg = [genalg, detsimalg, digiVXD, digiSIT, digiSET, digiFTD, spSIT,
spFTD, tracking, forward, subset, dCHDigiAlg, truthTrackerAlg, spFTD, tracking, forward, subset, dCHDigiAlg, truthTrackerAlg,
#recGenfitAlgSDT, recGenfitAlgSDT, out],
out],
EvtSel = 'NONE', EvtSel = 'NONE',
EvtMax = 1, EvtMax = 1,
ExtSvc = [rndmengine, dsvc, ntsvc, evtseeder, geosvc, gearsvc, tracksystemsvc], ExtSvc = [rndmengine, dsvc, ntsvc, evtseeder, geosvc, gearsvc, tracksystemsvc],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment