]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TGeant3/G3Dummy.cxx
New Clusterization by IHEP (yuri)
[u/mrichter/AliRoot.git] / TGeant3 / G3Dummy.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
7  * Permission to use, copy, modify and distribute this software and its   *
8  * documentation strictly for non-commercial purposes is hereby granted   *
9  * without fee, provided that the above copyright notice appears in all   *
10  * copies and that both the copyright notice and this permission notice   *
11  * appear in the supporting documentation. The authors make no claims     *
12  * about the suitability of this software for any purpose. It is          *
13  * provided "as is" without express or implied warranty.                  *
14  **************************************************************************/
15
16 /*
17 $Log$
18 */
19
20 //////////////////////////////////////////////////////
21 //  C++ dummy interface to Geant3 basic routines    //
22 //////////////////////////////////////////////////////
23
24 #include "AliCallf77.h"
25  
26
27 extern "C" type_of_call {
28
29   // This is only for ITS
30
31   void type_of_call gsvolu_(){}
32   void type_of_call gspos_(){}
33   void type_of_call gsatt_(){}
34   void type_of_call gsdvn_(){}
35   void type_of_call gsposp_(){}
36   void type_of_call atg_(){}
37   void type_of_call sxsrot_(){}
38
39   // All this for ZDC
40
41   void type_of_call grndm_(){}
42   void type_of_call gphits_(){}
43   void type_of_call gfhits_() {}
44   void type_of_call gsvert_(){}
45   void type_of_call gskine_(){}
46   void type_of_call gfpart_(){}
47   void type_of_call lorenf_(){}
48   void type_of_call gpvert_(){}
49   void type_of_call gpkine_(){}
50   void type_of_call rnorml_(){}
51   void type_of_call gfpath_() {}
52   void type_of_call uctoh_() {}
53   void type_of_call glvolu_() {}
54   void type_of_call gmtod_() {}
55   void type_of_call gfkine_() {}
56   void type_of_call vmod_() {}
57   void type_of_call gsahit_() {}
58   void type_of_call gschit_() {}
59   void type_of_call gdtom_() {}
60   void type_of_call rnpssn_() {}
61   void type_of_call ucopy_() {}
62 }