From e3079fb2367c26f767be41e6c313d960c517bbcd Mon Sep 17 00:00:00 2001 From: shivesh Date: Thu, 22 Aug 2019 01:37:19 +0100 Subject: Thu 22 Aug 01:37:19 BST 2019 --- include/G4BeamTestEventAction.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/G4BeamTestEventAction.h') diff --git a/include/G4BeamTestEventAction.h b/include/G4BeamTestEventAction.h index 2d6de49..69f0af7 100644 --- a/include/G4BeamTestEventAction.h +++ b/include/G4BeamTestEventAction.h @@ -12,7 +12,7 @@ class G4BeamTestEventAction : public G4UserEventAction public: G4BeamTestEventAction(); virtual ~G4BeamTestEventAction(); - + virtual void BeginOfEventAction(const G4Event* ); virtual void EndOfEventAction(const G4Event* ); @@ -29,6 +29,7 @@ class G4BeamTestEventAction : public G4UserEventAction G4double fIntegralZ; G4double fXIn; G4int SiCollID; + G4int SC4CollID; G4int hcID; G4double fYIn; @@ -37,6 +38,3 @@ class G4BeamTestEventAction : public G4UserEventAction //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... #endif - - - -- cgit v1.2.3