Skip to content

Commit

Permalink
Merge pull request #27709 from fabiocos/fc-restorePPS2017
Browse files Browse the repository at this point in the history
Restore updated PPS association cuts for 2017
  • Loading branch information
cmsbuild committed Aug 8, 2019
2 parents 2795fe5 + d2e930f commit 781d8a3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions RecoCTPPS/ProtonReconstruction/python/ctppsProtons_cff.py
Expand Up @@ -30,13 +30,8 @@ def applyDefaultSettings(ctppsProtons):
ctpps_2016.toModify(ctppsProtons, applyDefaultSettings) # applied for all Run2 years (2016, 2017 and 2018)

def apply2017Settings(ctppsProtons):
ctppsProtons.association_cuts_45.xi_cut_value = 0.013
ctppsProtons.association_cuts_45.th_y_cut_apply = True
ctppsProtons.association_cuts_45.th_y_cut_value = 20E-6
ctppsProtons.association_cuts_56.xi_cut_value = 0.013
ctppsProtons.association_cuts_56.th_y_cut_apply = True
ctppsProtons.association_cuts_56.th_y_cut_value = 20E-6

ctppsProtons.association_cuts_45.xi_cut_value = 0.010
ctppsProtons.association_cuts_56.xi_cut_value = 0.015

ctpps_2017.toModify(ctppsProtons, apply2017Settings)

Expand Down

0 comments on commit 781d8a3

Please sign in to comment.