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

Gen particle pruner bug fix #5008

Merged
merged 2 commits into from Sep 3, 2014
Merged

Conversation

wulsin
Copy link
Contributor

@wulsin wulsin commented Aug 20, 2014

Hi,

Daughters of the particle with index 0 were not being assigned a mother because of the (idx > 0) requirement. Changing this to (idx >= 0) fixes the problem so that all daughters are assigned a mother. I've tested it out on a few samples and encountered no problems. Please let me know (w.wulsin@cern.ch) if you have any questions.

Wells

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @wulsin for CMSSW_7_2_X.

Gen particle pruner bug fix

It involves the following packages:

PhysicsTools/HepMCCandAlgos

@nclopezo, @vadler, @cmsbuild, @Degano, @monttj can you please review it and eventually sign? Thanks.
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.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@vadler
Copy link

vadler commented Sep 3, 2014

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2014

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_2_X IBs unless changes (tests are also fine).

ktf added a commit that referenced this pull request Sep 3, 2014
@ktf ktf merged commit 1417c28 into cms-sw:CMSSW_7_2_X Sep 3, 2014
@wulsin wulsin deleted the GenParticlePrunerBugFix branch September 3, 2014 10:45
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