diff options
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 |
