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

Merge branch 'thread-new.ActsGeometry-20220929' into 'master'

ActsGeometry: Fix thread-safety checker warnings.

See merge request !57158
parents 52f59830 08df51d6
16 merge requests!59674InDetPerformanceMonitoring with LumiBlock selection,!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!58990Draft:Fixing bug in FTF config when running with Reco_tf,!58835DataQualityConfigurations: Modify L1Calo config for web display,!58791DataQualityConfigurations: Modify L1Calo config for web display,!58373Modification of V2.3 processing to work well with all clients,!58289New NVSI calibration,!58286New NVSI calibration,!58106Update NVSI example algorithm,!57937Draft: New nighlty test for trigger with a Run 4 single muon RDO,!57841Edits to ZDC signal processing in preparation for analysis of data from LHCf run,!57590Fixing LAr DT dumper,!57584Draft: LAr DB fixes,!57316ATR-26311 and ATR-25754 moving one dimuon and few egamma chains from dev to phys or MC,!57158ActsGeometry: Fix thread-safety checker warnings.,!57090ATLASRECTS-7305: fixes for large cluster building
/*
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
......@@ -116,7 +116,7 @@ public:
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};
SG::ReadCondHandleKey<AtlasFieldCacheCondObj> m_fieldCacheCondObjInputKey {this, "AtlasFieldCacheCondObj", "fieldCondObj", "Name of the Magnetic Field conditions object key"};
......
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