diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-20 17:26:02 +0000 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-20 17:26:02 +0000 |
| commit | d0533d03d0c85f2f993f1793a6b9ea2af3391207 (patch) | |
| tree | 682c2fefe2d113319f21c07bded00fed5245e19b /include/G4BeamTestUserSteppingAction.h | |
| parent | 738c2f88939a041fbc8b6b9cfa3c547b86bc6e42 (diff) | |
| download | G4BeamTest-d0533d03d0c85f2f993f1793a6b9ea2af3391207.tar.gz G4BeamTest-d0533d03d0c85f2f993f1793a6b9ea2af3391207.zip | |
Tue 20 Nov 17:26:02 GMT 2018
Diffstat (limited to 'include/G4BeamTestUserSteppingAction.h')
| -rw-r--r-- | include/G4BeamTestUserSteppingAction.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/G4BeamTestUserSteppingAction.h b/include/G4BeamTestUserSteppingAction.h index 2d09799..c4cc863 100644 --- a/include/G4BeamTestUserSteppingAction.h +++ b/include/G4BeamTestUserSteppingAction.h @@ -1,6 +1,7 @@ #ifndef G4BEAMTESTUSERSTEPPINGACTION_H_INCLUDED #define G4BEAMTESTUSERSTEPPINGACTION_H_INCLUDED #include "G4UserSteppingAction.hh" +#include "globals.hh" /** * Implementation of G4UserSteppingAction. This class kills gammas below threshold (set by G4BeamTestTank). @@ -12,6 +13,11 @@ class G4BeamTestUserSteppingAction : public G4UserSteppingAction { ~G4BeamTestUserSteppingAction() {} void UserSteppingAction(const G4Step*); + + private: + G4int fScintillationCounter; + G4int fCerenkovCounter; + G4int fEventNumber; }; #endif // G4BEAMTESTUSERSTEPPINGACTION_H_INCLUDED |
