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 bug in JetPlusTrackCorrections_cff.py: add JetVertexExtender #10977

Merged
merged 4 commits into from Sep 1, 2015

Conversation

kodolova
Copy link
Contributor

JetPlusTrack correction practically does not work and return calojet energy only without adding ak4JetExtender to the python configurator.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @kodolova (kodolova) for CMSSW_7_6_X.

Fix bug in JetPlusTrackCorrections_cff.py: add JetVertexExtender

It involves the following packages:

RecoJets/JetPlusTracks

@cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks.
@rappoccio, @ahinzmann, @TaiSakuma, @jdolen, @nhanvtran, @schoef, @mariadalfonso 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.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@@ -41,7 +42,10 @@

JetPlusTrackCorrectionsAntiKt4 = cms.Sequence(
JPTeidTight*
#trackExtrapolator*
Copy link
Contributor

Choose a reason for hiding this comment

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

please remove the commented out line, unless there's a good reason for it to be here

@slava77
Copy link
Contributor

slava77 commented Aug 27, 2015

@cmsbuild please test

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

Pull request #10977 was updated. @cmsbuild, @cvuosalo, @slava77 can you please check and sign again.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@slava77
Copy link
Contributor

slava77 commented Aug 27, 2015

Hi Olga,

I see that ak4JetExtenderJPT is added (it produces a JetExtendedAssociation::Container), but nothing is reading its data in the jobs we are running and it's data is not saved.
Either this PR is not complete (a keep statement is needed) or I'm missing something.

Please clarify.

@slava77
Copy link
Contributor

slava77 commented Aug 28, 2015

Just to clarify the status from my side: I'm not planning to sign off on addition of a module which doesn't make any used products.
So, I'm waiting for feedback.

@kodolova
Copy link
Contributor Author

Hi Slava, you are right. Only ak4JetTracksAssociatorAtCaloFace is needed to be added.
I removed JetExtender and checked that JPT correction is ok. sorry for inconvenience.

@cmsbuild
Copy link
Contributor

Pull request #10977 was updated. @cmsbuild, @cvuosalo, @slava77 can you please check and sign again.

@slava77
Copy link
Contributor

slava77 commented Aug 31, 2015

Hi Olga,
ak4JetTracksAssociatorAtCaloFace is already defined and is running prior to JetPlusTrackZSPCorJetAntiKt4 as a part of
ak4JTA https://github.com/cms-sw/cmssw/blob/CMSSW_7_6_X/RecoJets/JetAssociationProducers/python/ak4JTA_cff.py

In which workflow did you see an issue?
Is it in the full RECO sequence or just some smaller JPT analysis job?

@cmsbuild
Copy link
Contributor

The jenkins tests job failed, please try again.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/7758/console

@slava77
Copy link
Contributor

slava77 commented Aug 31, 2015

@cmsbuild please test

... the last one failed with

ssl.SSLError: _ssl.c:493: The handshake operation timed out
Build step 'Execute shell' marked build as failure

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.

@kodolova
Copy link
Contributor Author

Hi Slava, I found the issue when I run JPT reconstruction over AODSIM trying to derive L2L3 corrections.

@slava77
Copy link
Contributor

slava77 commented Aug 31, 2015

On 8/31/15 12:12 PM, kodolova wrote:

Hi Slava, I found the issue when I run JPT reconstruction over AODSIM
trying to derive L2L3 corrections.

Olga, thank you for the clarification.
It makes sense to be an issue in a setup like that
and your fix is appropriate.


Reply to this email directly or view it on GitHub
#10977 (comment).

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@slava77
Copy link
Contributor

slava77 commented Sep 1, 2015

+1

for #10977 7d9a2b5

  • the change is good for applications starting with JetPlusTrackCorrectionsAntiKt4 sequence (full reco sequence is not affected because the missing module is present in ak4JTA included elsewhere
  • jenkins tests pass and comparisons with baseline show no relevant differences
  • tested locally in CMSSW_7_6_X_2015-08-30-2300 /test area sign581/: the same modules are executed in the same order in this PR and in the baseline

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 1, 2015

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

@davidlange6
Copy link
Contributor

+1

cmsbuild added a commit that referenced this pull request Sep 1, 2015
Fix bug in JetPlusTrackCorrections_cff.py: add JetVertexExtender
@cmsbuild cmsbuild merged commit 7b211f4 into cms-sw:CMSSW_7_6_X Sep 1, 2015
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

4 participants