fe4da5cc |
1 | ////////////////////////////////////////////////////// |
2 | // C++ dummy interface to Geant3 basic routines // |
3 | ////////////////////////////////////////////////////// |
4 | |
5 | #include "TGeant3.h" |
6 | |
7 | //--------------------------------------------------------- |
8 | |
9 | ClassImp(TGeant3) |
10 | |
11 | //___________________________________________ |
12 | TGeant3::TGeant3(){} |
13 | |
14 | //___________________________________________ |
15 | TGeant3::TGeant3(const char *title, Int_t) |
16 | :AliMC("TGeant3",title){} |
17 | |
18 | //___________________________________________ |
19 | void TGeant3::DefaultRange() {} |
20 | |
21 | //___________________________________________ |
22 | void TGeant3::LoadAddress() {} |
23 | |
24 | //=======================functions from GBASE |
25 | |
26 | //___________________________________________ |
27 | void TGeant3::Gfile(const char*, const char*) {} |
28 | void TGeant3::GeomIter() {} |
29 | Int_t TGeant3::CurrentMaterial(Float_t &, Float_t &, Float_t &, Float_t &, Float_t &) const {return 0;} |
30 | Int_t TGeant3::NextVolUp(Text_t*, Int_t&) {return 0;} |
0a6d8768 |
31 | Int_t TGeant3::CurrentVolID(Int_t&) const {return 0;} |
32 | const char* TGeant3::CurrentVolName() const {return 0;} |
1f97a957 |
33 | Int_t TGeant3::NofVolumes() const {return 0;} |
0a6d8768 |
34 | Int_t TGeant3::CurrentVolOffID(Int_t, Int_t&) const {return 0;} |
35 | const char *TGeant3::CurrentVolOffName(Int_t) const {return 0;} |
36 | void TGeant3::TrackPosition(TLorentzVector&) const {} |
37 | void TGeant3::TrackMomentum(TLorentzVector&) const {} |
577201de |
38 | Int_t TGeant3::IdFromPDG(Int_t) const {return -1;} |
39 | Int_t TGeant3::PDGFromId(Int_t) const {return -1;} |
1578254f |
40 | void TGeant3::DefineParticles() {} |
fe4da5cc |
41 | Int_t TGeant3::VolId(Text_t*) const {return 0;} |
099385a4 |
42 | const char* TGeant3::VolName(Int_t ) const {return 0;} |
fe4da5cc |
43 | Float_t TGeant3::TrackCharge() const {return 0;} |
44 | Float_t TGeant3::TrackMass() const {return 0;} |
0a6d8768 |
45 | Bool_t TGeant3::IsTrackInside() const {return 0;} |
46 | Bool_t TGeant3::IsTrackEntering() const {return 0;} |
47 | Bool_t TGeant3::IsTrackExiting() const {return 0;} |
48 | Bool_t TGeant3::IsTrackOut() const {return 0;} |
49 | Bool_t TGeant3::IsTrackDisappeared() const {return 0;} |
50 | Bool_t TGeant3::IsTrackStop() const {return 0;} |
fe4da5cc |
51 | Int_t TGeant3::NSecondaries() const {return 0;} |
52 | void TGeant3::ProdProcess(char*) const {} |
53 | void TGeant3::GetSecondary(Int_t, Int_t&, Float_t*, Float_t*){} |
54 | Float_t TGeant3::MaxStep() const {return 0;} |
55 | void TGeant3::SetMaxStep(Float_t ) {} |
fe4da5cc |
56 | Int_t TGeant3::CurrentEvent() const {return 0;} |
57 | Int_t TGeant3::GetMedium() const {return 0;} |
58 | Float_t TGeant3::Edep() const {return 0;} |
59 | Float_t TGeant3::Etot() const {return 0;} |
60 | void TGeant3::Rndm(Float_t*, const Int_t) const {} |
61 | Float_t TGeant3::TrackStep() const {return 0;} |
62 | Float_t TGeant3::TrackLength() const {return 0;} |
63 | Float_t TGeant3::TrackTime() const {return 0;} |
64 | Int_t TGeant3::TrackPid() const {return 0;} |
0a6d8768 |
65 | Bool_t TGeant3::IsTrackAlive() const {return 0;} |
fe4da5cc |
66 | void TGeant3::StopTrack() {} |
67 | void TGeant3::StopEvent() {} |
68 | void TGeant3::SetMaxNStep(Int_t) {} |
69 | void TGeant3::SetColors() {} |
70 | Int_t TGeant3::GetMaxNStep() const {return 0;} |
71 | void TGeant3::Material(Int_t&, const char*, Float_t, Float_t, Float_t, Float_t, |
72 | Float_t, Float_t*, Int_t){} |
73 | void TGeant3::Mixture(Int_t&, const char*, Float_t*, Float_t*, Float_t, Int_t, Float_t*){} |
74 | void 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){} |
76 | void TGeant3::Matrix(Int_t&, Float_t, Float_t, Float_t, Float_t, Float_t, Float_t){} |
77 | void TGeant3::WriteEuclid(const char*, const char*, Int_t, Int_t) {} |
78 | |
79 | |
80 | void TGeant3::Gpcxyz() {} |
81 | void TGeant3::Ggclos() {} |
82 | void TGeant3::Glast() {} |
83 | void TGeant3::Gprint(const char*) {} |
84 | void TGeant3::Grun() {} |
85 | void TGeant3::Gtrig() {} |
86 | void TGeant3::Gtrigc() {} |
87 | void TGeant3::Gtrigi() {} |
88 | void TGeant3::Gwork(Int_t) {} |
89 | void TGeant3::Gzinit() {} |
90 | |
91 | |
92 | //=======================functions from GCONS |
93 | //___________________________________________ |
94 | void TGeant3::Gfmate(Int_t, char*, Float_t&, Float_t&, Float_t&, Float_t&, |
95 | Float_t&, Float_t*, Int_t&){} |
96 | |
97 | //___________________________________________ |
98 | void TGeant3::Gfpart(Int_t, char*, Int_t&, Float_t&, Float_t&, Float_t&){} |
99 | |
100 | //___________________________________________ |
101 | void 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 | //___________________________________________ |
105 | void TGeant3::Gmate() {} |
106 | void TGeant3::Gpart() {} |
107 | void TGeant3::Gsdk(Int_t, Float_t*, Int_t*) {} |
108 | void TGeant3::Gsmate(Int_t, const char*, Float_t, Float_t, Float_t, Float_t, Float_t) {} |
109 | void TGeant3::Gsmixt(Int_t, const char*, Float_t*, Float_t*, Float_t, Int_t, Float_t*) {} |
110 | void TGeant3::Gspart(Int_t, const char*, Int_t, Float_t, Float_t, Float_t) {} |
111 | void 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) {} |
113 | void TGeant3::Gstpar(Int_t, const char*, Float_t) {} |
114 | void TGeant3::Gsckov(Int_t, Int_t, Float_t *, Float_t *, Float_t *, Float_t *) {} |
115 | |
116 | |
117 | //=======================functions from GKINE |
118 | //___________________________________________ |
119 | void TGeant3::Gfkine(Int_t, Float_t*, Float_t*, Int_t&, Int_t&) {} |
120 | void TGeant3::Gfvert(Int_t, Float_t*, Int_t&, Int_t&, Float_t&) {} |
121 | Int_t TGeant3::Gskine(Float_t*, Int_t, Int_t, Float_t*, Int_t){return 0;} |
122 | |
123 | //___________________________________________ |
124 | Int_t TGeant3::Gsvert(Float_t*, Int_t, Int_t, Float_t*, Int_t){return 0;} |
125 | |
126 | //=======================functions from GPHYS |
127 | //___________________________________________ |
128 | void TGeant3::Gphysi() {} |
129 | |
130 | |
131 | //=======================functions from GTRAK |
132 | //___________________________________________ |
133 | void TGeant3::Gdebug() {} |
134 | void TGeant3::Gekbin() {} |
135 | void TGeant3::Gfinds() {} |
136 | void TGeant3::Gsking(Int_t) {} |
137 | void TGeant3::Gskpho(Int_t) {} |
138 | void TGeant3::Gsstak(Int_t) {} |
139 | void TGeant3::Gsxyz() {} |
140 | void TGeant3::Gtrack() {} |
141 | void TGeant3::Gtreve() {} |
1578254f |
142 | void TGeant3::Gtreve_root() {} |
fe4da5cc |
143 | void TGeant3::Grndm(Float_t*, const Int_t) const {} |
144 | void TGeant3::Grndmq(Int_t&, Int_t&, const Int_t, const Text_t*) {} |
145 | |
146 | //=======================functions from GDRAW |
147 | //___________________________________________ |
148 | void TGeant3::Gdxyz(Int_t ) {} |
149 | void TGeant3::Gdcxyz() {} |
150 | |
151 | |
152 | //=======================functions from GGEOM |
153 | //___________________________________________ |
154 | void TGeant3::Gdtom(Float_t*, Float_t*, Int_t) {} |
155 | void TGeant3::Glmoth(const char*, Int_t, Int_t&, Int_t*, Int_t*) {} |
156 | void TGeant3::Gmedia(Float_t*, Int_t&) {} |
157 | void TGeant3::Gmtod(Float_t*, Float_t*, Int_t) {} |
158 | void TGeant3::Gsdvn(const char*, const char*, Int_t, Int_t) {} |
159 | void TGeant3::Gsdvn2(const char*, const char*, Int_t, Int_t, Float_t, Int_t) {} |
160 | void TGeant3::Gsdvs(const char*, const char*, Float_t, Int_t, Int_t) {} |
161 | void TGeant3::Gsdvs2(const char*, const char*, Float_t, Int_t, Float_t, Int_t) {} |
162 | void TGeant3::Gsdvt(const char*, const char*, Float_t, Int_t, Int_t, Int_t) {} |
163 | void TGeant3::Gsdvt2(const char *, const char *, Float_t, Int_t, Float_t, Int_t, Int_t) {} |
164 | void TGeant3::Gsord(const char*, Int_t) {} |
165 | void TGeant3::Gspos(const char*, Int_t, const char*, Float_t, Float_t, Float_t, Int_t, const char*) {} |
166 | void TGeant3::Gsposp(const char*, Int_t, const char*, Float_t, Float_t, Float_t, Int_t, const char*, Float_t*, Int_t) {} |
167 | void TGeant3::Gsrotm(Int_t, Float_t, Float_t, Float_t, Float_t, Float_t, Float_t) {} |
168 | void TGeant3::Gprotm(Int_t) {} |
169 | Int_t TGeant3::Gsvolu(const char*, const char*, Int_t, Float_t*, Int_t){return 0;} |
170 | void TGeant3::Gsatt(const char*, const char*, Int_t) {} |
171 | void TGeant3::Gfpara(const char*, Int_t, Int_t, Int_t&, Int_t&, Float_t*, Float_t*) {} |
172 | void TGeant3::Gckpar(Int_t, Int_t, Float_t*) {} |
173 | void TGeant3::Gckmat(Int_t, char*) {} |
174 | |
175 | //______________________________________________________________________________ |
176 | void 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 | //____________________________________ |
193 | void TGeant3::InitHIGZ() {} |
194 | void TGeant3::Gdopen(Int_t) {} |
195 | void TGeant3::Gdclose() {} |
196 | void TGeant3::Gdelete(Int_t) {} |
197 | void TGeant3::Gdshow(Int_t) {} |
198 | void TGeant3::Gdopt(const char *,const char *) {} |
199 | void TGeant3::Gdraw(const char *,Float_t, Float_t, Float_t,Float_t,Float_t,Float_t,Float_t) {} |
200 | void TGeant3::Gdrawc(const char *,Int_t, Float_t,Float_t,Float_t,Float_t,Float_t) {} |
201 | void TGeant3::Gdrawx(const char *,Float_t, Float_t, Float_t, |
202 | Float_t, Float_t,Float_t,Float_t,Float_t,Float_t) {} |
203 | void TGeant3::Gdhead(Int_t, const char *, Float_t) {} |
204 | void TGeant3::Gdman(Float_t, Float_t, const char *) {} |
205 | void TGeant3::Gdspec(const char *) {} |
206 | void TGeant3::DrawOneSpec(const char *) {} |
207 | void TGeant3::Gdtree(const char *,Int_t,Int_t) {} |
208 | void TGeant3::GdtreeParent(const char *,Int_t,Int_t) {} |
209 | |
210 | //=======================Set functions |
211 | //____________________________________ |
212 | void TGeant3::SetABAN(Int_t) {} |
213 | void TGeant3::SetANNI(Int_t) {} |
214 | void TGeant3::SetAUTO(Int_t) {} |
215 | void TGeant3::SetBOMB(Float_t) {} |
216 | void TGeant3::SetBREM(Int_t) {} |
217 | void TGeant3::SetCKOV(Int_t) {} |
218 | void TGeant3::SetClipBox(const char *,Float_t,Float_t, Float_t,Float_t,Float_t,Float_t) {} |
219 | void TGeant3::SetCOMP(Int_t) {} |
220 | void 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) {} |
223 | void TGeant3::SetDCAY(Int_t) {} |
224 | void TGeant3::SetDEBU(Int_t, Int_t, Int_t) {} |
225 | void TGeant3::SetDRAY(Int_t) {} |
226 | void TGeant3::SetHADR(Int_t) {} |
227 | void 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) {} |
230 | void TGeant3::SetLOSS(Int_t) {} |
231 | void TGeant3::SetMULS(Int_t) {} |
232 | void TGeant3::SetMUNU(Int_t) {} |
233 | void TGeant3::SetOPTI(Int_t) {} |
234 | void TGeant3::SetPAIR(Int_t) {} |
235 | void TGeant3::SetPFIS(Int_t) {} |
236 | void TGeant3::SetPHOT(Int_t) {} |
237 | void TGeant3::SetRAYL(Int_t) {} |
238 | void TGeant3::SetSWIT(Int_t , Int_t) {} |
239 | void TGeant3::SetTRIG(Int_t) {} |
7ac3f11b |
240 | void TGeant3::SetUserDecay(Int_t) {} |
fe4da5cc |
241 | void TGeant3::Vname(const char *, char *) {} |
242 | void TGeant3::InitLego() {} |
243 | |
244 | |
245 | #include "AliCallf77.h" |
246 | |
247 | |
248 | extern "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 | } |