Skip to content

Commit

Permalink
Remove unnecessary ParticleID includes and forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Sep 25, 2023
1 parent 22ffbb9 commit 5515a1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tests/src/ObjectMapping.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "EVENT/Vertex.h"
#include "EVENT/ReconstructedParticle.h"
#include "EVENT/MCParticle.h"
#include "EVENT/ParticleID.h"
#include "EVENT/LCEvent.h"
#include "EVENT/LCCollection.h"
#include "UTIL/LCIterator.h"
Expand All @@ -28,7 +27,6 @@
#include "edm4hep/SimCalorimeterHitCollection.h"
#include "edm4hep/MCParticleCollection.h"
#include "edm4hep/ReconstructedParticleCollection.h"
#include "edm4hep/ParticleIDCollection.h"
#include "edm4hep/RawTimeSeriesCollection.h"
#include "edm4hep/VertexCollection.h"

Expand Down
1 change: 0 additions & 1 deletion tests/src/ObjectMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ namespace EVENT {
class Vertex;
class ReconstructedParticle;
class MCParticle;
class ParticleID;
class LCEvent;
} // namespace EVENT

Expand Down

0 comments on commit 5515a1f

Please sign in to comment.