7#ifndef ActsGeantFollower_H
8#define ActsGeantFollower_H
11#include "GaudiKernel/ToolHandle.h"
16#include "G4UserEventAction.hh"
17#include "G4UserRunAction.hh"
18#include "G4UserSteppingAction.hh"
21class ActsGeantFollower:
public G4UserEventAction,
public G4UserRunAction,
public G4UserSteppingAction
34 ToolHandle<IActsGeantFollowerHelper>
m_helper =
35 ToolHandle<IActsGeantFollowerHelper>(
"ActsGeantFollowerHelper");
virtual void EndOfEventAction(const G4Event *) override
ToolHandle< IActsGeantFollowerHelper > m_helper
virtual void BeginOfEventAction(const G4Event *) override
virtual void BeginOfRunAction(const G4Run *) override
virtual void UserSteppingAction(const G4Step *) override