Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Miguel Carceller <[email protected]>
  • Loading branch information
tmadlener and jmcarcell committed Apr 10, 2024
1 parent ca1b2fa commit 96a8567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/include/edm4hep/utils/ParticleIDUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<edm4hep::ParticleID> getPIDs(const edm4hep::ReconstructedParticle& reco) const;
};
} // namespace edm4hep::utils
Expand Down

0 comments on commit 96a8567

Please sign in to comment.