SND@LHC Software
|
Variables | |
str | fname = 'geofile_full.10.0.Pythia8-TGeant4.root' |
fgeo = ROOT.TFile(fname) | |
sGeo = fgeo.FAIRGeom | |
run = ROOT.FairRunSim() | |
upkl = Unpickler(fgeo) | |
ShipGeo = upkl.load('ShipGeo') | |
modules = shipDet_conf.configure(run, ShipGeo) | |
inspectGeant4Geo.fgeo = ROOT.TFile(fname) |
Definition at line 11 of file inspectGeant4Geo.py.
inspectGeant4Geo.fname = 'geofile_full.10.0.Pythia8-TGeant4.root' |
Definition at line 7 of file inspectGeant4Geo.py.
inspectGeant4Geo.modules = shipDet_conf.configure(run, ShipGeo) |
Definition at line 17 of file inspectGeant4Geo.py.
inspectGeant4Geo.run = ROOT.FairRunSim() |
Definition at line 14 of file inspectGeant4Geo.py.
inspectGeant4Geo.sGeo = fgeo.FAIRGeom |
Definition at line 12 of file inspectGeant4Geo.py.
inspectGeant4Geo.ShipGeo = upkl.load('ShipGeo') |
Definition at line 16 of file inspectGeant4Geo.py.
Definition at line 15 of file inspectGeant4Geo.py.