Skip to content
Snippets Groups Projects

VxSecVertexInfo container in BTagLightSecVertexing

All threads resolved!

The private tool BTagLightSecVertexing (ATLASRECTS-5247) is now using VxSecVertexInfoContainer created in JetSecVtxFindingAlg (ATLASRECTS-5252)

Merge request reports

Pipeline #1343810 passed

Merged by Frank WinklmeierFrank Winklmeier 4 years ago (Jan 15, 2020 1:42pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
401 std::vector<ElementLink<xAOD::TrackParticleContainer> > badtrackEL;
402 (*btagIter)->setVariable<std::vector<ElementLink<xAOD::TrackParticleContainer> > >(basename, "badTracksIP", badtrackEL);
403 (*btagIter)->setDynTPELName(basename, "badTracksIP");
404 std::vector< ElementLink< xAOD::VertexContainer > > SVertexLinks;
405 (*btagIter)->setVariable<std::vector<ElementLink<xAOD::VertexContainer> > >(basename, "vertices", SVertexLinks);
406 (*btagIter)->setDynVxELName(basename, "vertices");
407 }
408 else if("JetFitter" == basename) {
409 std::vector< ElementLink< xAOD::TrackParticleContainer > > tracksAtPVlinks;
410 (*btagIter)->setVariable<std::vector< ElementLink< xAOD::TrackParticleContainer > > >(basename, "tracksAtPVlinks", tracksAtPVlinks);
411 (*btagIter)->setDynTPELName(basename, "tracksAtPVlinks");
412 }
420 413 }
421 //return StatusCode::SUCCESS;
422 //MANU break to mimick what was done before. To be fixed. AFT-297
423 break;
  • This merge request affects 1 package:

    • PhysicsAnalysis/JetTagging/JetTagAlgs/BTagging

    Adding @dguest ,@guirriec ,@lidiaz as watchers

  • :white_check_mark: CI Result SUCCESS (hash a1f1d04d)

    Athena AthSimulation
    externals :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark:
    make :white_check_mark: :white_check_mark:
    required tests :white_check_mark: :white_check_mark:
    optional tests :white_check_mark: :white_check_mark:

    Full details available on this CI monitor view
    :white_check_mark: Athena: number of compilation errors 0, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 8156]

  • Magdalena Slawinska resolved all threads

    resolved all threads

  • mentioned in commit 04eb4f8c

  • Please register or sign in to reply
    Loading