From 4dd991ad38c603f7a1cb45b082b6bd2ec17bd47c Mon Sep 17 00:00:00 2001 From: Michael Andrew Mccann <m.mccann@imperial.ac.uk> Date: Mon, 9 Jul 2018 16:24:28 +0200 Subject: [PATCH] Replaced DECLARE_ALGORITHM_FACTORY with DECLARE_COMPONENT_FACTORY --- Rich/RichPhotonCounting/src/RichPhotonCounter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rich/RichPhotonCounting/src/RichPhotonCounter.cpp b/Rich/RichPhotonCounting/src/RichPhotonCounter.cpp index 2b01672dee9..3bfcd187318 100755 --- a/Rich/RichPhotonCounting/src/RichPhotonCounter.cpp +++ b/Rich/RichPhotonCounting/src/RichPhotonCounter.cpp @@ -26,7 +26,7 @@ using namespace Rich::Rec::MC; //----------------------------------------------------------------------------- -DECLARE_ALGORITHM_FACTORY( PhotonCounter ) +DECLARE_COMPONENT_FACTORY( PhotonCounter ) //============================================================================= // Standard constructor, initializes variables -- GitLab