Go to the source code of this file.
Namespaces | |
namespace | IBDn-sim-rootio |
Variables | |
list | IBDn-sim-rootio::io = sys.argv[1] |
string | IBDn-sim-rootio::io = "output" |
IBDn-sim-rootio::input = False | |
IBDn-sim-rootio::input = True | |
IBDn-sim-rootio::output = notinput | |
IBDn-sim-rootio::use_aes = True | |
string | IBDn-sim-rootio::gen_location = "/Event/Gen/GenHeader" |
string | IBDn-sim-rootio::sim_location = "/Event/Sim/SimHeader" |
list | IBDn-sim-rootio::seed = sys.argv[2] |
list | IBDn-sim-rootio::nEvents = sys.argv[3] |
string | IBDn-sim-rootio::GaudiIOfile = "AD-neutron-Gaudi-" |
string | IBDn-sim-rootio::RootOutputfile = "AD-neutron-Root-" |
list | IBDn-sim-rootio::GaudiIOfile = sys.argv[2] |
list | IBDn-sim-rootio::nEvents = sys.argv[3] |
list | IBDn-sim-rootio::RootOutputfile = sys.argv[4] |
tuple | IBDn-sim-rootio::iapp = gp.iService("ApplicationMgr") |
tuple | IBDn-sim-rootio::app = gp.AppMgr(outputlevel=4) |
tuple | IBDn-sim-rootio::msg = app.service("MessageSvc") |
tuple | IBDn-sim-rootio::dss = app.service("DybStorageSvc") |
tuple | IBDn-sim-rootio::per = app.service("EventPersistencySvc") |
tuple | IBDn-sim-rootio::eds = app.service("EventDataService") |
tuple | IBDn-sim-rootio::rio = app.property("RootIOCnvSvc") |
dictionary | IBDn-sim-rootio::iomap = { "default": GaudiIOfile } |
string | IBDn-sim-rootio::volume = "/dd/Structure/Sites/db-rock/db-ows/db-curtain/db-iws/db-ade1/db-sst1/db-oil1/db-oav1/db-lso1" |
tuple | IBDn-sim-rootio::tim = app.property("ToolSvc.GtTimeratorTool") |
tuple | IBDn-sim-rootio::poser = app.property("ToolSvc.GtPositionerTool") |
tuple | IBDn-sim-rootio::gun = app.property("ToolSvc.GtHepEvtGenTool") |
tuple | IBDn-sim-rootio::path = os.getenv("PATH") |
tuple | IBDn-sim-rootio::trans = app.property("ToolSvc.GtTransformTool") |
tuple | IBDn-sim-rootio::genseq = app.algorithm("GenSeq") |
tuple | IBDn-sim-rootio::gen = app.algorithm("GenAlg") |
tuple | IBDn-sim-rootio::gendump = app.algorithm("GenDump") |
tuple | IBDn-sim-rootio::modularPL = app.property("GiGa.GiGaPhysListModular") |
tuple | IBDn-sim-rootio::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") |
tuple | IBDn-sim-rootio::gggeo = app.service("GiGaGeo") |
tuple | IBDn-sim-rootio::giga = app.service("GiGa") |
tuple | IBDn-sim-rootio::stepseq = app.property("GiGa.GiGaStepActionSequence") |
string | IBDn-sim-rootio::TH2DE = "TH2DE" |
tuple | IBDn-sim-rootio::historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") |
dictionary | IBDn-sim-rootio::params |
tuple | IBDn-sim-rootio::unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") |
tuple | IBDn-sim-rootio::ggrm = app.property("GiGa.GiGaMgr") |
tuple | IBDn-sim-rootio::event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") |
list | IBDn-sim-rootio::verbosity_cmds |
list | IBDn-sim-rootio::silent_cmds |
tuple | IBDn-sim-rootio::simseq = app.algorithm("SimSeq") |
tuple | IBDn-sim-rootio::ggin = app.algorithm("GGInStream") |
tuple | IBDn-sim-rootio::pull = app.algorithm("PullEvent") |
tuple | IBDn-sim-rootio::push = app.algorithm("PushKine") |
tuple | IBDn-sim-rootio::pmtsd = app.property("GiGaGeo.DsPmtSensDet") |
tuple | IBDn-sim-rootio::dsv = app.algorithm("dsv") |
tuple | IBDn-sim-rootio::histsvc = app.service("THistSvc") |
tuple | IBDn-sim-rootio::rioes = app.service("RootIOEvtSelector") |
tuple | IBDn-sim-rootio::dsv = app.algorithm("dsv") |
tuple | IBDn-sim-rootio::histsvc = app.service("THistSvc") |
tuple | IBDn-sim-rootio::dsa = app.algorithm("dsa") |
tuple | IBDn-sim-rootio::dybstrgsvs = app.service("DybStoreSvc") |