Skip to content
Snippets Groups Projects

ActsGeometry: Fix thread-safety checker warnings.

Merged Scott Snyder requested to merge ssnyder/athena:thread-new.ActsGeometry-20220929 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
/*
/*
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
*/
*/
#ifndef ACTSGEOMETRY_ACTSEXTRAPOLATIONTOOL_H
#ifndef ACTSGEOMETRY_ACTSEXTRAPOLATIONTOOL_H
@@ -116,7 +116,7 @@ public:
@@ -116,7 +116,7 @@ public:
private:
private:
std::unique_ptr<ActsExtrapolationDetail::VariantPropagator> m_varProp;
std::unique_ptr<const ActsExtrapolationDetail::VariantPropagator> m_varProp;
std::unique_ptr<const Acts::Logger> m_logger{nullptr};
std::unique_ptr<const Acts::Logger> m_logger{nullptr};
SG::ReadCondHandleKey<AtlasFieldCacheCondObj> m_fieldCacheCondObjInputKey {this, "AtlasFieldCacheCondObj", "fieldCondObj", "Name of the Magnetic Field conditions object key"};
SG::ReadCondHandleKey<AtlasFieldCacheCondObj> m_fieldCacheCondObjInputKey {this, "AtlasFieldCacheCondObj", "fieldCondObj", "Name of the Magnetic Field conditions object key"};
Loading