From 3802732e8bd29ca09ae3b29a3a65a1dd23daab8d Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Fri, 3 Jan 2025 19:16:48 +0100 Subject: [PATCH] Reverse unrelated changes --- analyzers/dataframe/FCCAnalyses/MCParticle.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/analyzers/dataframe/FCCAnalyses/MCParticle.h b/analyzers/dataframe/FCCAnalyses/MCParticle.h index 862cc56024..84bd8566ef 100644 --- a/analyzers/dataframe/FCCAnalyses/MCParticle.h +++ b/analyzers/dataframe/FCCAnalyses/MCParticle.h @@ -12,12 +12,14 @@ #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