Skip to content

SIM: fix some wrong input

FU Chengdong requested to merge fucd/CEPCSW1:sim-fix into master

while calculate momentum, double new_len = mean_length(h.preMom(),h.postMom())/hit_len; direction *= new_len/hit_len; length was not right to divide twice, fixed to double new_len = mean_length(h.preMom(),h.postMom()); direction *= new_len/hit_len;

Merge request reports

Loading