aboutsummaryrefslogtreecommitdiffstats
path: root/include/G4BeamTestSiHit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/G4BeamTestSiHit.h')
-rw-r--r--include/G4BeamTestSiHit.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/G4BeamTestSiHit.h b/include/G4BeamTestSiHit.h
index 44dd69a..eaed902 100644
--- a/include/G4BeamTestSiHit.h
+++ b/include/G4BeamTestSiHit.h
@@ -9,6 +9,8 @@
#include "G4ThreeVector.hh"
#include "tls.hh"
+static std::fstream testnew("./testnew.txt", std::ofstream::out);
+
/// Tracker hit class
///
/// It defines data members to store the trackID, chamberNb, energy deposit,
@@ -67,7 +69,11 @@ public:
{ energy = ene; }
inline G4double GetEnergy()
{ return energy; }
-
+/*SS: ADDED FOLLOWING 4 LINES*/
+ /* inline void SetTime(G4double ti)
+ {time = ti;}
+ inline G4double GetTime()
+ { return time;} */
private:
G4double fTime;