Variables | |
list | io = sys.argv[1] |
string | io = "output" |
input = False | |
output = notinput | |
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 = { "default": "trigiotest.root" } |
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 | stepseq = app.property("GiGa.GiGaStepActionSequence") |
dictionary | params |
tuple | unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") |
tuple | gggeo = app.service("GiGaGeo") |
tuple | simseq = app.algorithm("SimSeq") |
tuple | ggin = app.algorithm("GGInStream") |
tuple | push = app.algorithm("PushKine") |
tuple | pull = app.algorithm("PullEvent") |
tuple | pmtsd = app.property("GiGaGeo.DsPmtSensDet") |
tuple | simseq = app.algorithm("ElecSeq") |
tuple | feeAlg = app.algorithm("FeeAlg") |
tuple | mtool = app.property("ToolSvc.TsMultTriggerTool") |
tuple | trig = app.algorithm("trig") |
tuple | rioes = app.service("RootIOEvtSelector") |
tuple | rsd = app.algorithm("rsd") |
tuple | dsa = app.algorithm("dsa") |
list trigiotest::io = sys.argv[1] [static] |
Definition at line 5 of file trigiotest.py.
string trigiotest::io = "output" [static] |
Definition at line 7 of file trigiotest.py.
trigiotest::input = False [static] |
Definition at line 8 of file trigiotest.py.
trigiotest::output = notinput [static] |
Definition at line 11 of file trigiotest.py.
trigiotest::use_aes = True [static] |
Definition at line 12 of file trigiotest.py.
tuple trigiotest::iapp = gp.iService("ApplicationMgr") [static] |
Definition at line 18 of file trigiotest.py.
tuple trigiotest::app = gp.AppMgr(outputlevel=3) [static] |
Definition at line 37 of file trigiotest.py.
tuple trigiotest::msg = app.service("MessageSvc") [static] |
Definition at line 39 of file trigiotest.py.
tuple trigiotest::dss = app.service("DybStorageSvc") [static] |
Definition at line 61 of file trigiotest.py.
tuple trigiotest::per = app.service("EventPersistencySvc") [static] |
Definition at line 66 of file trigiotest.py.
tuple trigiotest::eds = app.service("EventDataService") [static] |
Definition at line 69 of file trigiotest.py.
tuple trigiotest::rio = app.property("RootIOCnvSvc") [static] |
Definition at line 72 of file trigiotest.py.
dictionary trigiotest::iomap = { "default": "trigiotest.root" } [static] |
Definition at line 75 of file trigiotest.py.
string trigiotest::volume = "/dd/Structure/AD/far-oil2" [static] |
Definition at line 89 of file trigiotest.py.
tuple trigiotest::tim = app.property("ToolSvc.GtTimeratorTool") [static] |
Definition at line 93 of file trigiotest.py.
tuple trigiotest::poser = app.property("ToolSvc.GtPositionerTool") [static] |
Definition at line 97 of file trigiotest.py.
tuple trigiotest::gun = app.property("ToolSvc.GtGunGenTool") [static] |
Definition at line 103 of file trigiotest.py.
tuple trigiotest::trans = app.property("ToolSvc.GtTransformTool") [static] |
Definition at line 112 of file trigiotest.py.
tuple trigiotest::gen = app.algorithm("gen") [static] |
Definition at line 116 of file trigiotest.py.
tuple trigiotest::modularPL = app.property("GiGa.GiGaPhysListModular") [static] |
Definition at line 123 of file trigiotest.py.
tuple trigiotest::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") [static] |
Definition at line 136 of file trigiotest.py.
tuple trigiotest::giga = app.service("GiGa") [static] |
Definition at line 140 of file trigiotest.py.
tuple trigiotest::stepseq = app.property("GiGa.GiGaStepActionSequence") [static] |
Definition at line 144 of file trigiotest.py.
dictionary trigiotest::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 147 of file trigiotest.py.
tuple trigiotest::unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") [static] |
Definition at line 157 of file trigiotest.py.
tuple trigiotest::gggeo = app.service("GiGaGeo") [static] |
Definition at line 194 of file trigiotest.py.
tuple trigiotest::simseq = app.algorithm("SimSeq") [static] |
Definition at line 200 of file trigiotest.py.
tuple trigiotest::ggin = app.algorithm("GGInStream") [static] |
Definition at line 203 of file trigiotest.py.
tuple trigiotest::push = app.algorithm("PushKine") [static] |
Definition at line 216 of file trigiotest.py.
tuple trigiotest::pull = app.algorithm("PullEvent") [static] |
Definition at line 219 of file trigiotest.py.
tuple trigiotest::pmtsd = app.property("GiGaGeo.DsPmtSensDet") [static] |
Definition at line 223 of file trigiotest.py.
tuple trigiotest::simseq = app.algorithm("ElecSeq") [static] |
Definition at line 230 of file trigiotest.py.
tuple trigiotest::feeAlg = app.algorithm("FeeAlg") [static] |
Definition at line 232 of file trigiotest.py.
tuple trigiotest::mtool = app.property("ToolSvc.TsMultTriggerTool") [static] |
Definition at line 238 of file trigiotest.py.
tuple trigiotest::trig = app.algorithm("trig") [static] |
Definition at line 242 of file trigiotest.py.
tuple trigiotest::rioes = app.service("RootIOEvtSelector") [static] |
Definition at line 248 of file trigiotest.py.
tuple trigiotest::rsd = app.algorithm("rsd") [static] |
Definition at line 252 of file trigiotest.py.
tuple trigiotest::dsa = app.algorithm("dsa") [static] |
Definition at line 257 of file trigiotest.py.