aboutsummaryrefslogtreecommitdiffstats
path: root/include/G4Interface.h
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-08-22 01:37:19 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2019-08-22 01:37:19 +0100
commite3079fb2367c26f767be41e6c313d960c517bbcd (patch)
tree509f081184a4179894ab8370ea06425d46729e9a /include/G4Interface.h
parentba4dd395d1f163983f7102ff9a6c513cfe17912e (diff)
downloadG4BeamTest-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.h4
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).
*/