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

MINIAOD: Whitelist IVF cands in packing + BugFix on SharedTracks helpers #10088

Merged
merged 2 commits into from Jul 19, 2015

Conversation

arizzi
Copy link
Contributor

@arizzi arizzi commented Jul 8, 2015

With this the daughters of IVF VertexCandidates are whitelisted for track detail saving in miniaod packed candidates.
In addition a bug fix of parenthesis position has been applied in vertices SharedTracks computation

@ferencek @gpetruc @pvmulder

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 8, 2015

A new Pull Request was created by @arizzi for CMSSW_7_5_X.

MINIAOD: Whitelist IVF cands in packing

It involves the following packages:

PhysicsTools/PatAlgos
RecoVertex/VertexTools

@cmsbuild, @cvuosalo, @vadler, @monttj, @slava77 can you please review it and eventually sign? Thanks.
@rappoccio, @jdolen, @imarches, @makortel, @pvmulder, @acaudron, @GiacomoSguazzoni, @mmarionncern, @rovere, @VinInn, @ahinzmann, @nhanvtran, @schoef, @ferencek, @gpetruc, @mariadalfonso, @cerati, @dgulhan, @TaiSakuma 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.

@@ -25,7 +25,7 @@ namespace vertexTools {
iter != svTracks.end(); iter++)
{
if( std::abs((*iter)->bestTrack()->dz()-pv.z())/(*iter)->bestTrack()->dzError() < maxsigma &&
std::abs((*iter)->bestTrack()->dxy(pv.position())/(*iter)->bestTrack()->dxyError() < maxsigma )
std::abs((*iter)->bestTrack()->dxy(pv.position())/(*iter)->bestTrack()->dxyError()) < maxsigma
Copy link
Contributor

Choose a reason for hiding this comment

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

if this changes RECO, please submit a separate PR or at least make this bugfix evident in the PR subject.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I cannot right now, it is one character fix...making another PR is quite an overhead

Copy link
Contributor

Choose a reason for hiding this comment

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

please at least update the subject of the PR to mention this bugfix (it's going to affect the cand-based taggers, right?)

@slava77
Copy link
Contributor

slava77 commented Jul 8, 2015

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 8, 2015

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 8, 2015

@monttj
Copy link
Contributor

monttj commented Jul 13, 2015

+1
no issues on this PR

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (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

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