-
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
Changes to PartonShowerBsHepMCFilter and LHEGenericFilter #11149
Conversation
A new Pull Request was created by @perrozzi for CMSSW_7_1_X. Changes to PartonShowerBsHepMCFilter and LHEGenericFilter It involves the following packages: GeneratorInterface/Core @vciulli, @covarell, @thuer, @cmsbuild, @bendavid, @govoni can you please review it and eventually sign? Thanks. |
Are all of these changes already in 76x? |
no. I can make a PR also for that branch |
yes please do |
btw, I am trying to cherrypick but doesn't work, is there another semi-automatic procedure to recover the commits or shall I proceed "by hand"? |
Why doesn't cherry-pick work? |
no idea... [...] On branch from-CMSSW_7_6_0_pre2You are currently cherry-picking.(all conflicts fixed: run "git commit")nothing to commit, working directory clean
Otherwise, please use 'git reset' |
Well the first few commits are probably already in 76x |
even if I remove pierluigi's commits, only 3 files, the status is bash-4.1$ git status On branch from-CMSSW_7_6_0_pre2You are currently cherry-picking.(fix conflicts and run "git commit")Changes to be committed:new file: GeneratorInterface/GenFilters/python/LHEGenericFilter_cfi.pyUnmerged paths:(use "git add/rm ..." as appropriate to mark resolution)deleted by us: GeneratorInterface/GenFilters/interface/LHEGenericFilter.hdeleted by us: GeneratorInterface/GenFilters/src/LHEGenericFilter.cci.e. 3 out of 7 files are modified |
Well ok if there are real conflicts they have to be resolved. Otherwise some non-trival rebase. Or else indeed just do it by hand. |
(I'll do it by hand...) |
#11190 should not suffer from the problem, closing this PR |
(also the PR on this branch is still relevant) |
Hi, since the PR #11190 has been merged and this one is a clone for 71X (including the last commit to add edm::LogError, I would kindly ask to approve it to have asap a CMSSW production release incorporating these features. thanks a lot |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_1_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
Changes to PartonShowerBsHepMCFilter and LHEGenericFilter
PartonShowerBsHepMCFilter searches now a B-hadron among status 2 (i.e. outgoing) particles to accept the event
LHEGenericFilter accepts now several logics for a given numRequired, i.e. LT meaning < NumRequired, GT >, EQ =, NE !=