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

Merge branch 'master-InDetTrackingGeometry' into 'master'

Remove unnecessary mutable keyword from TRT_OverlapDescriptor::m_trtIdHelper

See merge request atlas/athena!34383
parents cdff3c02 45e6c330
No related branches found
No related tags found
No related merge requests found
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
......@@ -66,7 +66,7 @@ namespace InDet {
const Amg::Vector3D& pos,
const Amg::Vector3D& dir) const;
mutable const TRT_ID* m_trtIdHelper; //!< the Id helper
const TRT_ID* m_trtIdHelper; //!< the Id helper
double m_breakTolerance; //!< if the straight line intersection is within this fraction of the bounds - don't look for neighbours
double m_outsideTolerance; //!< accept even if it outside the bounds by this tolerance
......
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