Skip to content
Snippets Groups Projects

WIP: [PRChecker] Change logic of counting visible tracks from PV

Closed Marian Stahl requested to merge mstahl_PrChecker into master
1 unresolved thread

It is suggested here to change the logic of counting the number of tracks from a PV in PrChecker. Currently all tracks that have a Velo segment are counted for nbVisible, i.e. as tracks contributing to the PV. This would also include secondary tracks that have a Velo segment.

The implementation here would only count tracks that come directly from the PV. This might not be the best way to do it either. The MR is rather intended to open a discussion on the subject.

/cc @adudziak @twojton @msokolof

Edited by Marian Stahl

Merge request reports

Pipeline #1258980 passed

Pipeline passed for 0b2845da on mstahl_PrChecker

Approval is optional

Closed by Sascha StahlSascha Stahl 5 years ago (Apr 6, 2020 4:26pm UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
500 500 if ( vertex->isPrimary() ) {
501 501 int nbVisible = 0;
502 502 for ( auto& part : mcParts ) {
503 if ( part->primaryVertex() == vertex ) {
503 if ( part->originVertex() == vertex ) {
  • assigned to @mstahl

  • Marian Stahl marked as a Work In Progress

    marked as a Work In Progress

  • Marian Stahl changed the description

    changed the description

  • Marian Stahl changed title from WIP: Change logic of visible tracks from PV to WIP: [PRChecker] Change logic of counting visible tracks from PV

    changed title from WIP: Change logic of visible tracks from PV to WIP: [PRChecker] Change logic of counting visible tracks from PV

  • Marian Stahl changed the description

    changed the description

  • mentioned in issue #132 (closed)

  • closed

  • Please register or sign in to reply
    Loading