Skip to content

Commit

Permalink
fix for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Jul 1, 2024
1 parent d4fd021 commit 45b6d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/factories/reco/HadronicFinalState_factory.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class HadronicFinalState_factory :
typename FactoryT::template PodioInput<edm4eic::MCRecoParticleAssociation> m_rc_particles_assoc_input {this};
typename FactoryT::template PodioOutput<edm4eic::HadronicFinalState> m_hadronic_final_state_output {this};

typename FactoryT::Service<AlgorithmsInit_service> m_algorithmsInit {this};
typename FactoryT::template Service<AlgorithmsInit_service> m_algorithmsInit {this};

public:
void Configure() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InclusiveKinematicsReconstructed_factory :
typename FactoryT::template PodioInput<edm4eic::HadronicFinalState> m_hadronic_final_state_input {this};
typename FactoryT::template PodioOutput<edm4eic::InclusiveKinematics> m_inclusive_kinematics_output {this};

typename FactoryT::Service<AlgorithmsInit_service> m_algorithmsInit {this};
typename FactoryT::template Service<AlgorithmsInit_service> m_algorithmsInit {this};

public:
void Configure() {
Expand Down

0 comments on commit 45b6d05

Please sign in to comment.