From 8b848fabdf35cd9749098de6013f230d1fa01064 Mon Sep 17 00:00:00 2001 From: Matthew Basso <matthew.joseph.basso@cern.ch> Date: Wed, 9 Dec 2020 22:47:19 +0100 Subject: [PATCH] Update copyright statement --- .../AnalysisCommon/PATCore/PATCore/IAsgSelectionTool.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/PhysicsAnalysis/AnalysisCommon/PATCore/PATCore/IAsgSelectionTool.h b/PhysicsAnalysis/AnalysisCommon/PATCore/PATCore/IAsgSelectionTool.h index 791dea0bd9e..6e8e2db1902 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 -- GitLab