ATLAS Offline Software
Loading...
Searching...
No Matches
FixG4CreatorProcess.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef G4UserActions_FixG4CreatorProcess_H
6#define G4UserActions_FixG4CreatorProcess_H
7
8// Geant4 includes
9#include "G4UserSteppingAction.hh"
10
11namespace G4UA
12{
13
14 class FixG4CreatorProcess : public G4UserSteppingAction
15 {
16 public:
18 virtual void UserSteppingAction(const G4Step*) override final;
19 }; // class FixG4CreatorProcess
20
21} // namespace G4UA
22
23#endif
virtual void UserSteppingAction(const G4Step *) override final