Variables | |
use_aes = True | |
tuple | iapp = gp.iService("ApplicationMgr") |
tuple | app = gp.AppMgr(outputlevel=3) |
tuple | msg = app.service("MessageSvc") |
tuple | dss = app.service("DybStorageSvc") |
tuple | per = app.service("EventPersistencySvc") |
tuple | eds = app.service("EventDataService") |
tuple | rio = app.property("RootIOCnvSvc") |
dictionary | iomap |
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 | gen = app.algorithm("gen") |
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 | fee = app.algorithm("ESFEEAlg") |
tuple | feeTool = app.tool("ToolSvc.ESFeeTool") |
tuple | rsd = app.algorithm("rsd") |
tuple | dsa = app.algorithm("dsa") |
elecIoTest::use_aes = True [static] |
Definition at line 3 of file elecIoTest.py.
tuple elecIoTest::iapp = gp.iService("ApplicationMgr") [static] |
Definition at line 9 of file elecIoTest.py.
tuple elecIoTest::app = gp.AppMgr(outputlevel=3) [static] |
Definition at line 28 of file elecIoTest.py.
tuple elecIoTest::msg = app.service("MessageSvc") [static] |
Definition at line 31 of file elecIoTest.py.
tuple elecIoTest::dss = app.service("DybStorageSvc") [static] |
Definition at line 47 of file elecIoTest.py.
tuple elecIoTest::per = app.service("EventPersistencySvc") [static] |
Definition at line 52 of file elecIoTest.py.
tuple elecIoTest::eds = app.service("EventDataService") [static] |
Definition at line 55 of file elecIoTest.py.
tuple elecIoTest::rio = app.property("RootIOCnvSvc") [static] |
Definition at line 58 of file elecIoTest.py.
dictionary elecIoTest::iomap [static] |
Initial value:
{ "/Event/Gen/GenHeader": "gen.root", "/Event/Elec/ElecHeader": "elec.root", "default": "default.root" }
Definition at line 61 of file elecIoTest.py.
string elecIoTest::volume = "/dd/Structure/AD/far-oil2" [static] |
Definition at line 75 of file elecIoTest.py.
tuple elecIoTest::tim = app.property("ToolSvc.GtTimeratorTool") [static] |
Definition at line 79 of file elecIoTest.py.
tuple elecIoTest::poser = app.property("ToolSvc.GtPositionerTool") [static] |
Definition at line 83 of file elecIoTest.py.
tuple elecIoTest::gun = app.property("ToolSvc.GtGunGenTool") [static] |
Definition at line 89 of file elecIoTest.py.
tuple elecIoTest::trans = app.property("ToolSvc.GtTransformTool") [static] |
Definition at line 98 of file elecIoTest.py.
tuple elecIoTest::gen = app.algorithm("gen") [static] |
Definition at line 102 of file elecIoTest.py.
tuple elecIoTest::modularPL = app.property("GiGa.GiGaPhysListModular") [static] |
Definition at line 108 of file elecIoTest.py.
tuple elecIoTest::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") [static] |
Definition at line 123 of file elecIoTest.py.
tuple elecIoTest::giga = app.service("GiGa") [static] |
Definition at line 128 of file elecIoTest.py.
tuple elecIoTest::gggeo = app.service("GiGaGeo") [static] |
Definition at line 132 of file elecIoTest.py.
tuple elecIoTest::stepseq = app.property("GiGa.GiGaStepActionSequence") [static] |
Definition at line 139 of file elecIoTest.py.
string elecIoTest::TH2DE = "TH2DE" [static] |
Definition at line 143 of file elecIoTest.py.
tuple elecIoTest::historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") [static] |
Definition at line 145 of file elecIoTest.py.
dictionary elecIoTest::params [static] |
Initial value:
{ 'track1':"(id == 1 and ProcessType == 1)", 'track2':"(id == 2 and ProcessType == 1)", # 'track1':"(id == 1)", # 'track2':"(id == 2)", '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 148 of file elecIoTest.py.
tuple elecIoTest::unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") [static] |
Definition at line 159 of file elecIoTest.py.
tuple elecIoTest::ggrm = app.property("GiGa.GiGaMgr") [static] |
Definition at line 182 of file elecIoTest.py.
tuple elecIoTest::event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") [static] |
Definition at line 184 of file elecIoTest.py.
list elecIoTest::verbosity_cmds [static] |
Initial value:
[ "/control/verbose 0", "/run/verbose 0", "/event/verbose 2", "/tracking/verbose 2", "/geometry/navigator/verbose 0" ]
Definition at line 185 of file elecIoTest.py.
list elecIoTest::silent_cmds [static] |
Initial value:
[ "/control/verbose 0", "/run/verbose 0", "/event/verbose 0", "/tracking/verbose 0", "/geometry/navigator/verbose 0" ]
Definition at line 192 of file elecIoTest.py.
tuple elecIoTest::simseq = app.algorithm("SimSeq") [static] |
Definition at line 205 of file elecIoTest.py.
tuple elecIoTest::ggin = app.algorithm("GGInStream") [static] |
Definition at line 208 of file elecIoTest.py.
tuple elecIoTest::pull = app.algorithm("PullEvent") [static] |
Definition at line 217 of file elecIoTest.py.
tuple elecIoTest::push = app.algorithm("PushKine") [static] |
Definition at line 219 of file elecIoTest.py.
tuple elecIoTest::pmtsd = app.property("GiGaGeo.DsPmtSensDet") [static] |
Definition at line 224 of file elecIoTest.py.
tuple elecIoTest::fee = app.algorithm("ESFEEAlg") [static] |
Definition at line 229 of file elecIoTest.py.
tuple elecIoTest::feeTool = app.tool("ToolSvc.ESFeeTool") [static] |
Definition at line 233 of file elecIoTest.py.
tuple elecIoTest::rsd = app.algorithm("rsd") [static] |
Definition at line 238 of file elecIoTest.py.
tuple elecIoTest::dsa = app.algorithm("dsa") [static] |
Definition at line 242 of file elecIoTest.py.