From 1d7f69ff1d95693d4985b851d86311b7652d0121 Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Wed, 18 Dec 2024 18:51:34 +0100 Subject: [PATCH] Fix clang-format --- analyzers/dataframe/FCCAnalyses/MCParticle.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/analyzers/dataframe/FCCAnalyses/MCParticle.h b/analyzers/dataframe/FCCAnalyses/MCParticle.h index 45db5fd832..27cb9b9fb5 100644 --- a/analyzers/dataframe/FCCAnalyses/MCParticle.h +++ b/analyzers/dataframe/FCCAnalyses/MCParticle.h @@ -5,22 +5,19 @@ #include #include -#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