From 31588a7da96a71edcf796ccd48a858bea5836c3c Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:06:16 +0100 Subject: [PATCH] Include "edm4hep/Constants.h" where it's needed (#123) --- RecCalorimeter/src/components/CaloTopoCluster.h | 2 ++ RecCalorimeter/src/components/CreatePositionedCaloCells.h | 3 +++ RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.h | 2 ++ RecFCCeeCalorimeter/src/components/CalibrateCaloClusters.h | 2 ++ RecFCCeeCalorimeter/src/components/CaloTopoClusterFCCee.h | 2 ++ RecFCCeeCalorimeter/src/components/PhotonIDTool.h | 3 +++ 6 files changed, 14 insertions(+) diff --git a/RecCalorimeter/src/components/CaloTopoCluster.h b/RecCalorimeter/src/components/CaloTopoCluster.h index 42b3a785..7b16b601 100644 --- a/RecCalorimeter/src/components/CaloTopoCluster.h +++ b/RecCalorimeter/src/components/CaloTopoCluster.h @@ -5,6 +5,8 @@ #include "Gaudi/Algorithm.h" #include "GaudiKernel/ToolHandle.h" +#include "edm4hep/Constants.h" + // Key4HEP #include "k4FWCore/DataHandle.h" #include "k4FWCore/MetaDataHandle.h" diff --git a/RecCalorimeter/src/components/CreatePositionedCaloCells.h b/RecCalorimeter/src/components/CreatePositionedCaloCells.h index d3b51a12..88da76cb 100644 --- a/RecCalorimeter/src/components/CreatePositionedCaloCells.h +++ b/RecCalorimeter/src/components/CreatePositionedCaloCells.h @@ -1,6 +1,9 @@ #ifndef RECCALORIMETER_CREATEPOSITIONEDCALOCELLS_H #define RECCALORIMETER_CREATEPOSITIONEDCALOCELLS_H + +#include "edm4hep/Constants.h" + // k4FWCore #include "k4FWCore/DataHandle.h" #include "k4FWCore/MetaDataHandle.h" diff --git a/RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.h b/RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.h index 98ee34bf..901fdb7e 100644 --- a/RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.h +++ b/RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.h @@ -1,6 +1,8 @@ #ifndef RECFCCEECALORIMETER_AUGMENTCLUSTERSFCCEE_H #define RECFCCEECALORIMETER_AUGMENTCLUSTERSFCCEE_H +#include "edm4hep/Constants.h" + // Key4HEP #include "k4FWCore/DataHandle.h" #include "k4FWCore/MetaDataHandle.h" diff --git a/RecFCCeeCalorimeter/src/components/CalibrateCaloClusters.h b/RecFCCeeCalorimeter/src/components/CalibrateCaloClusters.h index 0281a31c..1205eef3 100644 --- a/RecFCCeeCalorimeter/src/components/CalibrateCaloClusters.h +++ b/RecFCCeeCalorimeter/src/components/CalibrateCaloClusters.h @@ -1,6 +1,8 @@ #ifndef RECFCCEECALORIMETER_CALIBRATECALOCLUSTERS_H #define RECFCCEECALORIMETER_CALIBRATECALOCLUSTERS_H +#include "edm4hep/Constants.h" + // Key4HEP #include "k4FWCore/DataHandle.h" #include "k4FWCore/MetaDataHandle.h" diff --git a/RecFCCeeCalorimeter/src/components/CaloTopoClusterFCCee.h b/RecFCCeeCalorimeter/src/components/CaloTopoClusterFCCee.h index 34bc550d..918c92e0 100644 --- a/RecFCCeeCalorimeter/src/components/CaloTopoClusterFCCee.h +++ b/RecFCCeeCalorimeter/src/components/CaloTopoClusterFCCee.h @@ -10,6 +10,8 @@ #include "Gaudi/Algorithm.h" #include "GaudiKernel/ToolHandle.h" +#include "edm4hep/Constants.h" + // Key4HEP #include "k4FWCore/DataHandle.h" #include "k4FWCore/MetaDataHandle.h" diff --git a/RecFCCeeCalorimeter/src/components/PhotonIDTool.h b/RecFCCeeCalorimeter/src/components/PhotonIDTool.h index bf3c6d60..32c23b25 100644 --- a/RecFCCeeCalorimeter/src/components/PhotonIDTool.h +++ b/RecFCCeeCalorimeter/src/components/PhotonIDTool.h @@ -1,6 +1,9 @@ #ifndef RECFCCEECALORIMETER_PHOTONIDTOOL_H #define RECFCCEECALORIMETER_PHOTONIDTOOL_H + +#include "edm4hep/Constants.h" + // Key4HEP #include "k4FWCore/DataHandle.h" #include "k4FWCore/MetaDataHandle.h"