Skip to content

Migrate Monitoring Inclusions

I've made the following changes across the entire repository.

  1. #include "AthenaMonitoring/GenericMonitoringTool.h" --> #include "AthenaMonitoringKernel/GenericMonitoringTool.h"
  2. #include "AthenaMonitoring/Monitored.h" --> #include "AthenaMonitoringKernel/Monitored.h"
  3. from AthenaMonitoring.GenericMonitoringTool --> from AthenaMonitoringKernel.GenericMonitoringTool

Watcher: @fwinkl

Here are the packages which I think only rely on AthenaMonitoringKernel, and could have updated CMake files. But I'll let Frank handle that in a separate MR if he thinks it's worth changing.

Package
Calorimeter/CaloRec/
Control/AthenaExamples/AthExMonitored/
HLT/Event/TrigByteStreamCnvSvc/
HLT/Trigger/TrigControl/TrigServices/
InnerDetector/InDetRecAlgs/InDetPriVxFinder/
InnerDetector/InDetRecAlgs/SiSpacePointFormation/
MuonSpectrometer/MuonReconstruction/MuonTrackMakers/MuonTrackMakerAlgs/MuonSegmentTrackMaker/
Reconstruction/MuonIdentification/MuonCombinedAlgs/
Trigger/TrigAlgorithms/TrigCaloRec/
Trigger/TrigAlgorithms/TrigEFMissingET/
Trigger/TrigAlgorithms/TrigL2MuonSA/
Trigger/TrigAlgorithms/TrigMinBias/
Trigger/TrigAlgorithms/TrigmuComb/
Trigger/TrigAlgorithms/TrigmuIso/
Trigger/TrigAlgorithms/TrigMuonEF/
Trigger/TrigAlgorithms/TrigmuRoI/
Trigger/TrigAlgorithms/TrigT2BeamSpot/
Trigger/TrigAlgorithms/TrigT2CaloCommon/
Trigger/TrigAlgorithms/TrigT2CaloEgamma/
Trigger/TrigAlgorithms/TrigT2MinBias/
Trigger/TrigAlgorithms/TrigTauRec/
Trigger/TrigHypothesis/TrigBjetHypo/
Trigger/TrigHypothesis/TrigBphysHypo/
Trigger/TrigHypothesis/TrigEgammaHypo/
Trigger/TrigHypothesis/TrigHLTJetHypo/
Trigger/TrigHypothesis/TrigMissingETHypo/
Trigger/TrigHypothesis/TrigMultiVarHypo/
Trigger/TrigHypothesis/TrigMuonHypoMT/
Trigger/TrigHypothesis/TrigTauHypo/
Trigger/TrigMonitoring/TrigBjetMonitoring/
Trigger/TrigMonitoring/TrigBphysMonitoring/
Trigger/TrigMonitoring/TrigCaloMonitoring/
Trigger/TrigMonitoring/TrigEgammaMonitoring/
Trigger/TrigMonitoring/TrigHLTMonitoring/
Trigger/TrigMonitoring/TrigMETMonitoring/
Trigger/TrigSteer/DecisionHandling/
Trigger/TrigSteer/L1Decoder/
Trigger/TrigSteer/TrigOutputHandling/

Merge request reports