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