Skip to content

Commit

Permalink
Don't include Vector2i which is unused (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored Jan 3, 2025
1 parent b9b8422 commit faa2a7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions analyzers/dataframe/FCCAnalyses/MCParticle.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
#include <cmath>
#include <vector>

#include "TLorentzVector.h"
#include "ROOT/RVec.hxx"
#include "TLorentzVector.h"
#include "edm4hep/MCParticleData.h"
#include "edm4hep/ParticleIDData.h"
#include "edm4hep/Vector3f.h"
#include "edm4hep/Vector3d.h"
#include "edm4hep/Vector2i.h"

#include "edm4hep/Vector3f.h"

namespace FCCAnalyses{

Expand Down

0 comments on commit faa2a7a

Please sign in to comment.