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 | Historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") |
| tuple | unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") |
| tuple | eds = app.service("EventDataSvc") |
| 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 photon_gun::app = AppMgr() [static] |
Definition at line 13 of file photon_gun.py.
tuple photon_gun::eds = app.service("EventDataSvc") [static] |
Definition at line 17 of file photon_gun.py.
string photon_gun::volume = "/dd/Structure/AD/far-oil2" [static] |
Definition at line 20 of file photon_gun.py.
tuple photon_gun::tim = app.property("ToolSvc.GtTimeratorTool") [static] |
Definition at line 23 of file photon_gun.py.
tuple photon_gun::poser = app.property("ToolSvc.GtPositionerTool") [static] |
Definition at line 27 of file photon_gun.py.
tuple photon_gun::gun = app.property("ToolSvc.GtGunGenTool") [static] |
Definition at line 37 of file photon_gun.py.
tuple photon_gun::trans = app.property("ToolSvc.GtTransformTool") [static] |
Definition at line 56 of file photon_gun.py.
tuple photon_gun::genseq = app.algorithm("GenSeq") [static] |
Definition at line 61 of file photon_gun.py.
tuple photon_gun::gen = app.algorithm("GenAlg") [static] |
Definition at line 65 of file photon_gun.py.
tuple photon_gun::gendump = app.algorithm("GenDump") [static] |
Definition at line 72 of file photon_gun.py.
tuple photon_gun::modularPL = app.property("GiGa.GiGaPhysListModular") [static] |
Definition at line 77 of file photon_gun.py.
tuple photon_gun::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") [static] |
Definition at line 92 of file photon_gun.py.
tuple photon_gun::giga = app.service("GiGa") [static] |
Definition at line 97 of file photon_gun.py.
tuple photon_gun::gggeo = app.service("GiGaGeo") [static] |
Definition at line 101 of file photon_gun.py.
tuple photon_gun::stepseq = app.property("GiGa.GiGaStepActionSequence") [static] |
Definition at line 108 of file photon_gun.py.
string photon_gun::TH2DE = "TH2DE" [static] |
Definition at line 112 of file photon_gun.py.
tuple photon_gun::historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") [static] |
Definition at line 114 of file photon_gun.py.
dictionary photon_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 117 of file photon_gun.py.
tuple photon_gun::Historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") [static] |
Definition at line 128 of file photon_gun.py.
tuple photon_gun::unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") [static] |
Definition at line 133 of file photon_gun.py.
tuple photon_gun::eds = app.service("EventDataSvc") [static] |
Definition at line 173 of file photon_gun.py.
tuple photon_gun::ggrm = app.property("GiGa.GiGaMgr") [static] |
Definition at line 179 of file photon_gun.py.
tuple photon_gun::event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") [static] |
Definition at line 181 of file photon_gun.py.
list photon_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 182 of file photon_gun.py.
list photon_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 189 of file photon_gun.py.
tuple photon_gun::simseq = app.algorithm("SimSeq") [static] |
Definition at line 202 of file photon_gun.py.
tuple photon_gun::ggin = app.algorithm("GGInStream") [static] |
Definition at line 205 of file photon_gun.py.
tuple photon_gun::pull = app.algorithm("PullEvent") [static] |
Definition at line 219 of file photon_gun.py.
tuple photon_gun::push = app.algorithm("PushKine") [static] |
Definition at line 221 of file photon_gun.py.
tuple photon_gun::pmtsd = app.property("GiGaGeo.DsPmtSensDet") [static] |
Definition at line 226 of file photon_gun.py.
tuple photon_gun::vali = app.algorithm("DetSimVali") [static] |
Definition at line 231 of file photon_gun.py.
tuple photon_gun::histsvc = app.service("THistSvc") [static] |
Definition at line 234 of file photon_gun.py.
1.4.7