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