Skip to content

Commit

Permalink
Change GaudiAlgorithm to Gaudi::Algorithm in all places
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 29, 2024
1 parent 9242ad7 commit 809b166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/k4SimDelphes/src/k4SimDelphesAlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DECLARE_COMPONENT(k4SimDelphesAlg)
using namespace k4SimDelphes;

k4SimDelphesAlg::k4SimDelphesAlg(const std::string& name, ISvcLocator* svcLoc)
: GaudiAlgorithm(name, svcLoc), m_eventDataSvc("EventDataSvc", "k4SimDelphesAlg") {
: Gaudi::Algorithm(name, svcLoc), m_eventDataSvc("EventDataSvc", "k4SimDelphesAlg") {
declareProperty("GenParticles", m_InputMCParticles, "(Input) Collection of generated particles");
}

Expand Down

0 comments on commit 809b166

Please sign in to comment.