Skip to content

Commit

Permalink
Merge pull request #46956 from cms-trackeralign/HLT_HGComb_relval_test
Browse files Browse the repository at this point in the history
Addition of RelVal to HLT HG Combined PCL workflow
  • Loading branch information
cmsbuild authored Dec 17, 2024
2 parents b205513 + e64390f commit 642618b
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
workflows[1001.4] = [ '',['RunDoubleMuon2022B','TIER0EXPRUN3','ALCAEXPSIPIXELALIRUN3','ALCAHARVD4','ALCAHARVDSIPIXELALIHG','ALCAHARVDSIPIXELALIHGCOMBINED']] # special workflow to run the SiPixelAli HG combined workflow
workflows[1002.3] = [ '',['RunZeroBias2022B','TIER0PROMPTRUN3','ALCASPLITRUN3','ALCAHARVDEXPRUN3']]
workflows[1002.4] = [ '',['RunDoubleMuon2022B','TIER0PROMPTRUN3','HARVESTPROMPTRUN3']]
workflows[1002.5] = [ '',['RunHLTMonitor2024I','ReAlCaHLT','ALCAReAlCaHLTHGComb','ALCAReAlCaHLTHGCombZMUMU','ALCAHARVDSIPIXELALIHLTHGCOMBINED']]

workflows[1002]=['RRD',['RunMinBias2011A','RECODR1','COPYPASTE']]
workflows[1003]=['', ['RunMinBias2012A','RECODDQM','HARVESTDDQM']]
Expand Down
61 changes: 61 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@
RunHI2023={375491: [[100, 100]]}
steps['RunHIPhysicsRawPrime2023A']={'INPUT':InputInfo(dataSet='/HIPhysicsRawPrime0/HIRun2023A-v1/RAW',label='HI2023A',events=100000,location='STD', ls=RunHI2023)}

steps['RunHLTMonitor2024I']={'INPUT':InputInfo(dataSet='/HLTMonitor/Run2024I-Express-v2/FEVTHLTALL',label='2024I',events=100000,location='STD', ls={386801: [[32, 111]]})}
##################################################################
### Golden Data Steps
# Reading good runs directly from the latest golden json
Expand Down Expand Up @@ -2445,6 +2446,16 @@ def lhegensim2018ml(fragment,howMuch):
'--era':'Run3',
'--conditions':'auto:run3_data_express'
},steps['TIER0']])
steps['ReAlCaHLT']={'-s':'ALCA:TkAlHLTTracks+TkAlHLTTracksZMuMu',
'--conditions':'140X_dataRun3_Express_v3',
'--scenario': 'pp',
'--data': '',
'--era':'Run3_2024',
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--process':'RECO',
'--processName':'ReAlCa',
}
steps['TIER0EXPCOSMICSRUN3']=merge([{'--scenario':'cosmics',
'-s':'RAW2DIGI,L1Reco,RECO,ALCAPRODUCER:@allForExpressCosmics,ENDJOB',
'-n':1000,
Expand Down Expand Up @@ -2729,6 +2740,15 @@ def lhegensim2018ml(fragment,howMuch):
'--filein':'file:PromptCalibProdSiPixelAliHGComb.root',
'--customise':'Alignment/CommonAlignmentProducer/customizeLSNumberFilterForRelVals.lowerHitsPerStructure'}

steps['ALCAHARVDSIPIXELALIHLTHGCOMBINED']={'-s':'ALCAHARVEST:%s'%(autoPCL['PromptCalibProdSiPixelAliHLTHGC']),
'--conditions':'140X_dataRun3_Express_v3',
'--scenario':'pp',
'--era':'Run3_2024',
'--data':'',
'-n':'-1',
'--filein':'file:PromptCalibProdSiPixelAliHLTHGC_0.root,file:PromptCalibProdSiPixelAliHLTHGC_1.root',
'--customise':'Alignment/CommonAlignmentProducer/customizeLSNumberFilterForRelVals.lowerHitsPerStructure'}

steps['ALCAHARVDPPSCAL']={'-s':'ALCAHARVEST:%s'%(autoPCL['PromptCalibProdPPSTimingCalib']),
'--conditions':'auto:run3_data_express',
'--scenario':'pp',
Expand Down Expand Up @@ -3544,6 +3564,47 @@ def gen2024HiMix(fragment,howMuch):
'--datatier':'ALCARECO',
'--eventcontent':'ALCARECO',
'--triggerResultsProcess': 'RECO'}

steps['ALCAReAlCaHLTHGComb'] = {'-s': 'ALCA:PromptCalibProdSiPixelAliHLTHGC',
'--conditions': '140X_dataRun3_Express_v3',
'--customise': 'Alignment/CommonAlignmentProducer/customizeLSNumberFilterForRelVals.doNotFilterLS',
'--scenario': 'pp',
'--data': '',
'--era': 'Run3_2024',
'--datatier': 'ALCARECO',
'--eventcontent': 'ALCARECO',
'--processName': 'ReAlCaHLTHGC',
'-n': '-1',
'--filein': 'file:TkAlHLTTracks.root',
'--fileout': 'PromptCalibProdSiPixelAliHLTHGC_0.root',
'--customise_commands': '\"process.ALCARECOTkAlZMuMuFilterForSiPixelAliHLT.throw = False; '
'process.ALCARECOTkAlMinBiasFilterForSiPixelAliHLTHG.TriggerResultsTag = '
'\\"TriggerResults::ReAlCa\\"; '
'process.ALCARECOStreamPromptCalibProdSiPixelAliHLTHGC.fileName = '
'\\"PromptCalibProdSiPixelAliHLTHGC_0.root\\"\"',
'--triggerResultsProcess': 'ReAlCa'
}

steps['ALCAReAlCaHLTHGCombZMUMU'] = {'-s': 'ALCA:PromptCalibProdSiPixelAliHLTHGC',
'--conditions': '140X_dataRun3_Express_v3',
'--customise': 'Alignment/CommonAlignmentProducer/customizeLSNumberFilterForRelVals.doNotFilterLS',
'--scenario': 'pp',
'--data': '',
'--era': 'Run3_2024',
'--datatier': 'ALCARECO',
'--eventcontent': 'ALCARECO',
'--processName': 'ReAlCaHLTHGC',
'-n': '-1',
'--filein': 'file:TkAlHLTTracksZMuMu.root',
'--fileout': 'PromptCalibProdSiPixelAliHLTHGC_1.root',
'--customise_commands': '\"process.ALCARECOTkAlZMuMuFilterForSiPixelAliHLT.throw = False; '
'process.ALCARECOTkAlMinBiasFilterForSiPixelAliHLTHG.TriggerResultsTag = '
'\\"TriggerResults::ReAlCa\\"; '
'process.ALCARECOStreamPromptCalibProdSiPixelAliHLTHGC.fileName = '
'\\"PromptCalibProdSiPixelAliHLTHGC_1.root\\"\"',
'--triggerResultsProcess': 'ReAlCa'
}

steps['ALCAEXPCOSMICSRUN3']={'-s':'ALCAOUTPUT:@allForExpressCosmics,ALCA:PromptCalibProdSiStrip+PromptCalibProdSiPixelLAMCS+PromptCalibProdSiStripLA',
'-n':1000,
'--scenario':'cosmics',
Expand Down

0 comments on commit 642618b

Please sign in to comment.