]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/G3Dummy.cxx
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / TGeant3 / G3Dummy.cxx
diff --git a/TGeant3/G3Dummy.cxx b/TGeant3/G3Dummy.cxx
new file mode 100644 (file)
index 0000000..181374f
--- /dev/null
@@ -0,0 +1,43 @@
+//////////////////////////////////////////////////////
+//  C++ dummy interface to Geant3 basic routines    //
+//////////////////////////////////////////////////////
+
+#include "AliCallf77.h"
+
+extern "C" type_of_call {
+
+  // This is only for ITS
+
+  void type_of_call gsvolu_(){}
+  void type_of_call gspos_(){}
+  void type_of_call gsatt_(){}
+  void type_of_call gsdvn_(){}
+  void type_of_call gsposp_(){}
+  void type_of_call atg_(){}
+  void type_of_call sxsrot_(){}
+
+  // All this for ZDC
+
+  void type_of_call grndm_(){}
+  void type_of_call gphits_(){}
+  void type_of_call gfhits_() {}
+  void type_of_call gsvert_(){}
+  void type_of_call gskine_(){}
+  void type_of_call gfpart_(){}
+  void type_of_call lorenf_(){}
+  void type_of_call gpvert_(){}
+  void type_of_call gpkine_(){}
+  void type_of_call rnorml_(){}
+  void type_of_call gfpath_() {}
+  void type_of_call uctoh_() {}
+  void type_of_call glvolu_() {}
+  void type_of_call gmtod_() {}
+  void type_of_call gfkine_() {}
+  void type_of_call vmod_() {}
+  void type_of_call gsahit_() {}
+  void type_of_call gschit_() {}
+  void type_of_call gdtom_() {}
+  void type_of_call rnpssn_() {}
+  void type_of_call ucopy_() {}
+}