Skip to content

Commit

Permalink
Merge pull request #44914 from mmusich/fix_Unknown_trigger_name
Browse files Browse the repository at this point in the history
Fix multiple RelVals errors with `Unknown trigger name` exception
  • Loading branch information
cmsbuild authored May 7, 2024
2 parents 5004fc6 + be9f500 commit 8391245
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ def lhegensim2018ml(fragment,howMuch):
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--conditions':'auto:run2_data',
'--triggerResultsProcess':'RECO',
'--triggerResultsProcess':'ALCARECO',
#'--filein':'file:step2.root'
}

Expand All @@ -2474,7 +2474,7 @@ def lhegensim2018ml(fragment,howMuch):
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--conditions':'auto:run2_data',
'--triggerResultsProcess':'RECO',
'--triggerResultsProcess':'ALCARECO',
}

steps['ALCASPLITPPSCALRUN3']={'-s':'ALCAOUTPUT:PPSCalMaxTracks,ALCA:PromptCalibProdPPSTimingCalib',
Expand Down Expand Up @@ -2507,7 +2507,7 @@ def lhegensim2018ml(fragment,howMuch):
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--conditions':'auto:run3_data_express',
'--triggerResultsProcess':'RECO',
'--triggerResultsProcess':'ALCARECO',
}

steps['ALCASPLITPPSALIGRUN3']={'-s':'ALCAOUTPUT:PPSCalMaxTracks,ALCA:PromptCalibProdPPSAlignment',
Expand Down Expand Up @@ -3312,7 +3312,7 @@ def gen2023HiMix(fragment,howMuch):
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--triggerResultsProcess': 'RECO'}
steps['ALCAEXPRUN3']={'-s':'ALCAOUTPUT:@allForPrompt+@allForExpress,ALCA:PromptCalibProd+PromptCalibProdSiStrip+PromptCalibProdSiStripGains+PromptCalibProdSiStripGainsAAG+PromptCalibProdSiStripHitEff+PromptCalibProdSiPixelAli+PromptCalibProdSiPixelAliHG+PromptCalibProdSiPixel+PromptCalibProdSiPixelLA+PromptCalibProdBeamSpotHP+PromptCalibProdBeamSpotHPLowPU',
steps['ALCAEXPRUN3']={'-s':'ALCAOUTPUT:@allForExpress,ALCA:PromptCalibProd+PromptCalibProdSiStrip+PromptCalibProdSiStripGains+PromptCalibProdSiStripGainsAAG+PromptCalibProdSiStripHitEff+PromptCalibProdSiPixelAli+PromptCalibProdSiPixelAliHG+PromptCalibProdSiPixel+PromptCalibProdSiPixelLA+PromptCalibProdBeamSpotHP+PromptCalibProdBeamSpotHPLowPU',
'--customise': 'Alignment/CommonAlignmentProducer/customizeLSNumberFilterForRelVals.doNotFilterLS',
'--conditions':'auto:run3_data',
'--datatier':'ALCARECO',
Expand Down

0 comments on commit 8391245

Please sign in to comment.