From ec79ea578739fe92f4912b437736e13dab26fa5a Mon Sep 17 00:00:00 2001 From: Nils Krumnack <krumnack@iastate.edu> Date: Fri, 2 Oct 2020 13:15:28 -0500 Subject: [PATCH] remove AsgTools/AsgMessaging*.h This is superseced by AsgMessaging/AsgMessaging*.h, though in some places extra includes are needed. --- .../AsgTools/AsgTools/AsgMessaging.h | 17 ----------------- .../AsgTools/AsgTools/AsgMessagingForward.h | 16 ---------------- .../Root/InDetSecVtxTrackAccessor.h | 2 +- .../Root/InDetTrackAccessor.cxx | 1 + .../Root/InDetTrackAccessor.h | 3 ++- .../AsgxAODNTupleMakerAlg.h | 2 +- .../AsgAnalysisAlgorithms/TreeFillerAlg.h | 2 +- .../SystematicsHandles/SysCopyHandle.h | 2 +- .../SystematicsHandles/SysDecorationHandle.h | 2 +- .../SystematicsHandles/SysListHandle.h | 2 +- .../SystematicsHandles/SysReadHandle.h | 2 +- .../SystematicsHandles/SysReadHandleArray.h | 2 +- .../SystematicsHandles/SysWriteHandle.h | 2 +- .../AssociationUtils/MuJetGhostDRMatcher.h | 2 +- .../AssociationUtils/AssociationUtils/ToolBox.h | 2 +- .../Root/PhotonHelpers.cxx | 2 +- .../TElectronEfficiencyCorrectionTool.h | 2 +- .../util/EgEfficiencyCorr_mem_check.cxx | 2 +- .../util/Messaging.h | 2 +- .../util/testEgChargeCorr.cxx | 2 +- .../EgammaCalibrationAndSmearingTool.h | 2 +- .../EgammaFactory.h | 2 +- .../GainUncertainty.h | 2 +- .../LArTemperatureCorrectionTool.h | 2 +- .../egammaEnergyCorrectionTool.h | 2 +- .../get_MaterialResolutionEffect.h | 2 +- ...sgElectronPhotonIsEMSelectorConfigHelper.cxx | 2 +- .../Root/ElectronSelectorHelpers.cxx | 2 +- .../Root/TElectronIsEMSelector.h | 3 ++- .../Root/TElectronLikelihoodTool.h | 3 ++- .../Root/TForwardElectronIsEMSelector.h | 3 ++- .../Root/TPhotonIsEMSelector.h | 3 ++- .../util/testEGChargeIDSelector.cxx | 2 +- .../IsolationCorrections/IsolationCorrection.h | 2 +- .../IsolationCorrectionTool.h | 2 +- .../egammaMVACalibAnalysis/egammaMVACalib.h | 2 +- .../egammaMVACalibAnalysis/egammaMVATree.h | 2 +- .../util/testClusterMVACalib.cxx | 2 +- .../JetSelectorTools/Root/EventCleaningTool.cxx | 2 +- .../JetSelectorTools/Root/JetCleaningTool.cxx | 2 +- .../JetUncertainties/ConfigHelper.h | 3 ++- .../JetUncertainties/CorrelationMatrix.h | 2 +- .../JetUncertainties/UncertaintyComponent.h | 2 +- .../JetUncertainties/UncertaintyGroup.h | 2 +- .../JetUncertainties/UncertaintyHistogram.h | 3 ++- .../JetUncertainties/UncertaintySet.h | 3 ++- .../Jet/JetUncertainties/util/OptionHelper.h | 2 +- .../PanTauAlgs/PanTauAlgs/HelperFunctions.h | 2 +- .../egammaLayerRecalibTool.h | 2 +- .../egammaMVACalib/egammaMVAFunctions.h | 2 +- .../tauRecTools/tauRecTools/BDTHelper.h | 2 +- .../tauRecTools/tauRecTools/TauJetRNN.h | 2 +- .../tauRecTools/tauRecTools/TauJetRNNUtils.h | 2 +- Tools/PathResolver/PathResolver/PathResolver.h | 2 +- .../Root/BunchCrossing.cxx | 2 +- .../TrigBunchCrossingTool/Root/BunchTrain.cxx | 2 +- .../TrigDecisionTool/CacheGlobalMemory.h | 2 +- .../DecisionObjectHandleAthena.h | 2 +- .../DecisionObjectHandleEventInfo.h | 2 +- .../DecisionObjectHandleStandalone.h | 2 +- .../TrigDecisionTool/DecisionUnpackerAthena.h | 2 +- .../DecisionUnpackerEventInfo.h | 2 +- .../DecisionUnpackerStandalone.h | 2 +- .../TrigDecisionTool/TrigDecisionTool/Logger.h | 2 +- .../Root/MinimalSumAssociation.h | 2 +- .../MatchingImplementation.h | 2 +- .../TrigNavStructure/TrigHolderStructure.h | 2 +- .../TrigNavStructure/TypedHolder.h | 2 +- .../TrigNavigation/FullHolderFactory.h | 2 +- .../TrigMultiVarHypo/tools/RingerSelectorTool.h | 2 +- .../tools/common/RingerReader.h | 2 +- 71 files changed, 77 insertions(+), 101 deletions(-) delete mode 100644 Control/AthToolSupport/AsgTools/AsgTools/AsgMessaging.h delete mode 100644 Control/AthToolSupport/AsgTools/AsgTools/AsgMessagingForward.h diff --git a/Control/AthToolSupport/AsgTools/AsgTools/AsgMessaging.h b/Control/AthToolSupport/AsgTools/AsgTools/AsgMessaging.h deleted file mode 100644 index cf6f1a5d6708..000000000000 --- a/Control/AthToolSupport/AsgTools/AsgTools/AsgMessaging.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration -*/ - -#ifndef FILE_AsgTools_AsgMessaging_h -#define FILE_AsgTools_AsgMessaging_h - -// this file is likely used in a variety of places, so this warning is -// disabled in 21.2. once this gets swept to master it may be a good -// idea to include this warning and remove all the users. - -// #warning "use of this file is deprecated, please include the header from AsgMessaging instead" - -#include <AsgMessaging/AsgMessaging.h> -#include <AsgTools/IAsgTool.h> - -#endif diff --git a/Control/AthToolSupport/AsgTools/AsgTools/AsgMessagingForward.h b/Control/AthToolSupport/AsgTools/AsgTools/AsgMessagingForward.h deleted file mode 100644 index 9cbd12a981e1..000000000000 --- a/Control/AthToolSupport/AsgTools/AsgTools/AsgMessagingForward.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration -*/ - -#ifndef FILE_AsgTools_AsgMessagingForward_h -#define FILE_AsgTools_AsgMessagingForward_h - -// this file is likely used in a variety of places, so this warning is -// disabled in 21.2. once this gets swept to master it may be a good -// idea to include this warning and remove all the users. - -// #warning "use of this file is deprecated, please include the header from AsgMessaging instead" - -#include <AsgMessaging/AsgMessagingForward.h> - -#endif diff --git a/InnerDetector/InDetRecTools/InDetSecVtxTrackSelectionTool/Root/InDetSecVtxTrackAccessor.h b/InnerDetector/InDetRecTools/InDetSecVtxTrackSelectionTool/Root/InDetSecVtxTrackAccessor.h index 7dc22e302c4c..531b06679ecd 100644 --- a/InnerDetector/InDetRecTools/InDetSecVtxTrackSelectionTool/Root/InDetSecVtxTrackAccessor.h +++ b/InnerDetector/InDetRecTools/InDetSecVtxTrackSelectionTool/Root/InDetSecVtxTrackAccessor.h @@ -10,7 +10,7 @@ #define INDETSECVTXTRACKSELECTIONTOOL_INDETTRACKACCESSOR_H #include "AsgMessaging/StatusCode.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "xAODTracking/TrackingPrimitives.h" #include "xAODTracking/TrackParticle.h" diff --git a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/Root/InDetTrackAccessor.cxx b/InnerDetector/InDetRecTools/InDetTrackSelectionTool/Root/InDetTrackAccessor.cxx index 30f3751afefa..bac83c331e9a 100644 --- a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/Root/InDetTrackAccessor.cxx +++ b/InnerDetector/InDetRecTools/InDetTrackSelectionTool/Root/InDetTrackAccessor.cxx @@ -10,6 +10,7 @@ #include "InDetTrackAccessor.h" #include "InDetTrackSelectionTool/InDetTrackSelectionTool.h" +#include "AsgTools/IAsgTool.h" #include "xAODTracking/TrackParticle.h" #include "xAODTracking/Vertex.h" #ifndef XAOD_ANALYSIS diff --git a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/Root/InDetTrackAccessor.h b/InnerDetector/InDetRecTools/InDetTrackSelectionTool/Root/InDetTrackAccessor.h index 86c3b9b7e5e8..f7891ef01b04 100644 --- a/InnerDetector/InDetRecTools/InDetTrackSelectionTool/Root/InDetTrackAccessor.h +++ b/InnerDetector/InDetRecTools/InDetTrackSelectionTool/Root/InDetTrackAccessor.h @@ -11,7 +11,8 @@ #define INDETTRACKSELECTIONTOOL_INDETTRACKACCESSOR_H #include "AsgMessaging/StatusCode.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" +#include "AsgTools/IAsgTool.h" #include "xAODTracking/TrackingPrimitives.h" #include "xAODTracking/TrackParticle.h" #include "xAODTracking/Vertex.h" diff --git a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/AsgxAODNTupleMakerAlg.h b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/AsgxAODNTupleMakerAlg.h index 50df447893fa..64a4f28a794b 100644 --- a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/AsgxAODNTupleMakerAlg.h +++ b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/AsgxAODNTupleMakerAlg.h @@ -13,7 +13,7 @@ #include <list> // Framework include(s): -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "AnaAlgorithm/AnaAlgorithm.h" #include "SystematicsHandles/SysListHandle.h" diff --git a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/TreeFillerAlg.h b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/TreeFillerAlg.h index d845bedb3bf7..366a5d6ac13f 100644 --- a/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/TreeFillerAlg.h +++ b/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/AsgAnalysisAlgorithms/TreeFillerAlg.h @@ -13,7 +13,7 @@ #include <list> // Framework include(s): -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "AnaAlgorithm/AnaAlgorithm.h" #include "SystematicsHandles/SysListHandle.h" diff --git a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysCopyHandle.h b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysCopyHandle.h index 7f7e5f62705e..eff0a36901e6 100644 --- a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysCopyHandle.h +++ b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysCopyHandle.h @@ -9,7 +9,7 @@ #define SYSTEMATICS_HANDLES__SYS_COPY_HANDLE_H #include <AnaAlgorithm/AnaAlgorithm.h> -#include <AsgTools/AsgMessagingForward.h> +#include <AsgMessaging/AsgMessagingForward.h> #include <PATInterfaces/SystematicSet.h> #include <SystematicsHandles/ISysHandleBase.h> #include <string> diff --git a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysDecorationHandle.h b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysDecorationHandle.h index 5c736c3aaf41..df90f77764a1 100644 --- a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysDecorationHandle.h +++ b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysDecorationHandle.h @@ -9,7 +9,7 @@ #define SYSTEMATICS_HANDLES__SYS_DECORATION_HANDLE_H #include <AnaAlgorithm/AnaAlgorithm.h> -#include <AsgTools/AsgMessagingForward.h> +#include <AsgMessaging/AsgMessagingForward.h> #include <AthContainers/AuxElement.h> #include <PATInterfaces/SystematicSet.h> #include <SystematicsHandles/ISysHandleBase.h> diff --git a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysListHandle.h b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysListHandle.h index 53ec9d7a325a..37e1a352225d 100644 --- a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysListHandle.h +++ b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysListHandle.h @@ -9,7 +9,7 @@ #define SYSTEMATICS_HANDLES__SYS_LIST_HANDLE_H #include <AnaAlgorithm/AnaAlgorithm.h> -#include <AsgTools/AsgMessagingForward.h> +#include <AsgMessaging/AsgMessagingForward.h> #include <PATInterfaces/SystematicSet.h> #include <SystematicsHandles/SysListType.h> #include <functional> diff --git a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysReadHandle.h b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysReadHandle.h index ae7c304c77fe..6ed8323bac19 100644 --- a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysReadHandle.h +++ b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysReadHandle.h @@ -9,7 +9,7 @@ #define SYSTEMATICS_HANDLES__SYS_READ_HANDLE_H #include <AnaAlgorithm/AnaAlgorithm.h> -#include <AsgTools/AsgMessagingForward.h> +#include <AsgMessaging/AsgMessagingForward.h> #include <PATInterfaces/SystematicSet.h> #include <SystematicsHandles/ISysHandleBase.h> #include <string> diff --git a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysReadHandleArray.h b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysReadHandleArray.h index 614541e0cf96..2d6c23ac32cb 100644 --- a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysReadHandleArray.h +++ b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysReadHandleArray.h @@ -9,7 +9,7 @@ #define SYSTEMATICS_HANDLES__SYS_READ_HANDLE_ARRAY_H #include <AnaAlgorithm/AnaAlgorithm.h> -#include <AsgTools/AsgMessagingForward.h> +#include <AsgMessaging/AsgMessagingForward.h> #include <PATInterfaces/SystematicSet.h> #include <SystematicsHandles/ISysHandleBase.h> #include <boost/functional/hash.hpp> diff --git a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysWriteHandle.h b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysWriteHandle.h index 81d7a20202b2..ce28b3dc8ca2 100644 --- a/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysWriteHandle.h +++ b/PhysicsAnalysis/Algorithms/SystematicsHandles/SystematicsHandles/SysWriteHandle.h @@ -9,7 +9,7 @@ #define SYSTEMATICS_HANDLES__SYS_WRITE_HANDLE_H #include <AnaAlgorithm/AnaAlgorithm.h> -#include <AsgTools/AsgMessagingForward.h> +#include <AsgMessaging/AsgMessagingForward.h> #include <PATInterfaces/SystematicSet.h> #include <SystematicsHandles/ISysHandleBase.h> #include <memory> diff --git a/PhysicsAnalysis/AnalysisCommon/AssociationUtils/AssociationUtils/MuJetGhostDRMatcher.h b/PhysicsAnalysis/AnalysisCommon/AssociationUtils/AssociationUtils/MuJetGhostDRMatcher.h index e174c3254514..447c0c31892d 100644 --- a/PhysicsAnalysis/AnalysisCommon/AssociationUtils/AssociationUtils/MuJetGhostDRMatcher.h +++ b/PhysicsAnalysis/AnalysisCommon/AssociationUtils/AssociationUtils/MuJetGhostDRMatcher.h @@ -9,7 +9,7 @@ #include <memory> // Infrastructure includes -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // Local includes #include "AssociationUtils/IObjectAssociator.h" diff --git a/PhysicsAnalysis/AnalysisCommon/AssociationUtils/AssociationUtils/ToolBox.h b/PhysicsAnalysis/AnalysisCommon/AssociationUtils/AssociationUtils/ToolBox.h index f3bad7e5d13a..a97b6c6cf660 100644 --- a/PhysicsAnalysis/AnalysisCommon/AssociationUtils/AssociationUtils/ToolBox.h +++ b/PhysicsAnalysis/AnalysisCommon/AssociationUtils/AssociationUtils/ToolBox.h @@ -6,7 +6,7 @@ #define ASSOCIATIONUTILS_TOOLBOX_H // Framework includes -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "AsgTools/AnaToolHandle.h" // Local includes diff --git a/PhysicsAnalysis/ElectronPhotonID/EgammaAnalysisHelpers/Root/PhotonHelpers.cxx b/PhysicsAnalysis/ElectronPhotonID/EgammaAnalysisHelpers/Root/PhotonHelpers.cxx index b2dc23c91721..099e380af8ba 100644 --- a/PhysicsAnalysis/ElectronPhotonID/EgammaAnalysisHelpers/Root/PhotonHelpers.cxx +++ b/PhysicsAnalysis/ElectronPhotonID/EgammaAnalysisHelpers/Root/PhotonHelpers.cxx @@ -6,7 +6,7 @@ #include "xAODEgamma/Photon.h" #include "xAODCaloEvent/CaloCluster.h" #include "xAODEgamma/EgammaxAODHelpers.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // ================================================================== bool PhotonHelpers::passOQquality(const xAOD::Photon *ph){ diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/TElectronEfficiencyCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/TElectronEfficiencyCorrectionTool.h index d24ab74ecbc9..8fe95146257f 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/TElectronEfficiencyCorrectionTool.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/ElectronEfficiencyCorrection/TElectronEfficiencyCorrectionTool.h @@ -31,7 +31,7 @@ class TH2; #include "TObjArray.h" // Core includes #include "PATCore/PATCoreEnums.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" namespace Root { class TElectronEfficiencyCorrectionTool : public asg::AsgMessaging diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/EgEfficiencyCorr_mem_check.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/EgEfficiencyCorr_mem_check.cxx index 0022cd08130e..48888242fb22 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/EgEfficiencyCorr_mem_check.cxx +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/EgEfficiencyCorr_mem_check.cxx @@ -16,7 +16,7 @@ http://valgrind.org/docs/manual/faq.html#faq.deflost #include <string> #include <vector> #include "EgammaAnalysisInterfaces/IAsgElectronEfficiencyCorrectionTool.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "AsgTools/AnaToolHandle.h" #ifdef XAOD_STANDALONE // xAOD include(s): diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/Messaging.h b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/Messaging.h index 536fde840aa1..a53260c4aff6 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/Messaging.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/Messaging.h @@ -4,7 +4,7 @@ #ifndef __ELECTRONEFFICIENCYCORRECTIONMESSAGING__ #define __ELECTRONEFFICIENCYCORRECTIONMESSAGING__ -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" namespace MSGHELPERS{ const asg::AsgMessaging& getMsgStream(); diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/testEgChargeCorr.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/testEgChargeCorr.cxx index daf62201577d..ef3b700e6f97 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/testEgChargeCorr.cxx +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronEfficiencyCorrection/util/testEgChargeCorr.cxx @@ -27,7 +27,7 @@ #include "xAODCore/ShallowCopy.h" //Asg includes -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "PATCore/AcceptData.h" #include "PATInterfaces/SystematicsUtil.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h index 9e3818e34354..9be0c21f1800 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaCalibrationAndSmearingTool.h @@ -16,7 +16,7 @@ #include "EgammaAnalysisInterfaces/IEgammaCalibrationAndSmearingTool.h" #include "AsgTools/AsgTool.h" #include "AsgTools/AsgMetadataTool.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "PATInterfaces/ISystematicsTool.h" #include "PATInterfaces/SystematicSet.h" #include "xAODEgamma/Electron.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaFactory.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaFactory.h index f8ff2c91bf37..250038eb298b 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaFactory.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/EgammaFactory.h @@ -15,7 +15,7 @@ #include <array> #include <memory> -#include <AsgTools/AsgMessaging.h> +#include <AsgMessaging/AsgMessaging.h> #include <xAODRootAccess/TEvent.h> #include <xAODRootAccess/TStore.h> #include <xAODEgamma/Electron.h> diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/GainUncertainty.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/GainUncertainty.h index ae355993f4e1..4dd53f2ec5ad 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/GainUncertainty.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/GainUncertainty.h @@ -5,7 +5,7 @@ #ifndef ELECTRONPHOTONFOURMOMENTUMCORRECTION_GAINUNCERTAINTYY_H #define ELECTRONPHOTONFOURMOMENTUMCORRECTION_GAINUNCERTAINTYY_H -#include <AsgTools/AsgMessaging.h> +#include <AsgMessaging/AsgMessaging.h> #include <PATCore/PATCoreEnums.h> #include <memory> #include <string> diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/LArTemperatureCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/LArTemperatureCorrectionTool.h index 928f8d91fb16..adea579b920e 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/LArTemperatureCorrectionTool.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/LArTemperatureCorrectionTool.h @@ -26,7 +26,7 @@ #include <map> #include <memory> -#include <AsgTools/AsgMessaging.h> +#include <AsgMessaging/AsgMessaging.h> #include <TFile.h> #include <TTree.h> diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/egammaEnergyCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/egammaEnergyCorrectionTool.h index e3c6401512f1..7abd7c637fcc 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/egammaEnergyCorrectionTool.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/egammaEnergyCorrectionTool.h @@ -25,7 +25,7 @@ // PAT includes #include "PATCore/PATCoreEnums.h" -#include <AsgTools/AsgMessaging.h> +#include <AsgMessaging/AsgMessaging.h> // ROOT includes diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/get_MaterialResolutionEffect.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/get_MaterialResolutionEffect.h index e0b56da73c7f..9991efa21dac 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/get_MaterialResolutionEffect.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonFourMomentumCorrection/ElectronPhotonFourMomentumCorrection/get_MaterialResolutionEffect.h @@ -8,7 +8,7 @@ #include <math.h> #include <memory> -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "TH1.h" #include "TH2D.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/AsgElectronPhotonIsEMSelectorConfigHelper.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/AsgElectronPhotonIsEMSelectorConfigHelper.cxx index 21313bfdb626..a0f88eb02410 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/AsgElectronPhotonIsEMSelectorConfigHelper.cxx +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/AsgElectronPhotonIsEMSelectorConfigHelper.cxx @@ -4,7 +4,7 @@ #include "AsgElectronPhotonIsEMSelectorConfigHelper.h" #include "ElectronPhotonSelectorTools/egammaPIDdefs.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "TEnv.h" #include <iostream> #include <sstream> diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/ElectronSelectorHelpers.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/ElectronSelectorHelpers.cxx index 50b7483a74e4..133edf56e0fc 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/ElectronSelectorHelpers.cxx +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/ElectronSelectorHelpers.cxx @@ -6,7 +6,7 @@ #include "xAODEgamma/Electron.h" #include "xAODTracking/TrackParticle.h" #include "xAODTracking/TrackParticleContainer.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // ================================================================== std::size_t ElectronSelectorHelpers::numberOfPixelHitsAndDeadSensors(const xAOD::TrackParticle *tp){ diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TElectronIsEMSelector.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TElectronIsEMSelector.h index eeb4de303381..e4711ac0b794 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TElectronIsEMSelector.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TElectronIsEMSelector.h @@ -21,7 +21,8 @@ #include "PATCore/AcceptInfo.h" #include "PATCore/AcceptData.h" #include "ElectronPhotonSelectorTools/egammaPIDdefs.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" +#include "AsgMessaging/StatusCode.h" #include <vector> #include <string> diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TElectronLikelihoodTool.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TElectronLikelihoodTool.h index f8b4137ab614..cc7a6066388d 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TElectronLikelihoodTool.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TElectronLikelihoodTool.h @@ -20,7 +20,8 @@ June 2011 #define TELECTRONLIKELIHOODTOOL_H // Include the return objects and the base class -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" +#include "AsgTools/IAsgTool.h" #include "PATCore/AcceptData.h" #include "PATCore/AcceptInfo.h" // diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TForwardElectronIsEMSelector.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TForwardElectronIsEMSelector.h index 1ee2cb9f585c..65ab7be7afc6 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TForwardElectronIsEMSelector.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TForwardElectronIsEMSelector.h @@ -20,7 +20,8 @@ // ROOT includes // Include the return object and the base class #include "ElectronPhotonSelectorTools/egammaPIDdefs.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" +#include "AsgMessaging/StatusCode.h" #include "PATCore/AcceptInfo.h" #include "PATCore/AcceptData.h" #include <vector> diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TPhotonIsEMSelector.h b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TPhotonIsEMSelector.h index a598d76e450b..e00cdebbf343 100755 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TPhotonIsEMSelector.h +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/Root/TPhotonIsEMSelector.h @@ -26,7 +26,8 @@ #include "PATCore/AcceptInfo.h" #include "PATCore/AcceptData.h" #include "ElectronPhotonSelectorTools/egammaPIDdefs.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" +#include "AsgMessaging/StatusCode.h" #include <vector> #include <string> diff --git a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/util/testEGChargeIDSelector.cxx b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/util/testEGChargeIDSelector.cxx index ba1c723f13e5..8e279eb9418b 100644 --- a/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/util/testEGChargeIDSelector.cxx +++ b/PhysicsAnalysis/ElectronPhotonID/ElectronPhotonSelectorTools/util/testEGChargeIDSelector.cxx @@ -22,7 +22,7 @@ #include "ElectronPhotonSelectorTools/AsgElectronIsEMSelector.h" #include "ElectronPhotonSelectorTools/AsgElectronLikelihoodTool.h" #include "ElectronPhotonSelectorTools/AsgElectronChargeIDSelectorTool.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // Derivation include #include "xAODCore/tools/IOStats.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrection.h b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrection.h index e066ad1b6ad5..069c8e49a048 100644 --- a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrection.h +++ b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrection.h @@ -6,7 +6,7 @@ #define ISOLATIONCORRECTION_ISOLATIONCORRECTION_H #include "AsgTools/AsgTool.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "TGraph.h" #include "TObject.h" #include "TF1.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrectionTool.h b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrectionTool.h index 97db502c9e02..717d48646fc3 100644 --- a/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrectionTool.h +++ b/PhysicsAnalysis/ElectronPhotonID/IsolationCorrections/IsolationCorrections/IsolationCorrectionTool.h @@ -7,7 +7,7 @@ #include "AsgTools/AsgTool.h" #include "AsgTools/AsgMetadataTool.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "IsolationCorrections/IIsolationCorrectionTool.h" #include "IsolationCorrections/IsolationCorrection.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/egammaMVACalibAnalysis/egammaMVACalib.h b/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/egammaMVACalibAnalysis/egammaMVACalib.h index 12a56cc68298..f74249559a65 100644 --- a/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/egammaMVACalibAnalysis/egammaMVACalib.h +++ b/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/egammaMVACalibAnalysis/egammaMVACalib.h @@ -14,7 +14,7 @@ #include <TString.h> #include <TObject.h> #include <TFile.h> -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" class TTreeFormula; class TList; diff --git a/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/egammaMVACalibAnalysis/egammaMVATree.h b/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/egammaMVACalibAnalysis/egammaMVATree.h index 2723ea295ea4..feba6d672a1d 100644 --- a/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/egammaMVACalibAnalysis/egammaMVATree.h +++ b/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/egammaMVACalibAnalysis/egammaMVATree.h @@ -25,7 +25,7 @@ #include <TTree.h> #include <TLorentzVector.h> -#include <AsgTools/AsgMessaging.h> +#include <AsgMessaging/AsgMessaging.h> #include "egammaMVACalib/egammaMVALayerDepth.h" #include "egammaMVACalib/egammaMVAFunctions.h" diff --git a/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/util/testClusterMVACalib.cxx b/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/util/testClusterMVACalib.cxx index 683cbbae93d8..863b786a29db 100644 --- a/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/util/testClusterMVACalib.cxx +++ b/PhysicsAnalysis/ElectronPhotonID/egammaMVACalibAnalysis/util/testClusterMVACalib.cxx @@ -27,7 +27,7 @@ #include "xAODCore/AuxContainerBase.h" #include "egammaMVACalibAnalysis/egammaMVATool.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // Infrastructure include(s): #ifdef ROOTCORE diff --git a/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/Root/EventCleaningTool.cxx b/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/Root/EventCleaningTool.cxx index 5e7cdad30b0a..679ad8518d90 100644 --- a/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/Root/EventCleaningTool.cxx +++ b/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/Root/EventCleaningTool.cxx @@ -21,7 +21,7 @@ Description: Class for selecting events that pass recommended jet cleaning proce #include "xAODEventInfo/EventInfo.h" // xAOD/ASG includes -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // STL includes #include <iostream> diff --git a/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/Root/JetCleaningTool.cxx b/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/Root/JetCleaningTool.cxx index b67461f54688..1824091d138d 100644 --- a/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/Root/JetCleaningTool.cxx +++ b/PhysicsAnalysis/JetMissingEtID/JetSelectorTools/Root/JetCleaningTool.cxx @@ -16,7 +16,7 @@ Description: Class for selecting jets that pass some cleaning cuts #include "JetSelectorTools/Helpers.h" // xAOD/ASG includes -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // STL includes #include <iostream> diff --git a/Reconstruction/Jet/JetUncertainties/JetUncertainties/ConfigHelper.h b/Reconstruction/Jet/JetUncertainties/JetUncertainties/ConfigHelper.h index f62e05744d34..6796dc875bc9 100644 --- a/Reconstruction/Jet/JetUncertainties/JetUncertainties/ConfigHelper.h +++ b/Reconstruction/Jet/JetUncertainties/JetUncertainties/ConfigHelper.h @@ -7,7 +7,8 @@ #include "JetUncertainties/UncertaintyEnum.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" +#include "AsgMessaging/StatusCode.h" #include "TString.h" class TEnv; diff --git a/Reconstruction/Jet/JetUncertainties/JetUncertainties/CorrelationMatrix.h b/Reconstruction/Jet/JetUncertainties/JetUncertainties/CorrelationMatrix.h index 1d8e62e488ca..963e89bcf76a 100644 --- a/Reconstruction/Jet/JetUncertainties/JetUncertainties/CorrelationMatrix.h +++ b/Reconstruction/Jet/JetUncertainties/JetUncertainties/CorrelationMatrix.h @@ -5,7 +5,7 @@ #ifndef JETUNCERTAINTIES_CORRELATIONMATRIX_H #define JETUNCERTAINTIES_CORRELATIONMATRIX_H -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "JetUncertainties/JetUncertaintiesTool.h" #include "xAODJet/Jet.h" diff --git a/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyComponent.h b/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyComponent.h index cb409649b31a..d2b63963b484 100644 --- a/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyComponent.h +++ b/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyComponent.h @@ -12,7 +12,7 @@ #include "xAODJet/Jet.h" #include "xAODEventInfo/EventInfo.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "TString.h" diff --git a/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyGroup.h b/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyGroup.h index 691379a91416..aeaa5ea3f869 100644 --- a/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyGroup.h +++ b/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyGroup.h @@ -12,7 +12,7 @@ #include "xAODJet/Jet.h" #include "xAODEventInfo/EventInfo.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "TString.h" diff --git a/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyHistogram.h b/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyHistogram.h index 513e88073ebd..33afa2969a19 100644 --- a/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyHistogram.h +++ b/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintyHistogram.h @@ -5,7 +5,8 @@ #ifndef JETUNCERTAINTIES_UNCERTAINTYHISTOGRAM_H #define JETUNCERTAINTIES_UNCERTAINTYHISTOGRAM_H -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" +#include "AsgMessaging/StatusCode.h" #include "TString.h" #include "TH1.h" diff --git a/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintySet.h b/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintySet.h index cc8b53f49e1d..172cba68143a 100644 --- a/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintySet.h +++ b/Reconstruction/Jet/JetUncertainties/JetUncertainties/UncertaintySet.h @@ -11,7 +11,8 @@ #include "xAODEventInfo/EventInfo.h" #include "PATInterfaces/SystematicSet.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" +#include "AsgTools/IAsgTool.h" #include <string> #include <vector> diff --git a/Reconstruction/Jet/JetUncertainties/util/OptionHelper.h b/Reconstruction/Jet/JetUncertainties/util/OptionHelper.h index 7f6a0c0cb2da..c415a4171800 100644 --- a/Reconstruction/Jet/JetUncertainties/util/OptionHelper.h +++ b/Reconstruction/Jet/JetUncertainties/util/OptionHelper.h @@ -5,7 +5,7 @@ #ifndef JETUNCERTAINTIES_OPTIONHELPER_H #define JETUNCERTAINTIES_OPTIONHELPER_H -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include <vector> #include <utility> #include "TString.h" diff --git a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/HelperFunctions.h b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/HelperFunctions.h index 834be475c3db..85edf36a9dcd 100644 --- a/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/HelperFunctions.h +++ b/Reconstruction/PanTau/PanTauAlgs/PanTauAlgs/HelperFunctions.h @@ -11,7 +11,7 @@ #include <string> #include <iostream> -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "AsgTools/ToolHandle.h" #include "xAODTau/TauJet.h" diff --git a/Reconstruction/egamma/egammaLayerRecalibTool/egammaLayerRecalibTool/egammaLayerRecalibTool.h b/Reconstruction/egamma/egammaLayerRecalibTool/egammaLayerRecalibTool/egammaLayerRecalibTool.h index 7ce654111324..5f8b13382905 100644 --- a/Reconstruction/egamma/egammaLayerRecalibTool/egammaLayerRecalibTool/egammaLayerRecalibTool.h +++ b/Reconstruction/egamma/egammaLayerRecalibTool/egammaLayerRecalibTool/egammaLayerRecalibTool.h @@ -26,7 +26,7 @@ #include <memory> #include "AsgTools/AsgTool.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "xAODEgamma/Egamma.h" #include "xAODCaloEvent/CaloCluster.h" #include "xAODEventInfo/EventInfo.h" diff --git a/Reconstruction/egamma/egammaMVACalib/egammaMVACalib/egammaMVAFunctions.h b/Reconstruction/egamma/egammaMVACalib/egammaMVACalib/egammaMVAFunctions.h index 900f75b92f18..754e4858141c 100644 --- a/Reconstruction/egamma/egammaMVACalib/egammaMVACalib/egammaMVAFunctions.h +++ b/Reconstruction/egamma/egammaMVACalib/egammaMVACalib/egammaMVAFunctions.h @@ -14,7 +14,7 @@ #include "egammaMVALayerDepth.h" // for the ConversionHelper (deprecated?) -#include <AsgTools/AsgMessaging.h> +#include <AsgMessaging/AsgMessaging.h> #include "TLorentzVector.h" diff --git a/Reconstruction/tauRecTools/tauRecTools/BDTHelper.h b/Reconstruction/tauRecTools/tauRecTools/BDTHelper.h index cc63113ee2aa..73dfa99f4666 100644 --- a/Reconstruction/tauRecTools/tauRecTools/BDTHelper.h +++ b/Reconstruction/tauRecTools/tauRecTools/BDTHelper.h @@ -5,7 +5,7 @@ #ifndef TAURECTOOLS_BDTHELPER_H #define TAURECTOOLS_BDTHELPER_H -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "AsgMessaging/StatusCode.h" #include "xAODTau/TauJet.h" #include "MVAUtils/BDT.h" diff --git a/Reconstruction/tauRecTools/tauRecTools/TauJetRNN.h b/Reconstruction/tauRecTools/tauRecTools/TauJetRNN.h index 53842ed3d0f3..6db5ee4a8cc2 100644 --- a/Reconstruction/tauRecTools/tauRecTools/TauJetRNN.h +++ b/Reconstruction/tauRecTools/tauRecTools/TauJetRNN.h @@ -7,7 +7,7 @@ #include <memory> -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "xAODTau/TauJet.h" diff --git a/Reconstruction/tauRecTools/tauRecTools/TauJetRNNUtils.h b/Reconstruction/tauRecTools/tauRecTools/TauJetRNNUtils.h index 1b5b3665864c..f53752499a62 100644 --- a/Reconstruction/tauRecTools/tauRecTools/TauJetRNNUtils.h +++ b/Reconstruction/tauRecTools/tauRecTools/TauJetRNNUtils.h @@ -7,7 +7,7 @@ #include <unordered_map> -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "xAODTau/TauJet.h" diff --git a/Tools/PathResolver/PathResolver/PathResolver.h b/Tools/PathResolver/PathResolver/PathResolver.h index 7989bcc0bb60..dd9c3980fff0 100644 --- a/Tools/PathResolver/PathResolver/PathResolver.h +++ b/Tools/PathResolver/PathResolver/PathResolver.h @@ -5,7 +5,7 @@ #ifndef PATHRESOLVER_PATHRESOLVER_H #define PATHRESOLVER_PATHRESOLVER_H -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include <string> #include <atomic> diff --git a/Trigger/TrigAnalysis/TrigBunchCrossingTool/Root/BunchCrossing.cxx b/Trigger/TrigAnalysis/TrigBunchCrossingTool/Root/BunchCrossing.cxx index a6c1d244cadc..fef29e726b27 100644 --- a/Trigger/TrigAnalysis/TrigBunchCrossingTool/Root/BunchCrossing.cxx +++ b/Trigger/TrigAnalysis/TrigBunchCrossingTool/Root/BunchCrossing.cxx @@ -8,7 +8,7 @@ #include <iostream> // Gaudi/Athena include(s): -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // Local include(s): #include "TrigBunchCrossingTool/BunchCrossing.h" diff --git a/Trigger/TrigAnalysis/TrigBunchCrossingTool/Root/BunchTrain.cxx b/Trigger/TrigAnalysis/TrigBunchCrossingTool/Root/BunchTrain.cxx index 30efce35947c..784aa3673235 100644 --- a/Trigger/TrigAnalysis/TrigBunchCrossingTool/Root/BunchTrain.cxx +++ b/Trigger/TrigAnalysis/TrigBunchCrossingTool/Root/BunchTrain.cxx @@ -9,7 +9,7 @@ #include <iostream> // Gaudi/Athena include(s): -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // Local include(s): #include "TrigBunchCrossingTool/BunchTrain.h" diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/CacheGlobalMemory.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/CacheGlobalMemory.h index cca01aa534ee..672280458856 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/CacheGlobalMemory.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/CacheGlobalMemory.h @@ -35,7 +35,7 @@ #include "TrigDecisionTool/IDecisionUnpacker.h" #include "TrigDecisionTool/Logger.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "AsgDataHandles/ReadHandleKey.h" diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleAthena.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleAthena.h index 97e8c0946e40..11d0c99a25ed 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleAthena.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleAthena.h @@ -19,7 +19,7 @@ #include "TrigDecisionTool/DecisionObjectHandle.h" #include "TrigDecisionTool/EventPtrDef.h" #include "TrigDecisionEvent/TrigDecision.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "StoreGate/ReadHandleKey.h" diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleEventInfo.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleEventInfo.h index 78558a853108..276a25d11d8c 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleEventInfo.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleEventInfo.h @@ -18,7 +18,7 @@ #include "TrigDecisionTool/Logger.h" #include "TrigDecisionTool/DecisionObjectHandle.h" #include "EventInfo/EventInfo.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "StoreGate/ReadHandleKey.h" diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleStandalone.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleStandalone.h index 09b72d0f6904..2b8ca014591c 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleStandalone.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionObjectHandleStandalone.h @@ -12,7 +12,7 @@ #include <string> // ASG include(s): -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // xAOD include(s): #include "xAODTrigger/TrigDecision.h" diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerAthena.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerAthena.h index bf9e0054424b..84880279c5c1 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerAthena.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerAthena.h @@ -12,7 +12,7 @@ #include "TrigDecisionTool/IDecisionUnpacker.h" #include "TrigDecisionTool/Logger.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "AsgDataHandles/ReadHandleKey.h" diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerEventInfo.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerEventInfo.h index 33eccfd95d31..eb93a78d9ac9 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerEventInfo.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerEventInfo.h @@ -11,7 +11,7 @@ #include "TrigDecisionTool/IDecisionUnpacker.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "DecisionObjectHandleEventInfo.h" diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerStandalone.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerStandalone.h index 08f816388597..19f8a4c51da2 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerStandalone.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/DecisionUnpackerStandalone.h @@ -9,7 +9,7 @@ #define TRIGDECISIONTOOL_DECISIONUNPACKERSTANDALONE_H // ASG include(s): -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" // Trigger configuration include(s): #include "TrigConfHLTData/HLTChain.h" diff --git a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/Logger.h b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/Logger.h index 9f80cf80987c..d293be661e20 100644 --- a/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/Logger.h +++ b/Trigger/TrigAnalysis/TrigDecisionTool/TrigDecisionTool/Logger.h @@ -19,7 +19,7 @@ #include <string> #ifdef XAOD_STANDALONE -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #endif #ifndef XAOD_STANDALONE #include "AthenaKernel/getMessageSvc.h" diff --git a/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MinimalSumAssociation.h b/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MinimalSumAssociation.h index 5ca655b13d0b..2df9acf2b86d 100644 --- a/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MinimalSumAssociation.h +++ b/Trigger/TrigAnalysis/TriggerMatchingTool/Root/MinimalSumAssociation.h @@ -8,7 +8,7 @@ #define TRIGGERMATCHINGTOOL_MINIMALSUMASSOCIATION_H #include "TriggerMatchingTool/IAssociationStrategy.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" class MinimalSumAssociation : public IAssociationStrategy, public asg::AsgMessaging { diff --git a/Trigger/TrigAnalysis/TriggerMatchingTool/TriggerMatchingTool/MatchingImplementation.h b/Trigger/TrigAnalysis/TriggerMatchingTool/TriggerMatchingTool/MatchingImplementation.h index bc46c415a630..fc68b7d60a80 100644 --- a/Trigger/TrigAnalysis/TriggerMatchingTool/TriggerMatchingTool/MatchingImplementation.h +++ b/Trigger/TrigAnalysis/TriggerMatchingTool/TriggerMatchingTool/MatchingImplementation.h @@ -12,7 +12,7 @@ #include "TriggerMatchingTool/MatchingTool.h" #include "TriggerMatchingTool/IAssociationStrategy.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" namespace Trig { diff --git a/Trigger/TrigEvent/TrigNavStructure/TrigNavStructure/TrigHolderStructure.h b/Trigger/TrigEvent/TrigNavStructure/TrigNavStructure/TrigHolderStructure.h index 7ee305780887..21a924368336 100644 --- a/Trigger/TrigEvent/TrigNavStructure/TrigNavStructure/TrigHolderStructure.h +++ b/Trigger/TrigEvent/TrigNavStructure/TrigNavStructure/TrigHolderStructure.h @@ -12,7 +12,7 @@ #include <boost/variant.hpp> -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "TrigNavStructure/Types.h" #include "TrigNavStructure/BaseHolder.h" #include "TrigNavStructure/TriggerElement.h" diff --git a/Trigger/TrigEvent/TrigNavStructure/TrigNavStructure/TypedHolder.h b/Trigger/TrigEvent/TrigNavStructure/TrigNavStructure/TypedHolder.h index f4acb15c1930..1632aba5c766 100644 --- a/Trigger/TrigEvent/TrigNavStructure/TrigNavStructure/TypedHolder.h +++ b/Trigger/TrigEvent/TrigNavStructure/TrigNavStructure/TypedHolder.h @@ -30,7 +30,7 @@ typedef asg::SgTEvent* EventPtr; typedef StoreGateSvc* EventPtr; #endif //XAOD_STANDALONE -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" //forward declarations diff --git a/Trigger/TrigEvent/TrigNavigation/TrigNavigation/FullHolderFactory.h b/Trigger/TrigEvent/TrigNavigation/TrigNavigation/FullHolderFactory.h index e8552160379b..c4106400edc8 100644 --- a/Trigger/TrigEvent/TrigNavigation/TrigNavigation/FullHolderFactory.h +++ b/Trigger/TrigEvent/TrigNavigation/TrigNavigation/FullHolderFactory.h @@ -10,7 +10,7 @@ #include <string> #include "TrigNavStructure/ITrigHolderFactory.h" #include "TrigNavStructure/BaseHolder.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include "GaudiKernel/ServiceHandle.h" class IConversionSvc; diff --git a/Trigger/TrigHypothesis/TrigMultiVarHypo/TrigMultiVarHypo/tools/RingerSelectorTool.h b/Trigger/TrigHypothesis/TrigMultiVarHypo/TrigMultiVarHypo/tools/RingerSelectorTool.h index 28dc97bff581..e9b27b5cba31 100644 --- a/Trigger/TrigHypothesis/TrigMultiVarHypo/TrigMultiVarHypo/tools/RingerSelectorTool.h +++ b/Trigger/TrigHypothesis/TrigMultiVarHypo/TrigMultiVarHypo/tools/RingerSelectorTool.h @@ -20,7 +20,7 @@ #include "TrigMultiVarHypo/tools/procedures/Norm1.h" #include "AthenaMonitoringKernel/MonitoredTimer.h" -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" #include <memory> #include <string> diff --git a/Trigger/TrigHypothesis/TrigMultiVarHypo/TrigMultiVarHypo/tools/common/RingerReader.h b/Trigger/TrigHypothesis/TrigMultiVarHypo/TrigMultiVarHypo/tools/common/RingerReader.h index a8aacc1500a7..d936779394e1 100644 --- a/Trigger/TrigHypothesis/TrigMultiVarHypo/TrigMultiVarHypo/tools/common/RingerReader.h +++ b/Trigger/TrigHypothesis/TrigMultiVarHypo/TrigMultiVarHypo/tools/common/RingerReader.h @@ -20,7 +20,7 @@ #include <memory> -#include "AsgTools/AsgMessaging.h" +#include "AsgMessaging/AsgMessaging.h" namespace Ringer{ -- GitLab