Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include "edm4hep/Constants.h" where it's needed #123

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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