|
FairShip
|
Variables | |
| str | fname = "geofile_full.10.0.Pythia8-TGeant4.root" |
| ROOT | fgeo = ROOT.TFile(fname) |
| ROOT | sGeo = fgeo.Get("FAIRGeom") |
| ROOT | run = ROOT.FairRunSim() |
| load_from_root_file | ShipGeo = load_from_root_file(fgeo, "ShipGeo") |
| shipDet_conf | modules = shipDet_conf.configure(run, ShipGeo) |
| ROOT inspectGeant4Geo.fgeo = ROOT.TFile(fname) |
Definition at line 16 of file inspectGeant4Geo.py.
| sys inspectGeant4Geo.fname = "geofile_full.10.0.Pythia8-TGeant4.root" |
Definition at line 12 of file inspectGeant4Geo.py.
| shipDet_conf inspectGeant4Geo.modules = shipDet_conf.configure(run, ShipGeo) |
Definition at line 22 of file inspectGeant4Geo.py.
| ROOT inspectGeant4Geo.run = ROOT.FairRunSim() |
Definition at line 20 of file inspectGeant4Geo.py.
| ROOT inspectGeant4Geo.sGeo = fgeo.Get("FAIRGeom") |
Definition at line 17 of file inspectGeant4Geo.py.
| load_from_root_file inspectGeant4Geo.ShipGeo = load_from_root_file(fgeo, "ShipGeo") |
Definition at line 21 of file inspectGeant4Geo.py.