Skip to content
Snippets Groups Projects
Commit e508ae8e authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'clang10.LArGeoTBEC-20200710' into 'master'

LArGeoTBEC+LArGeoH62004Algs+LArGeoH62003Algs: Fix clang 10 warning.

See merge request atlas/athena!34645
parents a71b12cb 9bf8269f
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!34645LArGeoTBEC+LArGeoH62004Algs+LArGeoH62003Algs: Fix clang 10 warning.
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef LARGEOMODEL_LARDETECTORTOOLH62003_H #ifndef LARGEOMODEL_LARDETECTORTOOLH62003_H
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "GeoModelUtilities/GeoModelTool.h" #include "GeoModelUtilities/GeoModelTool.h"
class LArDetectorToolH62003 : public GeoModelTool { class LArDetectorToolH62003 final : public GeoModelTool {
public: public:
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef LArDetectorToolH62004_H #ifndef LArDetectorToolH62004_H
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "GeoModelUtilities/GeoModelTool.h" #include "GeoModelUtilities/GeoModelTool.h"
class LArDetectorToolH62004 : public GeoModelTool { class LArDetectorToolH62004 final : public GeoModelTool {
public: public:
......
/* /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef LARGEOMODEL_LARDETECTORTOOLTBEC_H #ifndef LARGEOMODEL_LARDETECTORTOOLTBEC_H
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "GeoModelUtilities/GeoModelTool.h" #include "GeoModelUtilities/GeoModelTool.h"
class LArDetectorToolTBEC : public GeoModelTool { class LArDetectorToolTBEC final : public GeoModelTool {
public: public:
......
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