Skip to content
Snippets Groups Projects
Commit e39565a8 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

InDetTrackSelectionTool: Fix compilation with gcc11.

Can't use full template-id as a ctor name.
parent 6f6a97cd
No related branches found
No related tags found
No related merge requests found
// -*- 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
......@@ -89,7 +89,7 @@ namespace InDet {
template <size_t index_i, size_t index_j>
class ParamCovAccessor : public virtual TrackAccessor {
public:
ParamCovAccessor<index_i, index_j>(const asg::IAsgTool*);
ParamCovAccessor(const asg::IAsgTool*);
StatusCode access ( const xAOD::TrackParticle& track,
const xAOD::Vertex* vertex = 0 );
#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