Skip to content

Commit

Permalink
Remove forward declarations to avoid conflicts (HEP-FCC#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 30, 2024
1 parent f04d263 commit 1a66dc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion SimG4Components/src/SimG4SaveSmearedParticles.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
#include "k4FWCore/DataHandle.h"
#include "SimG4Interface/ISimG4SaveOutputTool.h"

#include "edm4hep/MCRecoParticleAssociationCollection.h"

// datamodel
namespace edm4hep {
class ReconstructedParticleCollection;
class MCRecoParticleAssociationCollection;
}

/** @class SimG4SaveSmearedParticles SimG4Components/src/SimG4SaveSmearedParticles.h SimG4SaveSmearedParticles.h
Expand Down
3 changes: 2 additions & 1 deletion SimG4Fast/src/components/SimG4FastSimHistograms.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
#include "k4FWCore/DataHandle.h"
class ITHistSvc;

#include "edm4hep/MCRecoParticleAssociationCollection.h"

// datamodel
namespace edm4hep {
class ReconstructedParticleCollection;
class MCRecoParticleAssociationCollection;
}

class TH1F;
Expand Down

0 comments on commit 1a66dc9

Please sign in to comment.