Skip to content

Commit

Permalink
Add legacy includes to keep things compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 30, 2024
1 parent aa74c94 commit 0cc34de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions k4FWCore/components/CollectionMerger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@

#include "edm4hep/edm4hep.h"

#include "edm4hep/MCRecoCaloAssociationCollection.h"
#include "edm4hep/MCRecoCaloParticleAssociationCollection.h"
#include "edm4hep/MCRecoClusterParticleAssociationCollection.h"
#include "edm4hep/MCRecoParticleAssociationCollection.h"
#include "edm4hep/MCRecoTrackParticleAssociationCollection.h"
#include "edm4hep/MCRecoTrackerAssociationCollection.h"
#include "edm4hep/RecoParticleVertexAssociationCollection.h"

#include "k4FWCore/Transformer.h"

#include <map>
Expand Down

0 comments on commit 0cc34de

Please sign in to comment.