Skip to content
Snippets Groups Projects
Commit 4e85cca1 authored by Marco Vanadia's avatar Marco Vanadia Committed by Edward Moyse
Browse files

first test of using LeptonTaggers in MUON5

Convert r21 decorators to const Accessor for vertex fits

Previously, secondary vertex decoration was done using a syntax like

(*decorator)(*vertex) = value;

This has been changed in two places to use a const Accessor, as this
makes the logic of the decoration more obvious and might avoid some
subtle bugs with decoration. This was an attempt to resolve a warning

WARNING saveSecondaryVertices - missing "SecondaryVertexIndex" variable

but this change does not seem to fix the problem.
parent 0ad3123e
No related branches found
No related tags found
No related merge requests found
Showing
with 212 additions and 67 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment