Skip to content
Snippets Groups Projects
Commit 41a84de6 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'gcc11.InDetTrackSelectionTool-20201214' into 'master'

InDetTrackSelectionTool: Fix compilation with gcc11.

See merge request atlas/athena!39182
parents 323e7b48 e39565a8
No related branches found
No related tags found
No related merge requests found
// -*- c++ -*- // -*- c++ -*-
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
// InDetTrackAccessor.h // InDetTrackAccessor.h
...@@ -89,7 +89,7 @@ namespace InDet { ...@@ -89,7 +89,7 @@ namespace InDet {
template <size_t index_i, size_t index_j> template <size_t index_i, size_t index_j>
class ParamCovAccessor : public virtual TrackAccessor { class ParamCovAccessor : public virtual TrackAccessor {
public: public:
ParamCovAccessor<index_i, index_j>(const asg::IAsgTool*); ParamCovAccessor(const asg::IAsgTool*);
StatusCode access ( const xAOD::TrackParticle& track, StatusCode access ( const xAOD::TrackParticle& track,
const xAOD::Vertex* vertex = 0 ); const xAOD::Vertex* vertex = 0 );
#ifndef XAOD_ANALYSIS #ifndef XAOD_ANALYSIS
......
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