SND@LHC Software
Loading...
Searching...
No Matches
inspectGeant4Geo Namespace Reference

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)
 

Variable Documentation

◆ fgeo

inspectGeant4Geo.fgeo = ROOT.TFile(fname)

Definition at line 11 of file inspectGeant4Geo.py.

◆ fname

inspectGeant4Geo.fname = 'geofile_full.10.0.Pythia8-TGeant4.root'

Definition at line 7 of file inspectGeant4Geo.py.

◆ modules

inspectGeant4Geo.modules = shipDet_conf.configure(run, ShipGeo)

Definition at line 17 of file inspectGeant4Geo.py.

◆ run

inspectGeant4Geo.run = ROOT.FairRunSim()

Definition at line 14 of file inspectGeant4Geo.py.

◆ sGeo

inspectGeant4Geo.sGeo = fgeo.FAIRGeom

Definition at line 12 of file inspectGeant4Geo.py.

◆ ShipGeo

inspectGeant4Geo.ShipGeo = upkl.load('ShipGeo')

Definition at line 16 of file inspectGeant4Geo.py.

◆ upkl

inspectGeant4Geo.upkl = Unpickler(fgeo)

Definition at line 15 of file inspectGeant4Geo.py.