Skip to content

Commit 8412178

Browse files
author
Szymon Pulawski
committed
Add pO for trigger parameters
1 parent 4b4a6f9 commit 8412178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MC/bin/o2dpg_sim_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def add(cfg, flatconfig):
117117
add(config, {"FT0DigParam.mtrg_central_trh": "1433", "FT0DigParam.mtrg_semicentral_trh": "35"})
118118
# FV0 trigger settings
119119
add(config, {"FV0DigParam.NchannelsLevel": "2", "FV0DigParam.InnerChargeLevel": "4", "FV0DigParam.OuterChargeLevel": "4", "FV0DigParam.ChargeLevel": "1080"})
120-
if COLTYPEIR == "pp" or COLTYPEIR == "OO" or COLTYPEIR == "NeNe":
120+
if COLTYPEIR == "pp" or COLTYPEIR == "OO" or COLTYPEIR == "NeNe" or COLTYPIER == "pO":
121121
# central and semicentral FT0 thresholds
122122
add(config, {"FT0DigParam.mtrg_central_trh": "40", "FT0DigParam.mtrg_semicentral_trh": "20"})
123123
# FV0 trigger settings

0 commit comments

Comments
 (0)