Skip to content

Commit 180f1ed

Browse files
authored
fix typo / wrong value
1 parent b412013 commit 180f1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def load_external_config(configfile):
227227
if tpcreco_mctimegain == '':
228228
# this was communicated by Jens Wiechula@TPC; avoids dEdX issue https://its.cern.ch/jira/browse/O2-5486 for the 2tag mechanism
229229
print ("TPC reco does not support --tpc-mc-time-gain. Adjusting some config for TPC digitization")
230-
overwrite_config(anchorConfig['ConfigParams'],'TPCGasParam','OxygenCont',5e-5)
230+
overwrite_config(anchorConfig['ConfigParams'],'TPCGasParam','OxygenCont',5e-6)
231231
overwrite_config(anchorConfig['ConfigParams'],'TPCGEMParam','TotalGainStack',2000)
232232
overwrite_config(anchorConfig['ConfigParams'],'GPU_global','dEdxDisableResidualGain',1)
233233
# TODO: put into it's own function for better modularity

0 commit comments

Comments
 (0)