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