-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update eventcontent structure in RecoHI packages #29576
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29576/14888
|
A new Pull Request was created by @jeongeun (JeongEun Lee) for master. It involves the following packages: RecoHI/Configuration @perrotta, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
#AOD content | ||
RecoHiMuonAOD = cms.PSet( | ||
outputCommands = cms.untracked.vstring() | ||
) | ||
|
||
#Add Isolation | ||
from RecoMuon.MuonIsolationProducers.muIsolation_EventContent_cff import * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are these RecoMuonIsolationXXX
event contents used here, or in the calling configs?
If I am not wrong this import
could even be removed here, if we want to clean up the config.
@mandrenguyen ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, it looks like nothing from that import is actually used. If it's not doing anything, might as well remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I will remove it.
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29576/14927
|
please test |
The tests are being triggered in jenkins. |
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+1
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Update event content definitions to explicitly have RECO to be a superset of AOD and for FEVT to be a superset of RECO. 5 files changed :
RecoHI/Configuration/python/RecoHI_EventContent_cff.py
RecoHI/HiCentralityAlgos/python/RecoHiCentrality_EventContent_cff.py
RecoHI/HiEvtPlaneAlgos/python/RecoHiEvtPlane_EventContent_cff.py
RecoHI/HiMuonAlgos/python/RecoHiMuon_EventContent_cff.py
RecoHI/HiTracking/python/RecoHiTracker_EventContent_cff.py
FYI,
RecoHI/HiEgammaAlgos/python/RecoHiEgamma_EventContent_cff.py
,RecoHI/HiJetAlgos/python/RecoHiJets_EventContent_cff.py
files are work in progress and they will be updated in new PRs later (maybe separately).(The previous tasks are PR#29025, PR#29158, PR#29225, PR#29299, PR#29470, PR#29517, PR#29535, and PR#29571 )
PR validation:
Event Content comparison check was also done and there is no change with these updates.
Tested in CMSSW_11_1_X, the basic test all passed in the CMSSW PR instructions.