diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-08-25 17:57:22 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-08-25 17:57:22 +0100 |
| commit | 738c2f88939a041fbc8b6b9cfa3c547b86bc6e42 (patch) | |
| tree | 478718941a025703020c78b146a9b07ff2dabeff /include/G4Interface.h | |
| parent | 92f4fb026c51d68cda6ad25159af01d60ad584e0 (diff) | |
| download | G4BeamTest-738c2f88939a041fbc8b6b9cfa3c547b86bc6e42.tar.gz G4BeamTest-738c2f88939a041fbc8b6b9cfa3c547b86bc6e42.zip | |
Add Cerenkov Processes
Diffstat (limited to 'include/G4Interface.h')
| -rw-r--r-- | include/G4Interface.h | 13 |
1 files changed, 7 insertions, 6 deletions
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 <icetray/I3Logging.h> */ #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_; |
