Skip to content

Commit

Permalink
fix ft0 ctp input for pp case
Browse files Browse the repository at this point in the history
  • Loading branch information
noferini committed Feb 27, 2024
1 parent cf1cec2 commit de4094b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/bin/o2dpg_sim_workflow_anchored.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def retrieve_MinBias_CTPScaler_Rate(ctpscaler, finaltime, trig_eff, NBunches, Co
"""
# this is the default for pp
ctpclass = 0 # <---- we take the scaler for FT0
ctptype = 0
ctptype = 1
# this is the default for PbPb
if ColSystem == "PbPb":
ctpclass = 25 # <--- we take scalers for ZDC
Expand Down

0 comments on commit de4094b

Please sign in to comment.