From 738c2f88939a041fbc8b6b9cfa3c547b86bc6e42 Mon Sep 17 00:00:00 2001 From: shivesh Date: Sat, 25 Aug 2018 17:57:22 +0100 Subject: Add Cerenkov Processes --- include/G4Interface.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'include/G4Interface.h') diff --git a/include/G4Interface.h b/include/G4Interface.h index 4b88f00..e2956af 100644 --- a/include/G4Interface.h +++ b/include/G4Interface.h @@ -1,7 +1,8 @@ #ifndef _TOPSIM_G4INTERFACE_H_ #define _TOPSIM_G4INTERFACE_H_ -#include "G4BeamTestRunManager.h" +#include "G4RunManager.hh" +/* #include "G4BeamTestRunManager.h" */ /* #include */ #ifdef G4VIS_USE @@ -33,17 +34,17 @@ class G4Interface /// To be called after simulating each IceTray event. void TerminateEvent(); /// Simulate a single particle (InitializeEvent must be called first) - void InjectParticle(const std::string& particleName, - const G4ThreeVector& particlePosition, - const G4ThreeVector& particleDirection, - const G4double particleEnergy); + /* void InjectParticle(const std::string& particleName, */ + /* const G4ThreeVector& particlePosition, */ + /* const G4ThreeVector& particleDirection, */ + /* const G4double particleEnergy); */ private: void Initialize(); static G4Interface* g4Interface_; - G4BeamTestRunManager runManager_; + G4RunManager runManager_; #ifdef G4VIS_USE G4VisManager* visManager_; -- cgit v1.2.3