Skip to content

Commit

Permalink
Merge pull request #44932 from mmusich/fix_Unknown_trigger_name
Browse files Browse the repository at this point in the history
change input `siPixelClusters` collection for 1040.0 wf step2
  • Loading branch information
cmsbuild authored May 13, 2024
2 parents ef7ac18 + 473b96d commit 4df3aa7
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2393,25 +2393,26 @@ def lhegensim2018ml(fragment,howMuch):
}

steps['TIER0RAWSIPIXELCAL']={'-s':'RAW2DIGI,L1Reco,RECO,ALCAPRODUCER:SiPixelCalZeroBias,DQM:@express,ENDJOB',
'--process':'ALCARECO',
'--scenario': 'pp',
'--era':'Run2_2017',
'--conditions':'auto:run2_data',
'--data': '',
'--datatier':'ALCARECO,DQMIO',
'--eventcontent':'ALCARECO,DQM',
'--customise':'Configuration/DataProcessing/RecoTLR.customiseExpress',
}
'--process':'ALCARECO',
'--scenario': 'pp',
'--era':'Run2_2017',
'--conditions':'auto:run2_data',
'--data': '',
'--datatier':'ALCARECO,DQMIO',
'--eventcontent':'ALCARECO,DQM',
'--customise':'Configuration/DataProcessing/RecoTLR.customiseExpress',
'--customise_commands':'"process.siPixelStatusProducer.SiPixelStatusProducerParameters.pixelClusterLabel = cms.untracked.InputTag(\'siPixelClusters::ALCARECO\')"'
}

steps['TIER0EXPSIPIXELCAL']={'-s':'RAW2DIGI,L1Reco,ALCAPRODUCER:SiPixelCalZeroBias,ENDJOB',
'--process':'ALCARECO',
'--scenario': 'pp',
'--era':'Run2_2017',
'--conditions':'auto:run2_data',
'--data': '',
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
}
'--process':'ALCARECO',
'--scenario': 'pp',
'--era':'Run2_2017',
'--conditions':'auto:run2_data',
'--data': '',
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
}

steps['TIER0EXPPPSCAL']={'-s':'RAW2DIGI,L1Reco,ALCAPRODUCER:PPSCalTrackBasedSel,ENDJOB',
'--process':'ALCARECO',
Expand Down Expand Up @@ -2457,15 +2458,14 @@ def lhegensim2018ml(fragment,howMuch):
}

steps['ALCASPLITSIPIXELCAL']={'-s':'ALCAOUTPUT:SiPixelCalZeroBias,ALCA:PromptCalibProdSiPixel',
'--scenario':'pp',
'--data':'',
'--era':'Run2_2017',
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--conditions':'auto:run2_data',
'--triggerResultsProcess':'ALCARECO',
#'--filein':'file:step2.root'
}
'--scenario':'pp',
'--data':'',
'--era':'Run2_2017',
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--conditions':'auto:run2_data',
'--triggerResultsProcess':'ALCARECO',
}

steps['ALCASPLITPPSCAL']={'-s':'ALCAOUTPUT:PPSCalTrackBasedSel,ALCA:PromptCalibProdPPSTimingCalib',
'--scenario':'pp',
Expand Down

0 comments on commit 4df3aa7

Please sign in to comment.