diff --git a/DDG4/lcio/LCIOSDTestActions.cpp b/DDG4/lcio/LCIOSDTestActions.cpp index 6bbbbd16927c2cddadb14e54471948f0581700dc..b47e48ceb3abbb7c0d3325d6dc60555f93055e21 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; }