From c78bb79659750097e062859c2589a9102d4f0961 Mon Sep 17 00:00:00 2001 From: John Chapman <jchapman@cern.ch> Date: Mon, 15 Jul 2019 11:11:32 +0200 Subject: [PATCH] Fix comments in two G4AtlasInterface classes --- .../G4AtlasInterfaces/IAddPhysicsDecayTool.h | 4 ++-- .../G4AtlasInterfaces/G4AtlasInterfaces/IPhysicsOptionTool.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Simulation/G4Atlas/G4AtlasInterfaces/G4AtlasInterfaces/IAddPhysicsDecayTool.h b/Simulation/G4Atlas/G4AtlasInterfaces/G4AtlasInterfaces/IAddPhysicsDecayTool.h index e3960544b4d..07de1e20e27 100644 --- a/Simulation/G4Atlas/G4AtlasInterfaces/G4AtlasInterfaces/IAddPhysicsDecayTool.h +++ b/Simulation/G4Atlas/G4AtlasInterfaces/G4AtlasInterfaces/IAddPhysicsDecayTool.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #ifndef G4ATLASINTERFACES_IAddPhysicsDecayTool_H @@ -9,7 +9,7 @@ class G4String; -/** @class IPhysicsListTool IPhysicsListTool.h "G4AtlasInterfaces/IPhysicsListTool.h" +/** @class IAddPhysicsDecayTool IAddPhysicsDecayTool.h "G4AtlasInterfaces/IAddPhysicsDecayTool.h" * * Abstract interface to Geant4 Physics list classes * diff --git a/Simulation/G4Atlas/G4AtlasInterfaces/G4AtlasInterfaces/IPhysicsOptionTool.h b/Simulation/G4Atlas/G4AtlasInterfaces/G4AtlasInterfaces/IPhysicsOptionTool.h index 58a11aa743a..49aee98fa35 100644 --- a/Simulation/G4Atlas/G4AtlasInterfaces/G4AtlasInterfaces/IPhysicsOptionTool.h +++ b/Simulation/G4Atlas/G4AtlasInterfaces/G4AtlasInterfaces/IPhysicsOptionTool.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ #ifndef G4ATLASINTERFACES_IPHYSICSOPTIONTOOL_H @@ -9,7 +9,7 @@ class G4String; class G4VPhysicsConstructor; -/** @class IPhysicsListTool IPhysicsListTool.h "G4AtlasInterfaces/IPhysicsListTool.h" +/** @class IPhysicsOptionTool IPhysicsOptionTool.h "G4AtlasInterfaces/IPhysicsOptionTool.h" * * Abstract interface to Geant4 Physics list classes * -- GitLab