VxSecVertexInfo container in BTagLightSecVertexing
Merged
requested to merge guirriec/athena:master_VxSecVertexInfoContainer_in_BTagLightSecVertexing into master
All threads resolved!
The private tool BTagLightSecVertexing (ATLASRECTS-5247) is now using VxSecVertexInfoContainer created in JetSecVtxFindingAlg (ATLASRECTS-5252)
Merge request reports
Activity
Filter activity
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; added Analysis BTagging Derivation JetEtmiss master review-pending-level-1 labels
- Resolved by Magdalena Slawinska
CI Result SUCCESS (hash a1f1d04d) Athena AthSimulation externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 8156] added review-approved label and removed review-pending-level-1 label
mentioned in commit 04eb4f8c
added sweep:ignore label