Variables | |
tuple | app = AppMgr() |
tuple | eds = app.service("EventDataSvc") |
string | volume = "/dd/Structure/AD/far-oil2" |
tuple | tim = app.property("ToolSvc.GtTimeratorTool") |
tuple | poser = app.property("ToolSvc.GtPositionerTool") |
tuple | gun = app.property("ToolSvc.GtGunGenTool") |
tuple | trans = app.property("ToolSvc.GtTransformTool") |
tuple | genseq = app.algorithm("GenSeq") |
tuple | gen = app.algorithm("GenAlg") |
tuple | gendump = app.algorithm("GenDump") |
tuple | modularPL = app.property("GiGa.GiGaPhysListModular") |
tuple | optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") |
tuple | giga = app.service("GiGa") |
tuple | gggeo = app.service("GiGaGeo") |
tuple | stepseq = app.property("GiGa.GiGaStepActionSequence") |
string | TH2DE = "TH2DE" |
tuple | historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") |
dictionary | params |
tuple | unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") |
tuple | ggrm = app.property("GiGa.GiGaMgr") |
tuple | event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") |
list | verbosity_cmds |
list | silent_cmds |
tuple | simseq = app.algorithm("SimSeq") |
tuple | ggin = app.algorithm("GGInStream") |
tuple | pull = app.algorithm("PullEvent") |
tuple | push = app.algorithm("PushKine") |
tuple | pmtsd = app.property("GiGaGeo.DsPmtSensDet") |
tuple | vali = app.algorithm("DetSimVali") |
tuple | histsvc = app.service("THistSvc") |
tuple electron_gun::app = AppMgr() [static] |
Definition at line 13 of file electron_gun.py.
tuple electron_gun::eds = app.service("EventDataSvc") [static] |
Definition at line 17 of file electron_gun.py.
string electron_gun::volume = "/dd/Structure/AD/far-oil2" [static] |
Definition at line 20 of file electron_gun.py.
tuple electron_gun::tim = app.property("ToolSvc.GtTimeratorTool") [static] |
Definition at line 23 of file electron_gun.py.
tuple electron_gun::poser = app.property("ToolSvc.GtPositionerTool") [static] |
Definition at line 27 of file electron_gun.py.
tuple electron_gun::gun = app.property("ToolSvc.GtGunGenTool") [static] |
Definition at line 37 of file electron_gun.py.
tuple electron_gun::trans = app.property("ToolSvc.GtTransformTool") [static] |
Definition at line 55 of file electron_gun.py.
tuple electron_gun::genseq = app.algorithm("GenSeq") [static] |
Definition at line 60 of file electron_gun.py.
tuple electron_gun::gen = app.algorithm("GenAlg") [static] |
Definition at line 64 of file electron_gun.py.
tuple electron_gun::gendump = app.algorithm("GenDump") [static] |
Definition at line 71 of file electron_gun.py.
tuple electron_gun::modularPL = app.property("GiGa.GiGaPhysListModular") [static] |
Definition at line 76 of file electron_gun.py.
tuple electron_gun::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") [static] |
Definition at line 91 of file electron_gun.py.
tuple electron_gun::giga = app.service("GiGa") [static] |
Definition at line 96 of file electron_gun.py.
tuple electron_gun::gggeo = app.service("GiGaGeo") [static] |
Definition at line 100 of file electron_gun.py.
tuple electron_gun::stepseq = app.property("GiGa.GiGaStepActionSequence") [static] |
Definition at line 107 of file electron_gun.py.
string electron_gun::TH2DE = "TH2DE" [static] |
Definition at line 111 of file electron_gun.py.
tuple electron_gun::historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") [static] |
Definition at line 113 of file electron_gun.py.
dictionary electron_gun::params [static] |
Initial value:
{ 'start' :"(start > 0)", 'track1':"(id==1 and ProcessType==1)", 'track2':"(id==2 and ProcessType==1)", 'GD': "MaterialName == '/dd/Materials/GdDopedLS'", 'LS': "MaterialName == '/dd/Materials/LiquidScintillator'", 'oil': "MaterialName == '/dd/Materials/MineralOil'", 'iAV': "MaterialName == '/dd/Materials/Acrylic'", 'oAV': "MaterialName == '/dd/Materials/Acrylic'" }
Definition at line 116 of file electron_gun.py.
tuple electron_gun::unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") [static] |
Definition at line 126 of file electron_gun.py.
tuple electron_gun::ggrm = app.property("GiGa.GiGaMgr") [static] |
Definition at line 166 of file electron_gun.py.
tuple electron_gun::event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") [static] |
Definition at line 168 of file electron_gun.py.
list electron_gun::verbosity_cmds [static] |
Initial value:
[ "/control/verbose 0", "/run/verbose 0", "/event/verbose 2", "/tracking/verbose 2", "/geometry/navigator/verbose 0" ]
Definition at line 169 of file electron_gun.py.
list electron_gun::silent_cmds [static] |
Initial value:
[ "/control/verbose 0", "/run/verbose 0", "/event/verbose 0", "/tracking/verbose 0", "/geometry/navigator/verbose 0" ]
Definition at line 176 of file electron_gun.py.
tuple electron_gun::simseq = app.algorithm("SimSeq") [static] |
Definition at line 189 of file electron_gun.py.
tuple electron_gun::ggin = app.algorithm("GGInStream") [static] |
Definition at line 192 of file electron_gun.py.
tuple electron_gun::pull = app.algorithm("PullEvent") [static] |
Definition at line 201 of file electron_gun.py.
tuple electron_gun::push = app.algorithm("PushKine") [static] |
Definition at line 203 of file electron_gun.py.
tuple electron_gun::pmtsd = app.property("GiGaGeo.DsPmtSensDet") [static] |
Definition at line 208 of file electron_gun.py.
tuple electron_gun::vali = app.algorithm("DetSimVali") [static] |
Definition at line 213 of file electron_gun.py.
tuple electron_gun::histsvc = app.service("THistSvc") [static] |
Definition at line 216 of file electron_gun.py.