Skip to content

Commit 8c0b4bf

Browse files
author
Szymon Pulawski
committed
Fixing typo. Sorry
1 parent 192098e commit 8c0b4bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

MC/bin/o2dpg_sim_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ 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" or COLTYPIER == "pO":
120+
if COLTYPEIR == "pp" or COLTYPEIR == "OO" or COLTYPEIR == "NeNe" or COLTYPEIR == "pO":
121121
# central and semicentral FT0 thresholds
122122
add(config, {"FT0DigParam.mtrg_central_trh": "40", "FT0DigParam.mtrg_semicentral_trh": "20"})
123123
# FV0 trigger settings
124124
add(config, {"FV0DigParam.NchannelsLevel": "2", "FV0DigParam.InnerChargeLevel": "4", "FV0DigParam.OuterChargeLevel": "4", "FV0DigParam.ChargeLevel": "8"})
125125
if COLTYPEIR == "pp":
126126
# 15 ADC channels / MIP
127127
add(config, {"FV0DigParam.adcChannelsPerMip": "15"})
128-
if COLTYPEIR == "OO" or COLTYPEIR == "NeNe" or COLTYPIER == "pO":
128+
if COLTYPEIR == "OO" or COLTYPEIR == "NeNe" or COLTYPEIR == "pO":
129129
# 11 ADC channels / MIP
130130
add(config, {"FV0DigParam.adcChannelsPerMip": "11"})
131131

0 commit comments

Comments
 (0)