From c734fe0f4f37107d090d640fe6ce6622aacfa13d Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Mon, 5 Oct 2020 15:50:58 +0200 Subject: [PATCH] CaloClusterCorrectiont: Remove reference to StoreGate.h. Remove reference to obsolete header StoreGate.h. --- Calorimeter/CaloClusterCorrection/src/CaloClusterLogPos.cxx | 1 - .../CaloClusterCorrection/src/CaloSwTransitionRegionsCorr.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/Calorimeter/CaloClusterCorrection/src/CaloClusterLogPos.cxx b/Calorimeter/CaloClusterCorrection/src/CaloClusterLogPos.cxx index 035deb219b6..81159bacf91 100644 --- a/Calorimeter/CaloClusterCorrection/src/CaloClusterLogPos.cxx +++ b/Calorimeter/CaloClusterCorrection/src/CaloClusterLogPos.cxx @@ -8,7 +8,6 @@ #include "CaloIdentifier/CaloCell_ID.h" #include "GaudiKernel/MsgStream.h" #include <CLHEP/Units/SystemOfUnits.h> -#include "StoreGate/StoreGate.h" using CLHEP::deg; diff --git a/Calorimeter/CaloClusterCorrection/src/CaloSwTransitionRegionsCorr.cxx b/Calorimeter/CaloClusterCorrection/src/CaloSwTransitionRegionsCorr.cxx index 28321b8e202..7a304c60bfa 100755 --- a/Calorimeter/CaloClusterCorrection/src/CaloSwTransitionRegionsCorr.cxx +++ b/Calorimeter/CaloClusterCorrection/src/CaloSwTransitionRegionsCorr.cxx @@ -20,7 +20,6 @@ PURPOSE: Effective corrections for transition regions like eta=0 #include "CaloSwTransitionRegionsCorr.h" #include "GaudiKernel/StatusCode.h" -#include "StoreGate/StoreGate.h" #include "GaudiKernel/MsgStream.h" #include <iostream> -- GitLab