Skip to content

Commit 4686af5

Browse files
authored
Merge pull request #48257 from Dr15Jones/fixFileExtensionALCA
Keep proper file extension for ALCAReAlCaHLTHGComb workflow
2 parents cf6e903 + 50a81cc commit 4686af5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Configuration/PyReleaseValidation/python/relval_steps.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3685,8 +3685,9 @@ def gen2024HiMix(fragment,howMuch):
36853685
'--customise_commands': '\"process.ALCARECOTkAlZMuMuFilterForSiPixelAliHLT.throw = False; '
36863686
'process.ALCARECOTkAlMinBiasFilterForSiPixelAliHLTHG.TriggerResultsTag = '
36873687
'\\"TriggerResults::ReAlCa\\"; '
3688+
'extend_file_name = lambda n,e: \\".\\".join(n.split(\\".\\")[:-1])+e+\\".\\"+n.split(\\".\\")[-1]; '
36883689
'process.ALCARECOStreamPromptCalibProdSiPixelAliHLTHGC.fileName = '
3689-
'\\"PromptCalibProdSiPixelAliHLTHGC_0.root\\"\"',
3690+
'extend_file_name(process.ALCARECOStreamPromptCalibProdSiPixelAliHLTHGC.fileName.value(), \\"_0\\"\"\)',
36903691
'--triggerResultsProcess': 'ReAlCa'
36913692
}
36923693

@@ -3705,8 +3706,9 @@ def gen2024HiMix(fragment,howMuch):
37053706
'--customise_commands': '\"process.ALCARECOTkAlZMuMuFilterForSiPixelAliHLT.throw = False; '
37063707
'process.ALCARECOTkAlMinBiasFilterForSiPixelAliHLTHG.TriggerResultsTag = '
37073708
'\\"TriggerResults::ReAlCa\\"; '
3709+
'extend_file_name = lambda n,e: \\".\\".join(n.split(\\".\\")[:-1])+e+\\".\\"+n.split(\\".\\")[-1]; '
37083710
'process.ALCARECOStreamPromptCalibProdSiPixelAliHLTHGC.fileName = '
3709-
'\\"PromptCalibProdSiPixelAliHLTHGC_1.root\\"\"',
3711+
'extend_file_name(process.ALCARECOStreamPromptCalibProdSiPixelAliHLTHGC.fileName.value(), \\"_1\\"\"\)',
37103712
'--triggerResultsProcess': 'ReAlCa'
37113713
}
37123714

0 commit comments

Comments
 (0)