Variables | |
list | io = sys.argv[1] |
string | io = "output" |
input = False | |
input = True | |
output = notinput | |
use_aes = True | |
string | gen_location = "/Event/Gen/GenHeader" |
string | sim_location = "/Event/Sim/SimHeader" |
list | seed = sys.argv[2] |
list | nEvents = sys.argv[3] |
string | GaudiIOfile = "AD-neutron-Gaudi-" |
string | RootOutputfile = "AD-neutron-Root-" |
list | GaudiIOfile = sys.argv[2] |
list | nEvents = sys.argv[3] |
list | RootOutputfile = sys.argv[4] |
tuple | iapp = gp.iService("ApplicationMgr") |
tuple | app = gp.AppMgr(outputlevel=4) |
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": GaudiIOfile } |
string | volume = "/dd/Structure/Sites/db-rock/db-ows/db-curtain/db-iws/db-ade1/db-sst1/db-oil1/db-oav1/db-lso1" |
tuple | tim = app.property("ToolSvc.GtTimeratorTool") |
tuple | poser = app.property("ToolSvc.GtPositionerTool") |
tuple | gun = app.property("ToolSvc.GtHepEvtGenTool") |
tuple | path = os.getenv("PATH") |
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 | gggeo = app.service("GiGaGeo") |
tuple | giga = app.service("GiGa") |
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 | dsv = app.algorithm("dsv") |
tuple | histsvc = app.service("THistSvc") |
tuple | rioes = app.service("RootIOEvtSelector") |
tuple | dsv = app.algorithm("dsv") |
tuple | histsvc = app.service("THistSvc") |
tuple | dsa = app.algorithm("dsa") |
tuple | dybstrgsvs = app.service("DybStoreSvc") |
list IBDn-sim-rootio::io = sys.argv[1] [static] |
Definition at line 8 of file IBDn-sim-rootio.py.
string IBDn-sim-rootio::io = "output" [static] |
Definition at line 10 of file IBDn-sim-rootio.py.
IBDn-sim-rootio::input = False [static] |
Definition at line 12 of file IBDn-sim-rootio.py.
IBDn-sim-rootio::input = True [static] |
Definition at line 14 of file IBDn-sim-rootio.py.
IBDn-sim-rootio::output = notinput [static] |
Definition at line 15 of file IBDn-sim-rootio.py.
IBDn-sim-rootio::use_aes = True [static] |
Definition at line 16 of file IBDn-sim-rootio.py.
string IBDn-sim-rootio::gen_location = "/Event/Gen/GenHeader" [static] |
Definition at line 18 of file IBDn-sim-rootio.py.
string IBDn-sim-rootio::sim_location = "/Event/Sim/SimHeader" [static] |
Definition at line 19 of file IBDn-sim-rootio.py.
list IBDn-sim-rootio::seed = sys.argv[2] [static] |
Definition at line 22 of file IBDn-sim-rootio.py.
list IBDn-sim-rootio::nEvents = sys.argv[3] [static] |
Definition at line 23 of file IBDn-sim-rootio.py.
string IBDn-sim-rootio::GaudiIOfile = "AD-neutron-Gaudi-" [static] |
Definition at line 24 of file IBDn-sim-rootio.py.
string IBDn-sim-rootio::RootOutputfile = "AD-neutron-Root-" [static] |
Definition at line 25 of file IBDn-sim-rootio.py.
list IBDn-sim-rootio::GaudiIOfile = sys.argv[2] [static] |
Definition at line 32 of file IBDn-sim-rootio.py.
list IBDn-sim-rootio::nEvents = sys.argv[3] [static] |
Definition at line 34 of file IBDn-sim-rootio.py.
list IBDn-sim-rootio::RootOutputfile = sys.argv[4] [static] |
Definition at line 36 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::iapp = gp.iService("ApplicationMgr") [static] |
Definition at line 40 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::app = gp.AppMgr(outputlevel=4) [static] |
Definition at line 59 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::msg = app.service("MessageSvc") [static] |
Definition at line 61 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::dss = app.service("DybStorageSvc") [static] |
Definition at line 83 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::per = app.service("EventPersistencySvc") [static] |
Definition at line 88 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::eds = app.service("EventDataService") [static] |
Definition at line 91 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::rio = app.property("RootIOCnvSvc") [static] |
Definition at line 94 of file IBDn-sim-rootio.py.
dictionary IBDn-sim-rootio::iomap = { "default": GaudiIOfile } [static] |
Definition at line 97 of file IBDn-sim-rootio.py.
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" [static] |
Definition at line 108 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::tim = app.property("ToolSvc.GtTimeratorTool") [static] |
Definition at line 111 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::poser = app.property("ToolSvc.GtPositionerTool") [static] |
Definition at line 115 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::gun = app.property("ToolSvc.GtHepEvtGenTool") [static] |
Definition at line 126 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::path = os.getenv("PATH") [static] |
Definition at line 130 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::trans = app.property("ToolSvc.GtTransformTool") [static] |
Definition at line 144 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::genseq = app.algorithm("GenSeq") [static] |
Definition at line 148 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::gen = app.algorithm("GenAlg") [static] |
Definition at line 152 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::gendump = app.algorithm("GenDump") [static] |
Definition at line 160 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::modularPL = app.property("GiGa.GiGaPhysListModular") [static] |
Definition at line 165 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") [static] |
Definition at line 180 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::gggeo = app.service("GiGaGeo") [static] |
Definition at line 192 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::giga = app.service("GiGa") [static] |
Definition at line 198 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::stepseq = app.property("GiGa.GiGaStepActionSequence") [static] |
Definition at line 203 of file IBDn-sim-rootio.py.
string IBDn-sim-rootio::TH2DE = "TH2DE" [static] |
Definition at line 207 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") [static] |
Definition at line 209 of file IBDn-sim-rootio.py.
dictionary IBDn-sim-rootio::params [static] |
Initial value:
{ 'start' :"(start > 0)", # Same as 'firstvtx' 'track1':"(id==1)", 'track2':"(id==2)", 'GD': "MaterialName == '/dd/Materials/GdDopedLS'", 'LS': "MaterialName == '/dd/Materials/LiquidScintillator'", 'MO': "MaterialName == '/dd/Materials/MineralOil'", 'IAV': "DetectorElementName == 'db-iav1'", 'OAV': "DetectorElementName == 'db-oav1'", 'IWS': "MaterialName == '/dd/Materials/IwsWater'", 'OWS': "MaterialName == '/dd/Materials/OwsWater'", 'lastvtx': "IsStopping == 1", 'firstvtx': "IsStarting == 1", 'NeutronTrk': "pdg == 2112", 'NeutronMom': "creator == 2112", 'Gamma': "pdg == 22", 'Muon': "(pdg == 13 or pdg == -13)" }
Definition at line 216 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") [static] |
Definition at line 235 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::ggrm = app.property("GiGa.GiGaMgr") [static] |
Definition at line 332 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") [static] |
Definition at line 334 of file IBDn-sim-rootio.py.
list IBDn-sim-rootio::verbosity_cmds [static] |
Initial value:
[ "/control/verbose 0", "/run/verbose 0", "/event/verbose 2", "/tracking/verbose 2", "/geometry/navigator/verbose 0" ]
Definition at line 335 of file IBDn-sim-rootio.py.
list IBDn-sim-rootio::silent_cmds [static] |
Initial value:
[ "/control/verbose 0", "/run/verbose 0", "/event/verbose 0", "/tracking/verbose 0", "/geometry/navigator/verbose 0" ]
Definition at line 342 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::simseq = app.algorithm("SimSeq") [static] |
Definition at line 355 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::ggin = app.algorithm("GGInStream") [static] |
Definition at line 358 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::pull = app.algorithm("PullEvent") [static] |
Definition at line 372 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::push = app.algorithm("PushKine") [static] |
Definition at line 374 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::pmtsd = app.property("GiGaGeo.DsPmtSensDet") [static] |
Definition at line 379 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::dsv = app.algorithm("dsv") [static] |
Definition at line 383 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::histsvc = app.service("THistSvc") [static] |
Definition at line 386 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::rioes = app.service("RootIOEvtSelector") [static] |
Definition at line 393 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::dsv = app.algorithm("dsv") [static] |
Definition at line 396 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::histsvc = app.service("THistSvc") [static] |
Definition at line 399 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::dsa = app.algorithm("dsa") [static] |
Definition at line 404 of file IBDn-sim-rootio.py.
tuple IBDn-sim-rootio::dybstrgsvs = app.service("DybStoreSvc") [static] |
Definition at line 406 of file IBDn-sim-rootio.py.