Skip to content
Snippets Groups Projects
Commit 92963b53 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'clang10.GeoModelExamples-20200707' into 'master'

GeoModelExamples+TileGeoModel: Fix clang 10 warnings.

See merge request atlas/athena!34521
parents 67e13ea5 d5c121a3
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
*/ */
#ifndef CentralScrutinizer_h #ifndef CentralScrutinizer_h
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#endif #endif
class CentralScrutinizer : public GeoVDetectorElement class CentralScrutinizer final : public GeoVDetectorElement
{ {
public: public:
CentralScrutinizer(const GeoVFullPhysVol *fullPhysVol); CentralScrutinizer(const GeoVFullPhysVol *fullPhysVol);
......
/* /*
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 ForwardScrutinizer_h #ifndef ForwardScrutinizer_h
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "Identifier/Identifier.h" #include "Identifier/Identifier.h"
#endif #endif
class ForwardScrutinizer : public GeoVDetectorElement class ForwardScrutinizer final : public GeoVDetectorElement
{ {
public: public:
ForwardScrutinizer(const GeoVFullPhysVol *fullPhysVol); ForwardScrutinizer(const GeoVFullPhysVol *fullPhysVol);
......
/* /*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
#ifndef GEOMODELEXAMPLES_TOYDETECTORTOOL_H #ifndef GEOMODELEXAMPLES_TOYDETECTORTOOL_H
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "GeoModelUtilities/GeoModelTool.h" #include "GeoModelUtilities/GeoModelTool.h"
#include "GeoModelKernel/GeoPVConstLink.h" #include "GeoModelKernel/GeoPVConstLink.h"
class ToyDetectorTool : public GeoModelTool class ToyDetectorTool final : public GeoModelTool
{ {
public: public:
ToyDetectorTool( const std::string& type, const std::string& name, const IInterface* parent ); ToyDetectorTool( const std::string& type, const std::string& name, const IInterface* parent );
......
/* /*
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 TileDetectorTool_H #ifndef TileDetectorTool_H
...@@ -13,7 +13,7 @@ class MsgStream; ...@@ -13,7 +13,7 @@ class MsgStream;
class StoreGateSvc; class StoreGateSvc;
class TileDetDescrManager; class TileDetDescrManager;
class TileDetectorTool : public GeoModelTool class TileDetectorTool 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