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

Major JME developments for 73x, Redux #6496

Closed

Conversation

rappoccio
Copy link
Contributor

Rebase of #6273. Copy-and-pasting the text of that PR :

This PR contains a large number of JME developments for 73x :

Updates to use new fastjet 3.1.0 (cms-externals/fastjet#8)
Updates to new API for n-subjettiness for fastjet-contrib 1.014 (cms-externals/fastjet-contrib#2)
Added changes to PUPPI from the code review here (#5500)
Added several new tools, none of which are to be executed in RECO until further notice :
Constituent subtraction
SoftKiller
SoftDrop
PUPPI
Two notes :

There is a new package, CommonTools/PileupModules. It would aid development to have these separate from CommonTools/ParticleFlow (which is focused on the "top projection" code).
The current output is set up as an intermediate stage where PFCandidates are produced along with a valueMap of four vectors. This is a stand-in until I make a migration to the ThinnedCollection, but this is better treated together rather than piecemeal.

Also adding @violatingcp and @nhanvtran to watch this.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @rappoccio for CMSSW_7_3_X.

Major JME developments for 73x, Redux

It involves the following packages:

CommonTools/PileupModules
DataFormats/Math
RecoJets/Configuration
RecoJets/JetAlgorithms
RecoJets/JetProducers

The following packages do not have a category, yet:

CommonTools/PileupModules

@cmsbuild, @nclopezo, @StoyanStoynev, @slava77 can you please review it and eventually sign? Thanks.
@yslai, @nhanvtran, @mariadalfonso, @TaiSakuma, @schoef this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
@nclopezo you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@cmsbuild
Copy link
Contributor

-1
Tested at: 590918e
I found an error when building:

Entering library rule at src/Calibration/IsolatedParticles/plugins
Entering library rule at src/Calibration/IsolatedParticles/plugins
Entering library rule at src/Calibration/IsolatedParticles/plugins
>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_3_X_2014-11-19-0200/src/CommonTools/PileupModules/plugins/PuppiProducer.cc 
>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_3_X_2014-11-19-0200/src/CommonTools/PileupModules/plugins/SoftKillerProducer.cc 
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_3_X_2014-11-19-0200/src/CommonTools/PileupModules/plugins/SoftKillerProducer.cc:35:41: fatal error: fastjet/contrib/SoftKiller.hh: No such file or directory
 #include "fastjet/contrib/SoftKiller.hh"
                                         ^
compilation terminated.
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_7_3_X_2014-11-19-0200/src/CommonTools/PileupModules/plugins/SoftKillerProducer.cc:35:41: fatal error: fastjet/contrib/SoftKiller.hh: No such file or directory
 #include "fastjet/contrib/SoftKiller.hh"


you can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6496/1009/summary.html

@cmsbuild
Copy link
Contributor

Pull request #6496 was updated. @civanch, @nclopezo, @mdhildreth, @cmsbuild, @franzoni, @StoyanStoynev, @slava77, @mulhearn, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

Pull request #6496 was updated. @cmsbuild, @nclopezo, @StoyanStoynev, @slava77 can you please check and sign again.

@rappoccio rappoccio closed this Nov 21, 2014
@rappoccio rappoccio deleted the rappoccio_pileup_73x_trial2 branch November 21, 2014 17:15
@@ -23,3 +23,11 @@
distMax = cms.double(0.8),
value = cms.string('mass')
)


ak8PFJetsCHSSoftDropLinks = cms.EDProducer("RecoJetDeltaRValueMapProducer",
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't it be better to call this and similar ValueMaps ak8PFJetsCHSSoftDropMass? That would make it clearer what these ValueMaps contain. In addition, the code is quite generic and one could store other quantities, such as jet Pt, in a similar way so 'Links' is maybe a bit too generic. What do you think?

@rappoccio
Copy link
Contributor Author

Rebased off of 73x including David's #6529 :

#6542

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

6 participants