We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9e3bf commit f56a865Copy full SHA for f56a865
1 file changed
MC/bin/o2dpg_sim_config.py
@@ -99,7 +99,6 @@ def add(cfg, flatconfig):
99
# FIT digitizer settings
100
#2023 pp
101
if 534125 <= int(args.run) and int(args.run) <= 543113:
102
- add(config, {"FV0DigParam.adcChannelsPerMip": "15"})
103
if COLTYPEIR == "pp":
104
# central and semicentral FT0 thresholds
105
add(config, {"FT0DigParam.mtrg_central_trh": "40", "FT0DigParam.mtrg_semicentral_trh": "20"})
0 commit comments