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