Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Aug 6, 2024
1 parent bb8f2a9 commit 9d91260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/MCRecoLinkChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class MCRecoLinkChecker : public Gaudi::Algorithm {
StatusCode execute(const EventContext&) const;

private:
mutable DataHandle<edm4hep::RecoMCParticleLinkCollection> m_relationCollHandle{
"MCRecoTruthLinks", Gaudi::DataHandle::Reader, this};
mutable DataHandle<edm4hep::RecoMCParticleLinkCollection> m_relationCollHandle{"MCRecoTruthLinks",
Gaudi::DataHandle::Reader, this};
mutable DataHandle<edm4hep::MCParticleCollection> m_mcCollHandle{"MCParticles", Gaudi::DataHandle::Reader, this};
mutable DataHandle<edm4hep::ReconstructedParticleCollection> m_recoCollHandle{"RecoParticles",
Gaudi::DataHandle::Reader, this};
Expand Down

0 comments on commit 9d91260

Please sign in to comment.