Go to the source code of this file.
Namespaces | |
namespace | U-Th-K |
Variables | |
tuple | U-Th-K::iapp = gp.iService("ApplicationMgr") |
tuple | U-Th-K::app = gp.AppMgr() |
tuple | U-Th-K::trimSvc = app.service('ArchiveTrimSvc') |
tuple | U-Th-K::StageKin = app.property("ToolSvc.Kinematic") |
tuple | U-Th-K::GenSeq = app.property('GnrtrSeq') |
tuple | U-Th-K::StageDet = app.property("ToolSvc.Detector") |
tuple | U-Th-K::DSSeq = app.property('DetSimSeq') |
tuple | U-Th-K::StageElec = app.property("ToolSvc.Electronic") |
tuple | U-Th-K::ESSeq = app.property('ElecSimSeq') |
tuple | U-Th-K::StageTrig = app.property("ToolSvc.Trigger") |
tuple | U-Th-K::TSSeq = app.property('TrigSimSeq') |
tuple | U-Th-K::StageSingle = app.property("ToolSvc.SingleLoader") |
tuple | U-Th-K::SingleSeq = app.property('SingleSeq') |
tuple | U-Th-K::genk40 = app.algorithm('GenK40') |
tuple | U-Th-K::genu = app.algorithm('GenU') |
tuple | U-Th-K::genth = app.algorithm('GenTh') |
tuple | U-Th-K::sim = app.algorithm('DetSimProc') |
tuple | U-Th-K::elec = app.algorithm('ElecSimProc') |
tuple | U-Th-K::trig = app.algorithm('TrigReadProc') |
tuple | U-Th-K::singll = app.algorithm('SingleLoader') |
string | U-Th-K::volume = "/dd/Structure/AD/far-lso2" |
int | U-Th-K::seed = 1234567 |
int | U-Th-K::nevents = 1000 |
string | U-Th-K::hepevt_source = "K40.exe -seed %(seed)s -n %(nevents)s|" |
tuple | U-Th-K::exe = hepevt_source.split(' ') |
tuple | U-Th-K::path = os.getenv('PATH') |
string | U-Th-K::exe = "/" |
string | U-Th-K::source = ' ' |
dictionary | U-Th-K::source |
tuple | U-Th-K::k40gen = app.property('ToolSvc.K40Gen') |
tuple | U-Th-K::k40pos = app.property('ToolSvc.K40Pos') |
tuple | U-Th-K::k40tra = app.property("ToolSvc.K40Tra") |
tuple | U-Th-K::ugen = app.property("ToolSvc.UGen") |
U-Th-K::spray_photons = True | |
tuple | U-Th-K::upos = app.property("ToolSvc.UPos") |
tuple | U-Th-K::utim = app.property("ToolSvc.UTim") |
tuple | U-Th-K::utrans = app.property("ToolSvc.UTra") |
tuple | U-Th-K::thgen = app.property("ToolSvc.ThGen") |
tuple | U-Th-K::thpos = app.property("ToolSvc.ThPos") |
tuple | U-Th-K::thtim = app.property("ToolSvc.ThTim") |
tuple | U-Th-K::thtrans = app.property("ToolSvc.ThTra") |
tuple | U-Th-K::modularPL = app.property("GiGa.GiGaPhysListModular") |
tuple | U-Th-K::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") |
tuple | U-Th-K::giga = app.service("GiGa") |
tuple | U-Th-K::gggeo = app.service("GiGaGeo") |
tuple | U-Th-K::stepseq = app.property("GiGa.GiGaStepActionSequence") |
tuple | U-Th-K::ggrm = app.property("GiGa.GiGaMgr") |
tuple | U-Th-K::event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") |
list | U-Th-K::verbosity_cmds |
list | U-Th-K::silent_cmds |
tuple | U-Th-K::ggin = app.algorithm("GGInStream") |
tuple | U-Th-K::pmtsd = app.property("GiGaGeo.DsPmtSensDet") |
tuple | U-Th-K::nhits = app.property("ToolSvc.TsMultTriggerTool") |
tuple | U-Th-K::fee = app.property("ToolSvc.ROsFeeReadoutTool") |
tuple | U-Th-K::fec = app.property("ToolSvc.ROsFecReadoutTool") |
tuple | U-Th-K::eds = app.service("EventDataSvc") |
tuple | U-Th-K::sim15 = app.algorithm('Sim15') |
tuple | U-Th-K::histsvc = app.service("THistSvc") |
tuple | U-Th-K::msv = app.service('MessageSvc') |