diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-08-22 01:37:19 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-08-22 01:37:19 +0100 |
| commit | e3079fb2367c26f767be41e6c313d960c517bbcd (patch) | |
| tree | 509f081184a4179894ab8370ea06425d46729e9a /include/G4Interface.h | |
| parent | ba4dd395d1f163983f7102ff9a6c513cfe17912e (diff) | |
| download | G4BeamTest-e3079fb2367c26f767be41e6c313d960c517bbcd.tar.gz G4BeamTest-e3079fb2367c26f767be41e6c313d960c517bbcd.zip | |
Thu 22 Aug 01:37:19 BST 2019
Diffstat (limited to 'include/G4Interface.h')
| -rw-r--r-- | include/G4Interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/G4Interface.h b/include/G4Interface.h index e2956af..6fdce4b 100644 --- a/include/G4Interface.h +++ b/include/G4Interface.h @@ -2,8 +2,6 @@ #define _TOPSIM_G4INTERFACE_H_ #include "G4RunManager.hh" -/* #include "G4BeamTestRunManager.h" */ -/* #include <icetray/I3Logging.h> */ #ifdef G4VIS_USE class G4VisManager; @@ -13,6 +11,8 @@ class I3Particle; class G4BeamTestTank; class G4BeamTestDetectorConstruction; +extern std::fstream testnew; + /** * Top-level class to handle Geant4. All global things are initialized here (run manager, visualization manager, detector construction, physics list and user actions). */ |
