5#ifndef G4DEBUGGINGTOOLS_EnergyConservationTest_H
6#define G4DEBUGGINGTOOLS_EnergyConservationTest_H
10#include "G4UserTrackingAction.hh"
11#include "G4UserEventAction.hh"
12#include "G4UserSteppingAction.hh"
15#include "GaudiKernel/ServiceHandle.h"
21 public G4UserTrackingAction,
22 public G4UserEventAction,
23 public G4UserSteppingAction
AthMessaging(IMessageSvc *msgSvc, const std::string &name)
Constructor.
virtual void EndOfEventAction(const G4Event *) override
ServiceHandle< StoreGateSvc > m_evtStore
Pointer to StoreGate (event store by default)
virtual void PostUserTrackingAction(const G4Track *) override
ServiceHandle< StoreGateSvc > m_detStore
Pointer to StoreGate (detector store by default)
virtual void UserSteppingAction(const G4Step *) override
virtual void PreUserTrackingAction(const G4Track *) override