]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TGeant3/TGeant3Dummy.cxx
370fe22d31364ac3a145bbb3407e0841f68a6bf2
[u/mrichter/AliRoot.git] / TGeant3 / TGeant3Dummy.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 Revision 1.11  1999/09/29 09:24:31  fca
19 Introduction of the Copyright and cvs Log
20
21 */
22
23 //////////////////////////////////////////////////////
24 //  C++ dummy interface to Geant3 basic routines    //
25 //////////////////////////////////////////////////////
26
27 #include "TGeant3.h"
28
29 //---------------------------------------------------------
30
31 ClassImp(TGeant3)
32
33 //___________________________________________
34 TGeant3::TGeant3(){}
35
36 //___________________________________________
37 TGeant3::TGeant3(const char *title, Int_t)
38        :AliMC("TGeant3",title){}
39
40 //___________________________________________ 
41 void TGeant3::DefaultRange() {}
42  
43 //___________________________________________
44 void TGeant3::LoadAddress() {}
45
46 //=======================functions from GBASE
47
48 //___________________________________________
49 void    TGeant3::Gfile(const char*, const char*) {}
50 void    TGeant3::GeomIter() {}
51 Int_t   TGeant3::CurrentMaterial(Float_t &, Float_t &, Float_t &, Float_t &, Float_t &) const {return 0;}
52 Int_t   TGeant3::NextVolUp(Text_t*, Int_t&) {return 0;}
53 Int_t   TGeant3::CurrentVolID(Int_t&) const {return 0;}
54 const char*  TGeant3::CurrentVolName() const {return 0;}
55 Float_t TGeant3::Xsec(char*, Float_t, Int_t, Int_t) {return 0;}
56 Int_t   TGeant3::NofVolumes() const {return 0;}
57 Int_t   TGeant3::CurrentVolOffID(Int_t, Int_t&) const {return 0;}
58 const char *TGeant3::CurrentVolOffName(Int_t) const {return 0;}
59 void    TGeant3::TrackPosition(TLorentzVector&) const {}
60 void    TGeant3::TrackMomentum(TLorentzVector&) const {}
61 Int_t   TGeant3::IdFromPDG(Int_t) const {return -1;}
62 Int_t   TGeant3::PDGFromId(Int_t) const {return -1;}
63 void    TGeant3::DefineParticles() {}
64 Int_t   TGeant3::VolId(Text_t*) const {return 0;}
65 const char*   TGeant3::VolName(Int_t ) const {return 0;}
66 Float_t TGeant3::TrackCharge() const {return 0;}
67 Float_t TGeant3::TrackMass() const {return 0;}
68 Bool_t  TGeant3::IsTrackInside() const {return 0;}
69 Bool_t  TGeant3::IsTrackEntering() const {return 0;}
70 Bool_t  TGeant3::IsTrackExiting() const {return 0;}
71 Bool_t  TGeant3::IsTrackOut() const {return 0;}
72 Bool_t  TGeant3::IsTrackDisappeared() const {return 0;}
73 Bool_t  TGeant3::IsTrackStop() const {return 0;}
74 Int_t   TGeant3::NSecondaries() const {return 0;}
75 void    TGeant3::ProdProcess(char*) const {}
76 void    TGeant3::GetSecondary(Int_t, Int_t&, 
77                               TLorentzVector&, TLorentzVector&){}
78 Float_t TGeant3::MaxStep() const {return 0;}
79 void    TGeant3::SetMaxStep(Float_t ) {}
80 Int_t   TGeant3::CurrentEvent() const {return 0;}
81 Int_t   TGeant3::GetMedium() const {return 0;}
82 Float_t TGeant3::Edep() const {return 0;}
83 Float_t TGeant3::Etot() const {return 0;}
84 void    TGeant3::Rndm(Float_t*, const Int_t) const {}
85 Float_t TGeant3::TrackStep() const {return 0;}
86 Float_t TGeant3::TrackLength() const {return 0;}
87 Float_t TGeant3::TrackTime() const {return 0;}
88 Int_t   TGeant3::TrackPid() const {return 0;}
89 Bool_t  TGeant3::IsTrackAlive() const {return 0;}
90 void    TGeant3::StopTrack() {}
91 void    TGeant3::StopEvent() {}
92 void    TGeant3::SetMaxNStep(Int_t) {}
93 void    TGeant3::SetColors() {}
94 Int_t   TGeant3::GetMaxNStep() const {return 0;}
95 void    TGeant3::Material(Int_t&, const char*, Float_t, Float_t, Float_t, Float_t,
96                           Float_t, Float_t*, Int_t){}
97 void    TGeant3::Mixture(Int_t&, const char*, Float_t*, Float_t*, Float_t, Int_t, Float_t*){}
98 void    TGeant3::Medium(Int_t&, const char*, Int_t, Int_t, Int_t, Float_t, Float_t, 
99                         Float_t, Float_t, Float_t, Float_t, Float_t*, Int_t){}
100 void    TGeant3::Matrix(Int_t&, Float_t, Float_t, Float_t, Float_t, Float_t, Float_t){}
101 void    TGeant3::WriteEuclid(const char*, const char*, Int_t, Int_t) {}
102
103
104 void  TGeant3::Gpcxyz() {}
105 void  TGeant3::Ggclos() {}
106 void  TGeant3::Glast() {}
107 void  TGeant3::Gprint(const char*) {}
108 void  TGeant3::Grun() {}
109 void  TGeant3::Gtrig() {}
110 void  TGeant3::Gtrigc() {}
111 void  TGeant3::Gtrigi() {}
112 void  TGeant3::Gwork(Int_t) {}
113 void  TGeant3::Gzinit() {}
114
115
116 //=======================functions from GCONS
117 //___________________________________________
118 void  TGeant3::Gfmate(Int_t, char*, Float_t&, Float_t&, Float_t&, Float_t&,
119                       Float_t&, Float_t*, Int_t&){}
120
121 //___________________________________________
122 void  TGeant3::Gfpart(Int_t, char*, Int_t&, Float_t&, Float_t&, Float_t&){}
123
124 //___________________________________________
125 void  TGeant3::Gftmed(Int_t, char*, Int_t&, Int_t&, Int_t&, Float_t&, Float_t&,
126                     Float_t&, Float_t&, Float_t&, Float_t&, Float_t*, Int_t*){}
127
128 //___________________________________________
129 void  TGeant3::Gmate() {}
130 void  TGeant3::Gpart() {}
131 void  TGeant3::Gsdk(Int_t, Float_t*, Int_t*) {}
132 void  TGeant3::Gsmate(Int_t, const char*, Float_t, Float_t, Float_t, Float_t, Float_t) {}
133 void  TGeant3::Gsmixt(Int_t, const char*, Float_t*, Float_t*, Float_t, Int_t, Float_t*) {}
134 void  TGeant3::Gspart(Int_t, const char*, Int_t,   Float_t, Float_t, Float_t) {}
135 void  TGeant3::Gstmed(Int_t, const char*, Int_t, Int_t, 
136                    Int_t, Float_t, Float_t, Float_t, Float_t, Float_t, Float_t) {}
137 void  TGeant3::Gstpar(Int_t, const char*, Float_t) {}
138 void  TGeant3::Gsckov(Int_t, Int_t, Float_t *, Float_t *, Float_t *, Float_t *) {}
139
140
141 //=======================functions from GKINE
142 //___________________________________________
143 void  TGeant3::Gfkine(Int_t, Float_t*, Float_t*, Int_t&, Int_t&) {}
144 void  TGeant3::Gfvert(Int_t, Float_t*, Int_t&, Int_t&, Float_t&) {}
145 Int_t TGeant3::Gskine(Float_t*, Int_t, Int_t, Float_t*, Int_t){return 0;}
146
147 //___________________________________________
148 Int_t TGeant3::Gsvert(Float_t*, Int_t, Int_t, Float_t*, Int_t){return 0;}
149
150 //=======================functions from GPHYS
151 //___________________________________________
152 void  TGeant3::Gphysi() {}
153
154
155 //=======================functions from GTRAK
156 //___________________________________________
157 void  TGeant3::Gdebug() {}
158 void  TGeant3::Gekbin() {}
159 void  TGeant3::Gfinds() {}
160 void  TGeant3::Gsking(Int_t) {}
161 void  TGeant3::Gskpho(Int_t) {}
162 void  TGeant3::Gsstak(Int_t) {}
163 void  TGeant3::Gsxyz() {}
164 void  TGeant3::Gtrack() {}
165 void  TGeant3::Gtreve() {}
166 void  TGeant3::Gtreve_root() {}
167 void  TGeant3::Grndm(Float_t*, const Int_t) const {}
168 void  TGeant3::Grndmq(Int_t&, Int_t&, const Int_t, const Text_t*) {}
169
170 //=======================functions from GDRAW
171 //___________________________________________
172 void  TGeant3::Gdxyz(Int_t ) {}
173 void  TGeant3::Gdcxyz() {}
174
175
176 //=======================functions from GGEOM
177 //___________________________________________
178 void  TGeant3::Gdtom(Float_t*, Float_t*, Int_t) {}
179 void  TGeant3::Glmoth(const char*, Int_t, Int_t&, Int_t*, Int_t*) {}
180 void  TGeant3::Gmedia(Float_t*, Int_t&) {}
181 void  TGeant3::Gmtod(Float_t*, Float_t*, Int_t) {}
182 void  TGeant3::Gsdvn(const char*, const char*, Int_t, Int_t) {}
183 void  TGeant3::Gsdvn2(const char*, const char*, Int_t, Int_t, Float_t, Int_t) {}
184 void  TGeant3::Gsdvs(const char*, const char*, Float_t, Int_t, Int_t) {}
185 void  TGeant3::Gsdvs2(const char*, const char*, Float_t, Int_t, Float_t, Int_t) {}
186 void  TGeant3::Gsdvt(const char*, const char*, Float_t, Int_t, Int_t, Int_t) {}
187 void  TGeant3::Gsdvt2(const char *, const char *, Float_t, Int_t, Float_t, Int_t, Int_t) {}
188 void  TGeant3::Gsord(const char*, Int_t) {}
189 void  TGeant3::Gspos(const char*, Int_t, const char*, Float_t, Float_t, Float_t, Int_t, const char*) {}
190 void  TGeant3::Gsposp(const char*, Int_t, const char*, Float_t, Float_t, Float_t, Int_t, const char*, Float_t*, Int_t) {}
191 void  TGeant3::Gsrotm(Int_t, Float_t, Float_t, Float_t, Float_t, Float_t, Float_t)  {}
192 void  TGeant3::Gprotm(Int_t)  {}
193 Int_t TGeant3::Gsvolu(const char*, const char*, Int_t, Float_t*, Int_t){return 0;}
194 void  TGeant3::Gsatt(const char*, const char*, Int_t) {}
195 void  TGeant3::Gfpara(const char*, Int_t, Int_t, Int_t&, Int_t&, Float_t*, Float_t*) {}
196 void  TGeant3::Gckpar(Int_t, Int_t, Float_t*) {}
197 void  TGeant3::Gckmat(Int_t, char*) {}
198
199 //______________________________________________________________________________
200 void TGeant3::Streamer(TBuffer &R__b)
201 {
202    // Stream an object of class TGeant3.
203
204    if (R__b.IsReading()) {
205       Version_t R__v = R__b.ReadVersion(); if (R__v) { }
206       AliMC::Streamer(R__b);
207       R__b >> fNextVol;
208    } else {
209       R__b.WriteVersion(TGeant3::IsA());
210       AliMC::Streamer(R__b);
211       R__b << fNextVol;
212    }
213 }
214
215 //=======================DRAW functions
216 //____________________________________
217 void  TGeant3::InitHIGZ() {}
218 void  TGeant3::Gdopen(Int_t) {}
219 void  TGeant3::Gdclose() {}
220 void  TGeant3::Gdelete(Int_t) {}
221 void  TGeant3::Gdshow(Int_t) {}
222 void  TGeant3::Gdopt(const char *,const char *) {}
223 void  TGeant3::Gdraw(const char *,Float_t, Float_t, Float_t,Float_t,Float_t,Float_t,Float_t) {}
224 void  TGeant3::Gdrawc(const char *,Int_t, Float_t,Float_t,Float_t,Float_t,Float_t) {}
225 void  TGeant3::Gdrawx(const char *,Float_t, Float_t, Float_t,
226                          Float_t, Float_t,Float_t,Float_t,Float_t,Float_t) {}
227 void  TGeant3::Gdhead(Int_t, const char *, Float_t) {}
228 void  TGeant3::Gdman(Float_t, Float_t, const char *) {}
229 void  TGeant3::Gdspec(const char *) {}
230 void  TGeant3::DrawOneSpec(const char *) {}
231 void  TGeant3::Gdtree(const char *,Int_t,Int_t) {}
232 void  TGeant3::GdtreeParent(const char *,Int_t,Int_t) {}
233
234 //=======================Set functions
235 //____________________________________
236 void TGeant3::SetABAN(Int_t)  {}
237 void TGeant3::SetANNI(Int_t)  {}
238 void TGeant3::SetAUTO(Int_t)  {}
239 void TGeant3::SetBOMB(Float_t)  {}
240 void TGeant3::SetBREM(Int_t)  {}
241 void TGeant3::SetCKOV(Int_t)  {}
242 void TGeant3::SetClipBox(const char *,Float_t,Float_t, Float_t,Float_t,Float_t,Float_t) {}
243 void TGeant3::SetCOMP(Int_t)  {}
244 void TGeant3::SetCUTS(Float_t,Float_t,Float_t,Float_t,
245                       Float_t,Float_t,Float_t,Float_t,
246                       Float_t,Float_t, Float_t)  {}
247 void TGeant3::SetDCAY(Int_t)  {}
248 void TGeant3::SetDEBU(Int_t, Int_t, Int_t)  {}
249 void TGeant3::SetDRAY(Int_t)  {}
250 void TGeant3::SetHADR(Int_t)  {}
251 void TGeant3::SetKINE(Int_t, Float_t, Float_t, Float_t, Float_t,
252                      Float_t, Float_t, Float_t, Float_t, Float_t,
253                      Float_t)  {}
254 void TGeant3::SetLOSS(Int_t)  {}
255 void TGeant3::SetMULS(Int_t)  {}
256 void TGeant3::SetMUNU(Int_t)  {}
257 void TGeant3::SetOPTI(Int_t)  {}
258 void TGeant3::SetPAIR(Int_t)  {}
259 void TGeant3::SetPFIS(Int_t)  {}
260 void TGeant3::SetPHOT(Int_t)  {}
261 void TGeant3::SetRAYL(Int_t)  {}
262 void TGeant3::SetSWIT(Int_t , Int_t)  {}
263 void TGeant3::SetTRIG(Int_t)  {}
264 void TGeant3::SetUserDecay(Int_t) {}
265 void TGeant3::Vname(const char *, char *) {}
266 void TGeant3::InitLego() {}
267 void TGeant3::Ertrgo() {}
268 void TGeant3::Ertrak(const Float_t *const , const Float_t *const , 
269                      const Float_t *, const Float_t *,
270                      Int_t ,  Option_t *) {}
271
272         
273
274
275 #include "AliCallf77.h"
276  
277
278 extern "C" type_of_call {
279
280   // This is only for ITS
281
282   void type_of_call gsvolu_(){}
283   void type_of_call gspos_(){}
284   void type_of_call gsatt_(){}
285   void type_of_call gsdvn_(){}
286   void type_of_call gsposp_(){}
287   void type_of_call atg_(){}
288   void type_of_call sxsrot_(){}
289
290   // All this for ZDC
291
292   void type_of_call grndm_(){}
293   void type_of_call gphits_(){}
294   void type_of_call gfhits_() {}
295   void type_of_call gsvert_(){}
296   void type_of_call gskine_(){}
297   void type_of_call gfpart_(){}
298   void type_of_call lorenf_(){}
299   void type_of_call gpvert_(){}
300   void type_of_call gpkine_(){}
301   void type_of_call rnorml_(){}
302   void type_of_call gfpath_() {}
303   void type_of_call uctoh_() {}
304   void type_of_call glvolu_() {}
305   void type_of_call gmtod_() {}
306   void type_of_call gfkine_() {}
307   void type_of_call vmod_() {}
308   void type_of_call gsahit_() {}
309   void type_of_call gschit_() {}
310   void type_of_call gdtom_() {}
311   void type_of_call rnpssn_() {}
312   void type_of_call ucopy_() {}
313 }