Adding a reduced data format: phase2_l1scout for use in the Spring24 MC Campaign#51259
Adding a reduced data format: phase2_l1scout for use in the Spring24 MC Campaign#51259BenjaminRS wants to merge 1 commit into
Conversation
|
Pull request #51259 was updated. |
|
cms-bot internal usage |
|
test parameters:
|
|
please test |
|
-1 Failed Tests: RelVals Failed RelVals |
|
It seems that the |
|
Uncommenting these lines from the #process.schedule.insert(5, process.pDoubleEGEle37_24)
#process.schedule.insert(6, process.pDoubleIsoTkPho22_12)
#process.schedule.insert(7, process.pDoublePuppiTau52_52)
#process.schedule.insert(8, process.pDoubleTkEle25_12)
#process.schedule.insert(9, process.pDoubleTkMuon15_7)
#process.schedule.insert(10, process.pIsoTkEleEGEle22_12)
#process.schedule.insert(11, process.pPuppiHT400)
#process.schedule.insert(12, process.pPuppiHT450)
#process.schedule.insert(13, process.pPuppiMET200)
#process.schedule.insert(14, process.pQuadJet70_55_40_40)
#process.schedule.insert(15, process.pSingleEGEle51)
#process.schedule.insert(16, process.pSingleIsoTkEle28)
#process.schedule.insert(17, process.pSingleIsoTkPho36)
#process.schedule.insert(18, process.pSinglePuppiJet230)
#process.schedule.insert(19, process.pSingleTkEle36)
#process.schedule.insert(20, process.pSingleTkMuon22)
#process.schedule.insert(21, process.pTripleTkMuon5_3_3)allowed the job to complete. I checked that in 20_1_X a better error message is given in this kind of situation. |
|
@cms-sw/core-l2 I am not sure what is the best way forward here. Matti said the jobs complete when uncommenting lines from a step2.py file. How do I proceed? Thanks, Benjamin |
|
@BenjaminRS I'm afraid @makortel is on vacation for the next 3 weeks. |
|
So part of the issue is the path process.schedule.insert(10, process.pIsoTkEleEGEle22_12)(which was probably written by this piece of code cmssw/Configuration/Applications/python/ConfigBuilder.py Lines 2524 to 2525 in 3d6dddc ) a duplicate entry was added to the Schedule. Now in principle, the Schedule should just ignore duplicate entries and take the first one, but I guess we never added such a safety feature. |
|
It looks like the loading of the HLT menu was done here |
|
Setting aside the framework issue about duplication of paths in the schedule, it looks to me that this workflow 29634.78 is bugged to begin with, because it's running the cmssw/HLTrigger/Configuration/python/HLT_75e33_cff.py Lines 238 to 249 in 0bcae6f Was it ever tested in isolation ? |
|
Also, the whole use of |
| MINIAODSIMEventContent.outputCommands.extend(MicroEventContentMC.outputCommands) | ||
| MINIAODSIMEventContent.outputCommands.extend(HLTriggerMINIAOD.outputCommands) | ||
|
|
||
| phase2_l1scout.toModify(MINIAODSIMEventContent, |
There was a problem hiding this comment.
instead of polluting this file with this large list for everyone, wouldn't it be better to have this definition in a package that is overviewed by L1T (e.g. L1Trigger/Configuration/python/L1Trigger_EventContent_cff.py) and then use it here?
|
Why is this PR based on 14_0? |
|
@srimanob -- This is for adding modifications to the Spring24 MC campaign, based in 14X. |
|
Superseded by #51319 |
PR description:
Adding in new configuration options providing a reduced data format: phase2_l1scout for use in the Spring24 MC Campaign.
PR validation:
Ran the usual format checks:
Will test this PR whilst in draft before opening the PR for inclusion.