Skip to content

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 18, 2024
1 parent ed1c8e7 commit 1d7f69f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions analyzers/dataframe/FCCAnalyses/MCParticle.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,19 @@
#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/Vector3f.h"


/** MCParticle interface.
This represents a set functions and utilities to access and perform operations on the MCParticle collection.
*/
namespace FCCAnalyses{

/**
* Analyzers operating on/with Monte Carlo particles.
*
* This represents a set functions and utilities to access and perform
* operations on the MCParticle collection.
*/
namespace MCParticle{

/// Filter events based on a MCParticles PDGID
Expand Down

0 comments on commit 1d7f69f

Please sign in to comment.