diff --git a/utils/include/edm4hep/utils/ParticleIDUtils.h b/utils/include/edm4hep/utils/ParticleIDUtils.h index 14f275bd0..4dda06ee0 100644 --- a/utils/include/edm4hep/utils/ParticleIDUtils.h +++ b/utils/include/edm4hep/utils/ParticleIDUtils.h @@ -40,7 +40,7 @@ class PIDHandler { void addColl(const edm4hep::ParticleIDCollection& coll); /// Retrieve all ParticleIDs that are related to the passed - /// RecontstructedParticle + /// ReconstructedParticle std::vector getPIDs(const edm4hep::ReconstructedParticle& reco) const; }; } // namespace edm4hep::utils