Skip to content

Commit

Permalink
Make sure legacy headers are truly transparent (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Jul 30, 2024
1 parent bae237d commit 1090c2b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/edm4hep/MCRecoCaloAssociationCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define EDM4HEP_MCRecoCaloAssociationCollection_H

#include "edm4hep/CaloHitSimCaloHitLinkCollection.h"
#include "edm4hep/MCRecoCaloAssociation.h"
#include "edm4hep/MutableMCRecoCaloAssociation.h"

namespace edm4hep {
using MCRecoCaloAssociationCollection [[deprecated("use CaloHitSimCaloHitLinkCollection instead")]] =
Expand Down
2 changes: 2 additions & 0 deletions include/edm4hep/MCRecoCaloParticleAssociationCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define EDM4HEP_MCRecoCaloParticleAssociationCollection_H

#include "edm4hep/CaloHitMCParticleLinkCollection.h"
#include "edm4hep/MCRecoCaloParticleAssociation.h"
#include "edm4hep/MutableMCRecoCaloParticleAssociation.h"

namespace edm4hep {
using MCRecoCaloParticleAssociationCollection [[deprecated("use CaloHitMCParticleLinkCollection instead")]] =
Expand Down
2 changes: 2 additions & 0 deletions include/edm4hep/MCRecoClusterParticleAssociationCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#define EDM4HEP_MCRecoClusterParticleAssociationCollection_H

#include "edm4hep/ClusterMCParticleLinkCollection.h"
#include "edm4hep/MCRecoClusterParticleAssociation.h"
#include "edm4hep/MutableMCRecoClusterParticleAssociation.h"

namespace edm4hep {
using MCRecoClusterParticleAssociationCollection [[deprecated("use ClusterMCParticleLinkCollection instead")]] =
Expand Down
2 changes: 2 additions & 0 deletions include/edm4hep/MCRecoParticleAssociationCollection.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef EDM4HEP_MCRecoParticleAssociationCollection_H
#define EDM4HEP_MCRecoParticleAssociationCollection_H

#include "edm4hep/MCRecoParticleAssociation.h"
#include "edm4hep/MutableMCRecoParticleAssociation.h"
#include "edm4hep/RecoMCParticleLinkCollection.h"

namespace edm4hep {
Expand Down
2 changes: 2 additions & 0 deletions include/edm4hep/MCRecoTrackParticleAssociationCollection.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef EDM4HEP_MCRecoTrackParticleAssociationCollection_H
#define EDM4HEP_MCRecoTrackParticleAssociationCollection_H

#include "edm4hep/MCRecoTrackParticleAssociation.h"
#include "edm4hep/MutableMCRecoTrackParticleAssociation.h"
#include "edm4hep/TrackMCParticleLinkCollection.h"

namespace edm4hep {
Expand Down
2 changes: 2 additions & 0 deletions include/edm4hep/MCRecoTrackerAssociationCollection.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef EDM4HEP_MCRecoTrackerAssociationCollection_H
#define EDM4HEP_MCRecoTrackerAssociationCollection_H

#include "edm4hep/MCRecoTrackerAssociation.h"
#include "edm4hep/MutableMCRecoTrackerAssociation.h"
#include "edm4hep/TrackerHitSimTrackerHitLinkCollection.h"

namespace edm4hep {
Expand Down
2 changes: 2 additions & 0 deletions include/edm4hep/RecoParticleVertexAssociation.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef EDM4HEP_RecoParticleVertexAssociation_H
#define EDM4HEP_RecoParticleVertexAssociation_H

#include "edm4hep/MutableRecoParticleVertexAssociation.h"
#include "edm4hep/RecoParticleVertexAssociation.h"
#include "edm4hep/VertexRecoParticleLink.h"

namespace edm4hep {
Expand Down

0 comments on commit 1090c2b

Please sign in to comment.