]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TFluka/TFluka.h
Updated buspatch and DDL numbers for station 345 and started buspatch at 1
[u/mrichter/AliRoot.git] / TFluka / TFluka.h
CommitLineData
6f5667d1 1#ifndef TFLUKA_H
2#define TFLUKA_H
829fb838 3/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * See cxx source for full Copyright notice */
5
6/* $Id$ */
7
8///////////////////////////////////////////////////////////////////////////////
9// //
10// //
11// FLUKA implementation of the VirtualMC Interface //
12// //
13// //
14///////////////////////////////////////////////////////////////////////////////
15
16
17#include "TVirtualMC.h"
c54ce58e 18#include "TMCOptical.h"
a9ea1616 19#include "TFlukaCodes.h"
4aba9d66 20#include "TFlukaMCGeometry.h"
21
829fb838 22//Forward declaration
6f5667d1 23class TGeoMCGeometry;
4aba9d66 24//class TFlukaMCGeometry;
829fb838 25class TGeoMaterial;
26
27class TFluka : public TVirtualMC {
28
29 public:
30 TFluka(const char *title, Int_t verbosity = 0, Bool_t isRootGeometrySupported = 0);
31 TFluka();
32 virtual ~TFluka();
7110de2d 33 virtual Bool_t IsRootGeometrySupported() const { return kTRUE;}
829fb838 34
4aba9d66 35 Int_t GetNstep() { return fGeom->GetNstep(); } // to be removed
36
829fb838 37 //
b496f27c 38 // Methods for building/management of geometry
829fb838 39 // ------------------------------------------------
40 //
41
b496f27c 42 // Functions from GCONS
43 virtual void Gfmate(Int_t imat, char *name, Float_t &a, Float_t &z,
44 Float_t &dens, Float_t &radl, Float_t &absl,
45 Float_t* ubuf, Int_t& nbuf);
46 virtual void Gfmate(Int_t imat, char *name, Double_t &a, Double_t &z,
47 Double_t &dens, Double_t &radl, Double_t &absl,
48 Double_t* ubuf, Int_t& nbuf);
49
50 // Detector composition
51 virtual void Material(Int_t& kmat, const char* name, Double_t a,
52 Double_t z, Double_t dens, Double_t radl, Double_t absl,
53 Float_t* buf, Int_t nwbuf);
54 virtual void Material(Int_t& kmat, const char* name, Double_t a,
55 Double_t z, Double_t dens, Double_t radl, Double_t absl,
56 Double_t* buf, Int_t nwbuf);
57 virtual void Mixture(Int_t& kmat, const char *name, Float_t *a,
58 Float_t *z, Double_t dens, Int_t nlmat, Float_t *wmat);
59 virtual void Mixture(Int_t& kmat, const char *name, Double_t *a,
60 Double_t *z, Double_t dens, Int_t nlmat, Double_t *wmat);
61 virtual void Medium(Int_t& kmed, const char *name, Int_t nmat,
62 Int_t isvol, Int_t ifield, Double_t fieldm, Double_t tmaxfd,
63 Double_t stemax, Double_t deemax, Double_t epsil,
64 Double_t stmin, Float_t* ubuf, Int_t nbuf);
65 virtual void Medium(Int_t& kmed, const char *name, Int_t nmat,
66 Int_t isvol, Int_t ifield, Double_t fieldm, Double_t tmaxfd,
67 Double_t stemax, Double_t deemax, Double_t epsil,
68 Double_t stmin, Double_t* ubuf, Int_t nbuf);
69 virtual void Matrix(Int_t& krot, Double_t thetaX, Double_t phiX,
70 Double_t thetaY, Double_t phiY, Double_t thetaZ,
71 Double_t phiZ);
72 virtual void Gstpar(Int_t itmed, const char *param, Double_t parval);
73
74 // Functions from GGEOM
829fb838 75 virtual Int_t Gsvolu(const char *name, const char *shape, Int_t nmed,
76 Float_t *upar, Int_t np);
77 virtual Int_t Gsvolu(const char *name, const char *shape, Int_t nmed,
78 Double_t *upar, Int_t np);
b496f27c 79 virtual void Gsdvn(const char *name, const char *mother, Int_t ndiv,
80 Int_t iaxis);
81 virtual void Gsdvn2(const char *name, const char *mother, Int_t ndiv,
82 Int_t iaxis, Double_t c0i, Int_t numed);
83 virtual void Gsdvt(const char *name, const char *mother, Double_t step,
84 Int_t iaxis, Int_t numed, Int_t ndvmx);
85 virtual void Gsdvt2(const char *name, const char *mother, Double_t step,
829fb838 86 Int_t iaxis, Double_t c0, Int_t numed, Int_t ndvmx);
b496f27c 87 virtual void Gsord(const char *name, Int_t iax);
88 virtual void Gspos(const char *name, Int_t nr, const char *mother,
89 Double_t x, Double_t y, Double_t z, Int_t irot,
829fb838 90 const char *konly="ONLY");
b496f27c 91 virtual void Gsposp(const char *name, Int_t nr, const char *mother,
92 Double_t x, Double_t y, Double_t z, Int_t irot,
93 const char *konly, Float_t *upar, Int_t np);
94 virtual void Gsposp(const char *name, Int_t nr, const char *mother,
95 Double_t x, Double_t y, Double_t z, Int_t irot,
96 const char *konly, Double_t *upar, Int_t np);
97 virtual void Gsbool(const char* onlyVolName, const char* manyVolName);
98
a9ea1616 99 // functions for access to geometry
100 //
101 // Return the Transformation matrix between the volume specified by
102 // the path volumePath and the top or master volume.
103 virtual Bool_t GetTransformation(const TString& volumePath,
104 TGeoHMatrix& matrix);
105
106 // Return the name of the shape and its parameters for the volume
107 // specified by the volume name.
108 virtual Bool_t GetShape(const TString& volumePath,
109 TString& shapeType, TArrayD& par);
110
111 // Returns the material parameters for the volume specified by
112 // the volume name.
113 virtual Bool_t GetMaterial(const TString& volumeName,
114 TString& name, Int_t& imat,
115 Double_t& a, Double_t& z, Double_t& density,
116 Double_t& radl, Double_t& inter, TArrayD& par);
117
118 // Returns the medium parameters for the volume specified by the
119 // volume name.
120 virtual Bool_t GetMedium(const TString& volumeName,
121 TString& name, Int_t& imed,
122 Int_t& nmat, Int_t& isvol, Int_t& ifield,
123 Double_t& fieldm, Double_t& tmaxfd, Double_t& stemax,
124 Double_t& deemax, Double_t& epsil, Double_t& stmin,
125 TArrayD& par);
126
b496f27c 127 virtual void SetCerenkov(Int_t itmed, Int_t npckov, Float_t *ppckov,
128 Float_t *absco, Float_t *effic, Float_t *rindex);
129 virtual void SetCerenkov(Int_t itmed, Int_t npckov, Double_t *ppckov,
130 Double_t *absco, Double_t *effic, Double_t *rindex);
b2be0e73 131 virtual void SetCerenkov(Int_t itmed, Int_t npckov, Float_t *ppckov,
132 Float_t *absco, Float_t *effic, Float_t *rindex, Float_t *rfl);
133 virtual void SetCerenkov(Int_t itmed, Int_t npckov, Double_t *ppckov,
134 Double_t *absco, Double_t *effic, Double_t *rindex, Double_t *rfl);
b496f27c 135
c54ce58e 136//
137 virtual void DefineOpSurface(const char* name, EMCOpSurfaceModel model, EMCOpSurfaceType surface,
138 EMCOpSurfaceFinish surfaceFinish, Double_t sigmaAlpha);
139
140 virtual void SetBorderSurface(const char* name, const char* vol1Name, int vol1CopyNo, const char* vol2Name, int vol2CopyNo,
141 const char* opSurfaceName);
142
b496f27c 143
c54ce58e 144 virtual void SetSkinSurface(const char* name, const char* volName, const char* opSurfaceName);
145
146 virtual void SetMaterialProperty(Int_t itmed, const char* propertyName, Int_t np, Double_t* pp, Double_t* values);
147
148 virtual void SetMaterialProperty(Int_t itmed, const char* propertyName, Double_t value);
149
150 virtual void SetMaterialProperty(const char* surfaceName, const char* propertyName, Int_t np, Double_t* pp, Double_t* values);
151
b496f27c 152 // Functions for drawing
153 virtual void DrawOneSpec(const char* /*name*/)
a9ea1616 154 {Warning("DrawOneSpec", "Not yet implemented !\n");}
b496f27c 155 virtual void Gsatt(const char* name, const char* att, Int_t val);
156 virtual void Gdraw(const char*,Double_t /*theta = 30*/, Double_t /*phi = 30*/,
157 Double_t /*psi = 0*/, Double_t /*u0 = 10*/, Double_t /*v0 = 10*/,
158 Double_t /*ul = 0.01*/, Double_t /*vl = 0.01*/)
a9ea1616 159 {Warning("Gdraw", "Not yet implemented !\n");}
829fb838 160
161 // Euclid
b496f27c 162 virtual void WriteEuclid(const char*, const char*, Int_t, Int_t);
829fb838 163
b496f27c 164 // Getters
a9ea1616 165 Int_t GetDummyRegion() const;
166 Int_t GetDummyLattice() const;
b496f27c 167 virtual Int_t VolId(const Text_t* volName) const;
168 virtual const char* VolName(Int_t id) const;
169 virtual Int_t NofVolumes() const {return fNVolumes;}
170 virtual Int_t VolId2Mate(Int_t id) const;
829fb838 171 //
b496f27c 172 // Methods for physics management
829fb838 173 // ------------------------------------------------
174 //
175
b496f27c 176 // User configuration
b2129742 177 virtual Bool_t SetProcess(const char* flagName, Int_t flagValue);
178 virtual void SetProcess(const char* flagName, Int_t flagValue, Int_t imed);
179 virtual Bool_t SetCut(const char* cutName, Double_t cutValue);
180 virtual void SetCut(const char* cutName, Double_t cutValue, Int_t imed);
acf2e119 181 virtual void SetModelParameter(const char* parName, Double_t parValue, Int_t imed);
fb2cbbec 182 virtual TObjArray* GetListOfUserConfigs() {return fUserConfig;}
b2129742 183 virtual Double_t Xsec(char*, Double_t, Int_t, Int_t);
f450e9d0 184
829fb838 185
b496f27c 186 // Particle table usage
187 virtual Int_t IdFromPDG(Int_t id) const;
188 virtual Int_t PDGFromId(Int_t pdg) const;
189 virtual void DefineParticles()
a9ea1616 190 {Warning("DefineParticles", "Not yet implemented !\n");}
829fb838 191
192 //
193 // methods for step management
194 // ------------------------------------------------
195 //
196
b496f27c 197 // Action methods
bd3d5c8a 198 virtual void StopTrack();
199 virtual void ResetStoppingCondition() {fStopped = kFALSE;}
eb49ba4d 200 virtual Bool_t GetStoppingCondition() const {return fStopped;}
bd3d5c8a 201
b496f27c 202 virtual void StopEvent() {fStopEvent = kTRUE;}
203 virtual void StopRun() {fStopEvent = kTRUE; fStopRun = kTRUE;}
eb49ba4d 204 virtual Bool_t EventIsStopped() const {return fStopEvent;}
b496f27c 205 virtual void SetStopEvent(Bool_t flag) {fStopEvent = flag;}
829fb838 206
b496f27c 207 // Set methods
07f5b33e 208 virtual void SetMaxStep (Double_t step);
829fb838 209 virtual void SetMaxNStep(Int_t);
210 virtual void SetUserDecay(Int_t);
211
b496f27c 212 // Get methods
213 // Tracking volume(s)
829fb838 214 virtual Int_t CurrentVolID(Int_t& copyNo) const;
215 virtual Int_t CurrentVolOffID(Int_t off, Int_t& copyNo) const;
216 virtual const char* CurrentVolName() const;
217 virtual const char* CurrentVolOffName(Int_t off) const;
218 virtual Int_t CurrentMaterial(Float_t &a, Float_t &z,
219 Float_t &dens, Float_t &radl, Float_t &absl) const;
b496f27c 220 virtual Int_t CurrentEvent() const {return fNEvent;}
221
829fb838 222 virtual void Gmtod(Float_t* xm, Float_t* xd, Int_t iflag);
223
224 virtual void Gmtod(Double_t* xm, Double_t* xd, Int_t iflag);
225
226 virtual void Gdtom(Float_t* xd, Float_t* xm, Int_t iflag);
227
228 virtual void Gdtom(Double_t* xd, Double_t* xm, Int_t iflag);
229
2f09b80e 230 virtual Double_t MaxStep() const;
829fb838 231 virtual Int_t GetMaxNStep() const
a9ea1616 232 {Warning("GetMaxNStep", "Not yet implemented !\n"); return -1;}
829fb838 233 virtual Int_t GetMedium() const;
432716fc 234 virtual Int_t CurrentMedium() const {return GetMedium();}
829fb838 235
b496f27c 236 // Tracking particle
829fb838 237 // dynamic properties
238 virtual void TrackPosition(TLorentzVector& position) const;
239 virtual void TrackPosition(Double_t& x, Double_t& y, Double_t& z) const;
240 virtual void TrackMomentum(TLorentzVector& momentum) const;
241 virtual void TrackMomentum(Double_t& px, Double_t& py, Double_t& pz, Double_t& e) const;
242 virtual Double_t TrackStep() const;
243 virtual Double_t TrackLength() const;
244 virtual Double_t TrackTime() const;
245 virtual Double_t Edep() const;
b496f27c 246 // Static properties
18e0cabb 247 virtual Int_t CorrectFlukaId() const;
829fb838 248 virtual Int_t TrackPid() const;
249 virtual Double_t TrackCharge() const;
250 virtual Double_t TrackMass() const;
251 virtual Double_t Etot() const;
b496f27c 252 // Track status
829fb838 253 virtual Bool_t IsNewTrack() const;
254 virtual Bool_t IsTrackInside() const;
255 virtual Bool_t IsTrackEntering() const;
256 virtual Bool_t IsTrackExiting() const;
257 virtual Bool_t IsTrackOut() const;
258 virtual Bool_t IsTrackDisappeared() const;
259 virtual Bool_t IsTrackStop() const;
260 virtual Bool_t IsTrackAlive() const;
261
b496f27c 262 // Secondaries
7b203b6e 263 virtual Int_t NSecondaries() const;
264 virtual void SetNCerenkov(Int_t nc) {fNCerenkov = nc;}
265
829fb838 266 virtual void GetSecondary(Int_t isec, Int_t& particleId,
267 TLorentzVector& position, TLorentzVector& momentum);
bd3d5c8a 268 virtual Bool_t SecondariesAreOrdered() const {return kFALSE;}
829fb838 269 virtual TMCProcess ProdProcess(Int_t iproc) const ;
b496f27c 270 virtual Int_t StepProcesses(TArrayI & proc) const;
829fb838 271 //
272 // Geant3 specific methods
273 // !!! need to be transformed to common interface
274 //
275 virtual void Gdopt(const char*,const char*)
a9ea1616 276 {Warning("Gdopt", "Not yet implemented !\n");}
829fb838 277 virtual void SetClipBox(const char*,Double_t=-9999,Double_t=0, Double_t=-9999,
278 Double_t=0,Double_t=-9999,Double_t=0)
a9ea1616 279 {Warning("SetClipBox", "Not yet implemented !\n");}
829fb838 280 virtual void DefaultRange()
a9ea1616 281 {Warning("DefaultRange", "Not yet implemented !\n");}
829fb838 282 virtual void Gdhead(Int_t, const char*, Double_t=0)
a9ea1616 283 {Warning("Gdhead", "Not yet implemented !\n");}
829fb838 284 virtual void Gdman(Double_t, Double_t, const char*)
a9ea1616 285 {Warning("Gdman", "Not yet implemented !\n");}
829fb838 286 virtual void SetColors()
a9ea1616 287 {Warning("SetColors", "Not yet implemented !\n");}
829fb838 288 virtual void Gtreve()
a9ea1616 289 {Warning("Gtreve", "Not yet implemented !\n");}
829fb838 290 virtual void GtreveRoot()
a9ea1616 291 {Warning("GtreveRoot", "Not yet implemented !\n");}
829fb838 292 virtual void Gckmat(Int_t, char*)
a9ea1616 293 {Warning("Gckmat", "Not yet implemented !\n");}
829fb838 294 virtual void InitLego()
a9ea1616 295 {Warning("InitLego", "Not yet implemented !\n");}
b496f27c 296//
297 virtual void Gfpart(Int_t pdg, char* name, Int_t& type, Float_t& mass, Float_t& charge, Float_t& tlife);
829fb838 298 virtual void Gspart(Int_t, const char*, Int_t, Double_t, Double_t, Double_t)
a9ea1616 299 {Warning("Gspart", "Not yet implemented !\n");}
b496f27c 300
b496f27c 301 //
302 // Particle Properties
303 // -------------------
304 //
305 virtual Bool_t DefineParticle(int, const char*, TMCParticleType, double, double, double) {return kFALSE;}
306 virtual Bool_t DefineIon(const char*, int, int, int, double, double) {return kFALSE;}
307 virtual TString ParticleName(int pdg) const;
308 virtual Double_t ParticleMass(int pdg) const;
ece92b30 309 virtual Double_t ParticleMassFPC(int fpc) const;
b496f27c 310 virtual Double_t ParticleCharge(int pdg) const;
311 virtual Double_t ParticleLifeTime(int pdg) const;
312 virtual TMCParticleType ParticleMCType(int) const {return (TMCParticleType) 9;}
829fb838 313 //
b496f27c 314 // Control methods
829fb838 315 // ------------------------------------------------
316 //
317
318 virtual void Init();
319 virtual void InitPhysics();
320 virtual void FinishGeometry();
321 virtual void BuildPhysics();
322 virtual void ProcessEvent();
323 virtual Bool_t ProcessRun(Int_t nevent);
324
f450e9d0 325
326 //
327 // FLUKA Scoring specific methods
328 // ------------------------------
329 //
6f1aaa8e 330 virtual void SetUserScoring(const char* option, const char* sdum, Int_t npr,char* outfile, Float_t* what);
331 virtual void SetUserScoring(const char* option, const char* sdum, Int_t npr,char* outfile, Float_t* what,
f450e9d0 332 const char* det1, const char* det2, const char* det3);
829fb838 333 //
b496f27c 334 // New Getter and Setters
829fb838 335 // ------------------------------------------------
336 //
337 // - Core input file name
338 TString GetCoreInputFileName() const {return fCoreInputFileName;}
3b8c325d 339 void SetCoreInputFileName(const char* file = "coreFlukaVmc.inp") {fCoreInputFileName = file;}
829fb838 340
341 // - Input file name
342 TString GetInputFileName() const {return fInputFileName;}
3b8c325d 343 void SetInputFileName(const char* file = "FlukaVmc.inp") {fInputFileName = file;}
829fb838 344
829fb838 345 // - Verbosity level
346 Int_t GetVerbosityLevel() const {return fVerbosityLevel;}
347 void SetVerbosityLevel(Int_t l) {fVerbosityLevel = l;}
348
4aba9d66 349 //
350 // - Fluka Draw procedures identifiers, see TFlukaCodes.h
351 //
a9ea1616 352 FlukaCallerCode_t GetCaller() const {return fCaller;}
a9ea1616 353 FlukaProcessCode_t GetIcode() const {return fIcode;}
829fb838 354 Int_t GetMreg() const {return fCurrentFlukaRegion;}
829fb838 355 Int_t GetNewreg() const {return fNewReg;}
829fb838 356 Double_t GetRull() const {return fRull;}
829fb838 357 Double_t GetXsco() const {return fXsco;}
829fb838 358 Double_t GetYsco() const {return fYsco;}
829fb838 359 Double_t GetZsco() const {return fZsco;}
4aba9d66 360 Int_t GetCurrentFlukaRegion() const {return fCurrentFlukaRegion;}
361 // - Fluka Draw Setters
362 void SetCurrentFlukaRegion(Int_t reg) {fCurrentFlukaRegion=reg;}
363 void SetCaller(FlukaCallerCode_t l) {fCaller = l;}
364 void SetIcode(FlukaProcessCode_t l) {fIcode = l;}
365 void SetMreg(Int_t l, Int_t lttc);
366 void SetNewreg(Int_t l, Int_t /*lttc*/) {fNewReg = l;}
367 void SetRull(Double_t r) {fRull = r;}
368 void SetXsco(Double_t x) {fXsco = x;}
369 void SetYsco(Double_t y) {fYsco = y;}
5125d6e5 370 void SetZsco(Double_t z) {fZsco = z;}
829fb838 371
4aba9d66 372 void SetTrackIsEntering(){fTrackIsEntering = kTRUE; fTrackIsExiting = kFALSE;}
373 void SetTrackIsExiting() {fTrackIsExiting = kTRUE; fTrackIsEntering = kFALSE;}
374 void SetTrackIsInside() {fTrackIsExiting = kFALSE; fTrackIsEntering = kFALSE;}
375 void SetTrackIsNew(Bool_t flag = kTRUE);
829fb838 376
377 void SetDummyBoundary(Int_t mode) {fDummyBoundary = mode;}
378 Int_t GetDummyBoundary() const {return fDummyBoundary;}
379 Bool_t IsDummyBoundary() const {return (fDummyBoundary==0)?kFALSE:kTRUE;}
380
4aba9d66 381
7f13be31 382 void SetGeneratePemf(Bool_t flag = kTRUE) {fGeneratePemf = flag;}
829fb838 383 Bool_t IsGeneratePemf() const {return fGeneratePemf;}
384
385 void EnableField(Bool_t flag=kTRUE) {fFieldFlag = flag;}
386 Bool_t IsFieldEnabled() const {return fFieldFlag;}
7cad64b7 387
5125d6e5 388 Int_t GetMaterialIndex(Int_t idmat) const {return fMaterials[idmat];}
4aba9d66 389
390 TObjArray * GetFlukaMaterials();
5125d6e5 391 virtual void SetRootGeometry() {;} // Dummy
a2f1f85d 392 virtual Int_t NofVolDaughters(const char* volName) const;
393 virtual const char* VolDaughterName(const char* volName, Int_t i) const;
394 virtual Int_t VolDaughterCopyNo(const char* volName, Int_t i) const;
395 virtual const char* CurrentVolPath();
396 virtual void ForceDecayTime(Float_t){;}
b1fd8547 397 //
398 // Info about primary ionization electrons
399 Int_t GetNPrimaryElectrons();
5125d6e5 400 Double_t GetPrimaryElectronKineticEnergy(Int_t i) const;
401 void GetPrimaryElectronPosition(Int_t i, Double_t& x, Double_t& y, Double_t& z) const;
402 void SetCurrentPrimaryElectronIndex(Int_t i) {fPrimaryElectronIndex = i;}
4aba9d66 403
5125d6e5 404 private:
4aba9d66 405
406 // Copy constructor and operator= declared but not implemented (-Weff++ flag)
407 TFluka(const TFluka &mc); //: TVirtualMC(mc) {;}
408 TFluka & operator=(const TFluka &); // {return (*this);}
409
8e5bf079 410 void PrintHeader();
78df7be0 411 void AddParticlesToPdgDataBase() const;
f2a98602 412 //
a9ea1616 413
829fb838 414 Int_t fVerbosityLevel; //Verbosity level (0 lowest - 3 highest)
b496f27c 415 Int_t fNEvent; //Current event number
3b8c325d 416 TString fInputFileName; //Name of the real input file
417 TString fCoreInputFileName; //Name of the input file
829fb838 418
4aba9d66 419 FlukaCallerCode_t fCaller; // Parameter to indicate who is the caller of the Fluka Draw
420 FlukaProcessCode_t fIcode; // Fluka Draw procedures formal parameter
421 Int_t fNewReg; // Fluka Draw procedures formal parameter
422 Double_t fRull; // Fluka Draw procedures formal parameter
423 Double_t fXsco; // Fluka Draw procedures formal parameter
424 Double_t fYsco; // Fluka Draw procedures formal parameter
425 Double_t fZsco; // Fluka Draw procedures formal parameter
5125d6e5 426 Bool_t fTrackIsEntering; // Flag for track entering
427 Bool_t fTrackIsExiting; // Flag for track exiting
428 Bool_t fTrackIsNew; // Flag for new track
429 Bool_t fFieldFlag; // Flag for magnetic field
430 Bool_t fGeneratePemf; // Flag for automatic .pemf generation
431 Int_t fDummyBoundary; // Flag for crossing dummy boundaries
432 Bool_t fStopped; // Flag for stopping
433 Bool_t fStopEvent; // Flag for stopped event
434 Bool_t fStopRun; // Flag for stopped run
435 Int_t fPrimaryElectronIndex; // Primary electron Index
bd3d5c8a 436
b496f27c 437 //
829fb838 438 //Geometry through TGeo
b496f27c 439 //
440 Int_t* fMaterials; //!Array of indices
829fb838 441 Int_t fNVolumes; //!Current number of volumes
7b203b6e 442 Int_t fCurrentFlukaRegion; // Index of fluka region at each step
443 Int_t fNCerenkov; // Number of cerekov photons
829fb838 444 TFlukaMCGeometry *fGeom; // TGeo-FLUKA interface
445 TGeoMCGeometry *fMCGeo; // Interface to TGeo builder
446
1df5fa54 447 // SetProcess, SetCut and user Scoring dynamic storage
fb2cbbec 448 TObjArray* fUserConfig; // List of user physics configuration
1df5fa54 449 TObjArray* fUserScore; // List of user scoring options
450
4aba9d66 451
829fb838 452 ClassDef(TFluka,1) //C++ interface to Fluka montecarlo
a2f1f85d 453
454
455 // Temporary implementation of new functions
456 // To be removed with the next release
829fb838 457};
a2f1f85d 458 inline Int_t TFluka::NofVolDaughters(const char* /*volName*/) const {
459 Warning("NofVolDaughters", "New function - not yet implemented.");
460 return 0;
461 }
462
463 inline const char* TFluka::VolDaughterName(const char* /*volName*/, Int_t /*i*/) const {
464 Warning("VolDaughterName", "New function - not yet implemented.");
465 return "";
466 }
467
468 inline Int_t TFluka::VolDaughterCopyNo(const char* /*volName*/, Int_t /*i*/) const {
469 Warning("VolDaughterCopyNo", "New function - not yet implemented.");
470 return 0;
471 }
472
d59acfe7 473
c54ce58e 474inline void TFluka::DefineOpSurface(const char* /*name*/, EMCOpSurfaceModel /*model*/, EMCOpSurfaceType /*surface*/,
475 EMCOpSurfaceFinish /*surfaceFinish*/, Double_t /*sigmaAlpha*/)
476{
477 Warning("DefineOpSurface", "New function - not yet implemented.");
478}
479
480
481inline void TFluka::SetBorderSurface(const char* /*name*/, const char* /*vol1Name*/, int /*vol1CopyNo*/, const char* /*vol2Name*/,
482 int /*vol2CopyNo*/, const char* /*opSurfaceName*/)
483{
484 Warning("SetBorderSurface", "New function - not yet implemented.");
485}
486
487
488inline void TFluka::SetSkinSurface(const char* /*name*/, const char* /*volName*/, const char* /*opSurfaceName*/)
489{
490 Warning("SetSkinSurface", "New function - not yet implemented.");
491}
492
493
494inline void TFluka::SetMaterialProperty(Int_t /*itmed*/, const char* /*propertyName*/, Int_t /*np*/, Double_t* /*pp*/, Double_t* /*values*/)
495{
496 Warning("SetMaterialProperty", "New function - not yet implemented.");
497}
498
499
500inline void TFluka::SetMaterialProperty(Int_t /*itmed*/, const char* /*propertyName*/, Double_t /*value*/)
501{
502 Warning("SetMaterialProperty", "New function - not yet implemented.");
503}
504
505
506inline void TFluka::SetMaterialProperty(const char* /*surfaceName*/, const char* /*propertyName*/, Int_t /*np*/,
507 Double_t* /*pp*/, Double_t* /*values*/)
508{
509 Warning("SetMaterialProperty", "New function - not yet implemented.");
510}
511
512
829fb838 513
514#endif //TFLUKA
515