Skip to content
Snippets Groups Projects

FastTRT_Digitization+InDetEtaDependentCuts+GeoModelEnvelopes: Fix clang warnings.

Merged Scott Snyder requested to merge ssnyder/athena:clang.FastTRT_Digitization-20210104 into master
3 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
3
/*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
*/
#ifndef ForDetEnvelopeTool_h
@@ -8,7 +8,7 @@
#include "GeoModelUtilities/GeoModelTool.h"
class ForDetEnvelopeManager;
class ForDetEnvelopeTool : public GeoModelTool
class ForDetEnvelopeTool final : public GeoModelTool
{
public:
Loading