From e2b8408e6f45aa28c1cb5e202a9874ace6016747 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Tue, 19 Jul 2022 10:24:14 +0200
Subject: [PATCH] Remove compiler errors

---
 DDG4/lcio/LCIOSDTestActions.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/DDG4/lcio/LCIOSDTestActions.cpp b/DDG4/lcio/LCIOSDTestActions.cpp
index 6bbbbd169..b47e48ceb 100644
--- a/DDG4/lcio/LCIOSDTestActions.cpp
+++ b/DDG4/lcio/LCIOSDTestActions.cpp
@@ -147,7 +147,10 @@ namespace  Tests {
   }
 
   /// Method for generating hit(s) using the information of G4Step object.
-  template <> bool Geant4SensitiveAction<LcioTestTracker>::process(const Geant4FastSimSpot* ,G4TouchableHistory* /*hist*/ ) {
+  template <> bool 
+  Geant4SensitiveAction<LcioTestTracker>::processFastSim(const Geant4FastSimSpot*  /* spot */,
+							 G4TouchableHistory* /*hist*/ )
+  {
     except("Not implemented");
     return true;
   }
-- 
GitLab