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 !39182
parents 323e7b48 e39565a8
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!39182InDetTrackSelectionTool: Fix compilation with gcc11.
// -*- 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