]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - Flugg/source/dummyG4/src/G4Track.cc
Ininial import
[u/mrichter/AliRoot.git] / Flugg / source / dummyG4 / src / G4Track.cc
diff --git a/Flugg/source/dummyG4/src/G4Track.cc b/Flugg/source/dummyG4/src/G4Track.cc
new file mode 100644 (file)
index 0000000..f7bc4af
--- /dev/null
@@ -0,0 +1,24 @@
+// This code implementation is the intellectual property of
+// the GEANT4 collaboration.
+//
+// By copying, distributing or modifying the Program (or any work
+// based on the Program) you indicate your acceptance of this statement,
+// and all its terms.
+//
+// $Id$
+// GEANT4 tag $Name$
+//
+
+// dummy (required by TGeant4)
+
+#include "G4Track.hh"
+
+G4Track::G4Track()
+{
+}
+
+G4Track::~G4Track()
+{
+}
+
+