Skip to content
Snippets Groups Projects
Commit a20cc8b1 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'Claire_fixyfix' into 'master'

Make PVtracks::containers() access method const

See merge request !3709
parents 76407c5f a12ffff0
No related branches found
No related tags found
1 merge request!3709Make PVtracks::containers() access method const
Pipeline #4291995 passed
......@@ -62,7 +62,7 @@ namespace LHCb::Event::PV {
// Required to get to the velo tracks
template <typename Tag>
auto containers() {
auto containers() const {
if constexpr ( std::is_same_v<Tag, PVTrackTag::veloindex> ) { return prvelocontainers; }
}
std::array<const PrVeloTracks*, 2> prvelocontainers; // forward, backward
......
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