Skip to content
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

Fix to pA skim names #16478

Merged
merged 1 commit into from Nov 7, 2016
Merged

Conversation

mandrenguyen
Copy link
Contributor

The stream names also needed to be updated for these skims to run.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 6, 2016

A new Pull Request was created by @mandrenguyen for CMSSW_8_0_X.

It involves the following packages:

Configuration/Skimming

@cmsbuild, @srimanob, @davidlange6, @hengne, @fabozzi can you please review it and eventually sign? Thanks.
@ghellwig, @Martin-Grunewald this is something you requested to watch as well.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@slava77
Copy link
Contributor

slava77 commented Nov 6, 2016

@cmsbuild please test

@fabozzi
Copy link
Contributor

fabozzi commented Nov 6, 2016

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 6, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/16213/console

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 6, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 6, 2016

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 6, 2016

@fabozzi
Copy link
Contributor

fabozzi commented Nov 7, 2016

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 7, 2016

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @smuzaffar

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 1ec7998 into cms-sw:CMSSW_8_0_X Nov 7, 2016
@@ -12,7 +12,7 @@

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the import of EventContentHeavyIons_cff is breaking the replay with 8_0_23.
Load of this files leads to override of all the standard EventContent (AOD, RAW, Reco, ) with their HI extensions.

Specifically, one of the overrides comes from RecoHiEgamma_EventContent_cff from RecoHiEgammaAOD, which has some ill-formed keep floatedmValueMap_*_*_*.
I would be still OK, if we were not running miniAOD: regular reco config setup purges the unnecessary ak8PFJetsCHSFilteredMass and its upstream ak8PFJetsCHSFiltered from the configuration when creating unscheduled configuration; but then miniAOD loads it back again in PhysicsTools/PatAlgos/python/slimming/applySubstructure_cff.py as process.load("RecoJets.JetProducers.ak8PFJetsCHS_groomingValueMaps_cfi") and there it loads only ak8PFJetsCHSFilteredMass and there is no downstream consumers of it in miniAOD and in this case this module should not run ... except that you have now inadvertently added keep floatedmValueMap_*_*_* which makes ak8PFJetsCHSFilteredMass runnable.
We didn't hit any of these fun parts with keep * in 2015 PbPb run because we did not run miniAOD.

If we are running the standard pp sequence with some small additions and edits of modules for pA needs, the FEVT event content has to be also the standard EventContent_cff.
So, please change the above

from Configuration.EventContent.EventContentHeavyIons_cff import FEVTEventContent

to

from Configuration.EventContent.EventContent_cff import FEVTEventContent

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitting a PR now with the change to pp event content. Btw, we shouldn't be producing mini-AOD, as far as I understood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants