Skip to content

Commit e385c78

Browse files
authored
Merge pull request #42087 from mmusich/fixFor41815
By-pass scalers input collection for `hltScalersRawToDigi` for Heavy Ions pp-reco workflows post merge of #41815
2 parents 27ea50b + 0d34518 commit e385c78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configuration/PyReleaseValidation/python/relval_steps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2148,7 +2148,7 @@ def lhegensim2018ml(fragment,howMuch):
21482148
'--era':'Run2_2018_pp_on_AA',
21492149
'-n':'10',
21502150
'--procModifiers':'approxSiStripClusters',
2151-
'--customise_commands':'\"process.siStripDigisHLT.ProductLabel=\'rawDataCollector\'\"',
2151+
'--customise_commands':'\"process.siStripDigisHLT.ProductLabel=\'rawDataCollector\';process.hltScalersRawToDigi.scalersInputTag=\'rawDataCollector\'\"',
21522152
'--process':'REHLT'
21532153
}
21542154

@@ -2182,7 +2182,7 @@ def lhegensim2018ml(fragment,howMuch):
21822182
'--eventcontent':'REPACKRAW',
21832183
'--era':'Run3_pp_on_PbPb_approxSiStripClusters',
21842184
'-n':'10',
2185-
'--customise_commands':'\"process.siStripDigisHLT.ProductLabel=\'rawDataCollector\'\"',
2185+
'--customise_commands':'\"process.siStripDigisHLT.ProductLabel=\'rawDataCollector\';process.hltScalersRawToDigi.scalersInputTag=\'rawDataCollector\'\"',
21862186
'--process':'REHLT'
21872187
}
21882188

0 commit comments

Comments
 (0)