diff --git a/PhysicsAnalysis/AnalysisCommon/PATCore/PATCore/IAsgSelectionTool.h b/PhysicsAnalysis/AnalysisCommon/PATCore/PATCore/IAsgSelectionTool.h index 791dea0bd9e28e910ff64d45da45849ab38590df..6e8e2db1902e75551b246c6bc9f1b8bcdc3696f9 100644 --- a/PhysicsAnalysis/AnalysisCommon/PATCore/PATCore/IAsgSelectionTool.h +++ b/PhysicsAnalysis/AnalysisCommon/PATCore/PATCore/IAsgSelectionTool.h @@ -1,7 +1,7 @@ ///////////////////////// -*- C++ -*- ///////////////////////////// /* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ // IAsgSelectionTool.h @@ -11,9 +11,6 @@ #ifndef PATCORE_IASGSELECTIONTOOL_H #define PATCORE_IASGSELECTIONTOOL_H 1 -// STL includes - - // FrameWork includes #include "AsgTools/IAsgTool.h" @@ -26,7 +23,6 @@ namespace xAOD{ class IParticle; } - class IAsgSelectionTool : virtual public asg::IAsgTool { @@ -51,6 +47,6 @@ class IAsgSelectionTool virtual asg::AcceptData accept( const xAOD::IParticle* /*part*/ ) const = 0; -}; +}; #endif //> !PATCORE_IASGSELECTIONTOOL_H