]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TGeant3/G3Dummy.cxx
Corrections to line for alpha
[u/mrichter/AliRoot.git] / TGeant3 / G3Dummy.cxx
1 //////////////////////////////////////////////////////
2 //  C++ dummy interface to Geant3 basic routines    //
3 //////////////////////////////////////////////////////
4
5 #include "AliCallf77.h"
6  
7
8 extern "C" type_of_call {
9
10   // This is only for ITS
11
12   void type_of_call gsvolu_(){}
13   void type_of_call gspos_(){}
14   void type_of_call gsatt_(){}
15   void type_of_call gsdvn_(){}
16   void type_of_call gsposp_(){}
17   void type_of_call atg_(){}
18   void type_of_call sxsrot_(){}
19
20   // All this for ZDC
21
22   void type_of_call grndm_(){}
23   void type_of_call gphits_(){}
24   void type_of_call gfhits_() {}
25   void type_of_call gsvert_(){}
26   void type_of_call gskine_(){}
27   void type_of_call gfpart_(){}
28   void type_of_call lorenf_(){}
29   void type_of_call gpvert_(){}
30   void type_of_call gpkine_(){}
31   void type_of_call rnorml_(){}
32   void type_of_call gfpath_() {}
33   void type_of_call uctoh_() {}
34   void type_of_call glvolu_() {}
35   void type_of_call gmtod_() {}
36   void type_of_call gfkine_() {}
37   void type_of_call vmod_() {}
38   void type_of_call gsahit_() {}
39   void type_of_call gschit_() {}
40   void type_of_call gdtom_() {}
41   void type_of_call rnpssn_() {}
42   void type_of_call ucopy_() {}
43 }