OMSim
Geant4 for IceCube optical module studies
Loading...
Searching...
No Matches
OMSimSteppingAction.hh
Go to the documentation of this file.
1
6#pragma once
7
8#include <G4UserSteppingAction.hh>
9
10//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
16class OMSimSteppingAction : public G4UserSteppingAction
17{
18 public:
21
22 void UserSteppingAction(const G4Step*);
23};
24
25//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
Definition OMSimSteppingAction.hh:17
void UserSteppingAction(const G4Step *)
Custom actions during a tracking step. This function checks for particles that seem to be stuck (e....
Definition OMSimSteppingAction.cc:21