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

TileDetDescr: Update for thread-safety checker const changes.

The thread-safety checker is getting more strict on const checks.
Fix resulting warnings.
parent f034abcf
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!49653TileDetDescr: Update for thread-safety checker const changes.
......@@ -11,6 +11,6 @@ atlas_add_library( TileDetDescr
src/Tile*.cxx
PUBLIC_HEADERS TileDetDescr
INCLUDE_DIRS ${GEOMODEL_INCLUDE_DIRS}
LINK_LIBRARIES ${GEOMODEL_LIBRARIES} CaloIdentifier AthenaKernel Identifier CaloDetDescrLib RDBAccessSvcLib
LINK_LIBRARIES ${GEOMODEL_LIBRARIES} CaloIdentifier AthenaKernel Identifier CaloDetDescrLib RDBAccessSvcLib AthenaBaseComps
PRIVATE_LINK_LIBRARIES AtlasDetDescr GaudiKernel TileIdentifier )
/*
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
#ifndef TileDddbManager_H
......@@ -8,6 +8,7 @@
#include <string>
#include <vector>
#include "RDBAccessSvc/IRDBAccessSvc.h"
#include "AthenaBaseComps/AthMessaging.h"
class IRDBRecord;
class MsgStream;
......@@ -27,6 +28,7 @@ class MsgStream;
*/
class TileDddbManager
: public AthMessaging
{
public:
enum TileSections
......@@ -316,8 +318,6 @@ class TileDddbManager
bool m_buildCuts;
bool m_buildSaddle;
MsgStream * m_log;
};
#endif
This diff is collapsed.
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