From d0533d03d0c85f2f993f1793a6b9ea2af3391207 Mon Sep 17 00:00:00 2001 From: shivesh Date: Tue, 20 Nov 2018 17:26:02 +0000 Subject: Tue 20 Nov 17:26:02 GMT 2018 --- include/G4BeamTestUserSteppingAction.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/G4BeamTestUserSteppingAction.h') 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 -- cgit v1.2.3