k4SimGeant4
|
Variables | |
podioevent = FCCDataSvc("EventDataSvc") | |
pgun | |
gen = GenAlg("ParticleGun", SignalProvider=pgun, VertexSmearingTool="FlatSmearVertex") | |
Path | |
hepmc_converter = HepMCToEDMConverter("Converter") | |
geoservice | |
regiontool = SimG4FastSimTrackerRegion("model", volumeNames=["TrackerEnvelopeBarrel"]) | |
create region and a parametrisation model with a default smearing (sigma=const=0.01) | |
physicslisttool = SimG4FastSimPhysicsList("Physics", fullphysics="SimG4FtfpBert") | |
geantservice = SimG4Svc("SimG4Svc", physicslist=physicslisttool, regions=["SimG4FastSimTrackerRegion/model"]) | |
saveparticlestool = SimG4SaveSmearedParticles("saveSmearedParticles") | |
particle_converter = SimG4PrimariesFromEdmTool("EdmConverter") | |
geantsim | |
hist = SimG4FastSimHistograms("fastHist") | |
Output | |
PrintAll | |
AutoSave | |
AutoFlush | |
OutputLevel | |
out = PodioOutput("out", filename = "out_fast_simple.root") | |
outputCommands | |
TopAlg | |
EvtSel | |
EvtMax | |
ExtSvc | |
geant_fastsim_simple.AutoFlush |
geant_fastsim_simple.AutoSave |
geant_fastsim_simple.EvtMax |
geant_fastsim_simple.EvtSel |
geant_fastsim_simple.ExtSvc |
geant_fastsim_simple.geantservice = SimG4Svc("SimG4Svc", physicslist=physicslisttool, regions=["SimG4FastSimTrackerRegion/model"]) |
geant_fastsim_simple.geantsim |
geant_fastsim_simple.gen = GenAlg("ParticleGun", SignalProvider=pgun, VertexSmearingTool="FlatSmearVertex") |
geant_fastsim_simple.geoservice |
geant_fastsim_simple.hepmc_converter = HepMCToEDMConverter("Converter") |
geant_fastsim_simple.hist = SimG4FastSimHistograms("fastHist") |
geant_fastsim_simple.out = PodioOutput("out", filename = "out_fast_simple.root") |
geant_fastsim_simple.Output |
geant_fastsim_simple.outputCommands |
geant_fastsim_simple.OutputLevel |
geant_fastsim_simple.particle_converter = SimG4PrimariesFromEdmTool("EdmConverter") |
geant_fastsim_simple.Path |
geant_fastsim_simple.pgun |
geant_fastsim_simple.physicslisttool = SimG4FastSimPhysicsList("Physics", fullphysics="SimG4FtfpBert") |
geant_fastsim_simple.podioevent = FCCDataSvc("EventDataSvc") |
geant_fastsim_simple.PrintAll |
geant_fastsim_simple.regiontool = SimG4FastSimTrackerRegion("model", volumeNames=["TrackerEnvelopeBarrel"]) |
create region and a parametrisation model with a default smearing (sigma=const=0.01)
geant_fastsim_simple.saveparticlestool = SimG4SaveSmearedParticles("saveSmearedParticles") |
geant_fastsim_simple.TopAlg |