actions
Loading...
Searching...
No Matches
gSteppingAction.h
Go to the documentation of this file.
1#pragma once
2
3// Geant4
4#include "G4UserSteppingAction.hh"
5
15class GSteppingAction : public G4UserSteppingAction
16{
17public:
18 void UserSteppingAction(const G4Step* step) override;
19};
Applies per-step track guards for one Geant4 worker.
void UserSteppingAction(const G4Step *step) override