Skip to content
Snippets Groups Projects
Commit 61067d53 authored by fangwx@ihep.ac.cn's avatar fangwx@ihep.ac.cn
Browse files

update tut_detsim_digi_truthTracker_SDT_dedx.py

parent 5b99a05c
No related branches found
No related tags found
No related merge requests found
......@@ -187,8 +187,8 @@ truthTrackerAlg.debug = 1
##############################################################################
# DedxAlg
##############################################################################
from Configurables import DedxAlg
dedxAlg = DedxAlg("DedxAlg")
from Configurables import RecDCHDedxAlg
dedxAlg = RecDCHDedxAlg("RecDCHDedxAlg")
dedxAlg.debug = True
dedxAlg.method = 1
dedxAlg.sampling_option = "BetheBlochEquationDedxSimTool"
......
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