Skip to content

Commit 0d34518

Browse files
committed
by-pass scalers input collection for hltScalersRawToDigi pp-reco workflows post merge of #41815
1 parent 955ad10 commit 0d34518

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
@@ -2136,7 +2136,7 @@ def lhegensim2018ml(fragment,howMuch):
21362136
'--era':'Run2_2018_pp_on_AA',
21372137
'-n':'10',
21382138
'--procModifiers':'approxSiStripClusters',
2139-
'--customise_commands':'\"process.siStripDigisHLT.ProductLabel=\'rawDataCollector\'\"',
2139+
'--customise_commands':'\"process.siStripDigisHLT.ProductLabel=\'rawDataCollector\';process.hltScalersRawToDigi.scalersInputTag=\'rawDataCollector\'\"',
21402140
'--process':'REHLT'
21412141
}
21422142

@@ -2170,7 +2170,7 @@ def lhegensim2018ml(fragment,howMuch):
21702170
'--eventcontent':'REPACKRAW',
21712171
'--era':'Run3_pp_on_PbPb_approxSiStripClusters',
21722172
'-n':'10',
2173-
'--customise_commands':'\"process.siStripDigisHLT.ProductLabel=\'rawDataCollector\'\"',
2173+
'--customise_commands':'\"process.siStripDigisHLT.ProductLabel=\'rawDataCollector\';process.hltScalersRawToDigi.scalersInputTag=\'rawDataCollector\'\"',
21742174
'--process':'REHLT'
21752175
}
21762176

0 commit comments

Comments
 (0)