Skip to content

Commit

Permalink
Include "edm4hep/Constants.h" where it's needed (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Oct 29, 2024
1 parent b3ebe39 commit 31588a7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RecCalorimeter/src/components/CaloTopoCluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions RecCalorimeter/src/components/CreatePositionedCaloCells.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions RecFCCeeCalorimeter/src/components/AugmentClustersFCCee.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions RecFCCeeCalorimeter/src/components/CalibrateCaloClusters.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions RecFCCeeCalorimeter/src/components/CaloTopoClusterFCCee.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions RecFCCeeCalorimeter/src/components/PhotonIDTool.h
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 31588a7

Please sign in to comment.