Variables | |
list | io = sys.argv[1] |
string | io = "output" |
input = False | |
output = notinput | |
use_aes = True | |
dump = False | |
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": "readoutiotest.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 | fecRoTool = app.property("ToolSvc.ROsFecReadoutTool") |
tuple | feeRoTool = app.property("ToolSvc.ROsFeeReadoutTool") |
tuple | roa = app.algorithm("roa") |
tuple | rioes = app.service("RootIOEvtSelector") |
tuple | rsd = app.algorithm("rsd") |
tuple | dsa = app.algorithm("dsa") |
list readoutiotest::io = sys.argv[1] [static] |
Definition at line 5 of file readoutiotest.py.
string readoutiotest::io = "output" [static] |
Definition at line 7 of file readoutiotest.py.
readoutiotest::input = False [static] |
Definition at line 8 of file readoutiotest.py.
readoutiotest::output = notinput [static] |
Definition at line 11 of file readoutiotest.py.
readoutiotest::use_aes = True [static] |
Definition at line 12 of file readoutiotest.py.
readoutiotest::dump = False [static] |
Definition at line 13 of file readoutiotest.py.
tuple readoutiotest::iapp = gp.iService("ApplicationMgr") [static] |
Definition at line 19 of file readoutiotest.py.
tuple readoutiotest::app = gp.AppMgr(outputlevel=3) [static] |
Definition at line 38 of file readoutiotest.py.
tuple readoutiotest::msg = app.service("MessageSvc") [static] |
Definition at line 40 of file readoutiotest.py.
tuple readoutiotest::dss = app.service("DybStorageSvc") [static] |
Definition at line 62 of file readoutiotest.py.
tuple readoutiotest::per = app.service("EventPersistencySvc") [static] |
Definition at line 67 of file readoutiotest.py.
tuple readoutiotest::eds = app.service("EventDataService") [static] |
Definition at line 70 of file readoutiotest.py.
tuple readoutiotest::rio = app.property("RootIOCnvSvc") [static] |
Definition at line 73 of file readoutiotest.py.
dictionary readoutiotest::iomap = { "default": "readoutiotest.root" } [static] |
Definition at line 76 of file readoutiotest.py.
string readoutiotest::volume = "/dd/Structure/AD/far-oil2" [static] |
Definition at line 90 of file readoutiotest.py.
tuple readoutiotest::tim = app.property("ToolSvc.GtTimeratorTool") [static] |
Definition at line 94 of file readoutiotest.py.
tuple readoutiotest::poser = app.property("ToolSvc.GtPositionerTool") [static] |
Definition at line 98 of file readoutiotest.py.
tuple readoutiotest::gun = app.property("ToolSvc.GtGunGenTool") [static] |
Definition at line 104 of file readoutiotest.py.
tuple readoutiotest::trans = app.property("ToolSvc.GtTransformTool") [static] |
Definition at line 113 of file readoutiotest.py.
tuple readoutiotest::gen = app.algorithm("gen") [static] |
Definition at line 117 of file readoutiotest.py.
tuple readoutiotest::modularPL = app.property("GiGa.GiGaPhysListModular") [static] |
Definition at line 125 of file readoutiotest.py.
tuple readoutiotest::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") [static] |
Definition at line 138 of file readoutiotest.py.
tuple readoutiotest::giga = app.service("GiGa") [static] |
Definition at line 142 of file readoutiotest.py.
tuple readoutiotest::stepseq = app.property("GiGa.GiGaStepActionSequence") [static] |
Definition at line 146 of file readoutiotest.py.
dictionary readoutiotest::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 149 of file readoutiotest.py.
tuple readoutiotest::unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") [static] |
Definition at line 159 of file readoutiotest.py.
tuple readoutiotest::gggeo = app.service("GiGaGeo") [static] |
Definition at line 196 of file readoutiotest.py.
tuple readoutiotest::simseq = app.algorithm("SimSeq") [static] |
Definition at line 202 of file readoutiotest.py.
tuple readoutiotest::ggin = app.algorithm("GGInStream") [static] |
Definition at line 205 of file readoutiotest.py.
tuple readoutiotest::push = app.algorithm("PushKine") [static] |
Definition at line 218 of file readoutiotest.py.
tuple readoutiotest::pull = app.algorithm("PullEvent") [static] |
Definition at line 221 of file readoutiotest.py.
tuple readoutiotest::pmtsd = app.property("GiGaGeo.DsPmtSensDet") [static] |
Definition at line 225 of file readoutiotest.py.
tuple readoutiotest::simseq = app.algorithm("ElecSeq") [static] |
Definition at line 232 of file readoutiotest.py.
tuple readoutiotest::feeAlg = app.algorithm("FeeAlg") [static] |
Definition at line 234 of file readoutiotest.py.
tuple readoutiotest::mtool = app.property("ToolSvc.TsMultTriggerTool") [static] |
Definition at line 240 of file readoutiotest.py.
tuple readoutiotest::trig = app.algorithm("trig") [static] |
Definition at line 244 of file readoutiotest.py.
tuple readoutiotest::fecRoTool = app.property("ToolSvc.ROsFecReadoutTool") [static] |
Definition at line 250 of file readoutiotest.py.
tuple readoutiotest::feeRoTool = app.property("ToolSvc.ROsFeeReadoutTool") [static] |
Definition at line 252 of file readoutiotest.py.
tuple readoutiotest::roa = app.algorithm("roa") [static] |
Definition at line 257 of file readoutiotest.py.
tuple readoutiotest::rioes = app.service("RootIOEvtSelector") [static] |
Definition at line 263 of file readoutiotest.py.
tuple readoutiotest::rsd = app.algorithm("rsd") [static] |
Definition at line 269 of file readoutiotest.py.
tuple readoutiotest::dsa = app.algorithm("dsa") [static] |
Definition at line 275 of file readoutiotest.py.