From 3b55e9fbe1837554719872dc336f22b5ebcbc449 Mon Sep 17 00:00:00 2001 From: Zhang Yao <zhangyao@ihep.ac.cn> Date: Tue, 19 Jan 2021 15:30:52 +0800 Subject: [PATCH] Fix momentum of DC job option file --- Examples/options/tut_detsim_digi_fit_DC.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/options/tut_detsim_digi_fit_DC.py b/Examples/options/tut_detsim_digi_fit_DC.py index 52a7c026..770bf426 100644 --- a/Examples/options/tut_detsim_digi_fit_DC.py +++ b/Examples/options/tut_detsim_digi_fit_DC.py @@ -70,8 +70,8 @@ gun.Particles = ["e-"] # gun.PositionZs = [0.] # mm -gun.EnergyMins = [10.] # GeV -gun.EnergyMaxs = [10.] # GeV +gun.EnergyMins = [100.] # GeV +gun.EnergyMaxs = [100.] # GeV gun.ThetaMins = [90] # rad; 45deg gun.ThetaMaxs = [90] # rad; 45deg @@ -195,5 +195,5 @@ ApplicationMgr( TopAlg = [genalg, detsimalg, dCHDigiAlg, truthTrackerAlg, EvtMax = 10, ExtSvc = [rndmengine, dsvc, geosvc, ntsvc], HistogramPersistency = "ROOT", - OutputLevel=DEBUG + OutputLevel=ERROR ) -- GitLab