| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

U-Th-K Namespace Reference


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')

Variable Documentation

tuple U-Th-K::iapp = gp.iService("ApplicationMgr") [static]

Definition at line 12 of file U-Th-K.py.

tuple U-Th-K::app = gp.AppMgr() [static]

Definition at line 26 of file U-Th-K.py.

tuple U-Th-K::trimSvc = app.service('ArchiveTrimSvc') [static]

Definition at line 30 of file U-Th-K.py.

tuple U-Th-K::StageKin = app.property("ToolSvc.Kinematic") [static]

Definition at line 38 of file U-Th-K.py.

tuple U-Th-K::GenSeq = app.property('GnrtrSeq') [static]

Definition at line 40 of file U-Th-K.py.

tuple U-Th-K::StageDet = app.property("ToolSvc.Detector") [static]

Definition at line 47 of file U-Th-K.py.

tuple U-Th-K::DSSeq = app.property('DetSimSeq') [static]

Definition at line 49 of file U-Th-K.py.

tuple U-Th-K::StageElec = app.property("ToolSvc.Electronic") [static]

Definition at line 52 of file U-Th-K.py.

tuple U-Th-K::ESSeq = app.property('ElecSimSeq') [static]

Definition at line 54 of file U-Th-K.py.

tuple U-Th-K::StageTrig = app.property("ToolSvc.Trigger") [static]

Definition at line 57 of file U-Th-K.py.

tuple U-Th-K::TSSeq = app.property('TrigSimSeq') [static]

Definition at line 59 of file U-Th-K.py.

tuple U-Th-K::StageSingle = app.property("ToolSvc.SingleLoader") [static]

Definition at line 62 of file U-Th-K.py.

tuple U-Th-K::SingleSeq = app.property('SingleSeq') [static]

Definition at line 64 of file U-Th-K.py.

tuple U-Th-K::genk40 = app.algorithm('GenK40') [static]

Definition at line 69 of file U-Th-K.py.

tuple U-Th-K::genu = app.algorithm('GenU') [static]

Definition at line 73 of file U-Th-K.py.

tuple U-Th-K::genth = app.algorithm('GenTh') [static]

Definition at line 77 of file U-Th-K.py.

tuple U-Th-K::sim = app.algorithm('DetSimProc') [static]

Definition at line 82 of file U-Th-K.py.

tuple U-Th-K::elec = app.algorithm('ElecSimProc') [static]

Definition at line 87 of file U-Th-K.py.

tuple U-Th-K::trig = app.algorithm('TrigReadProc') [static]

Definition at line 92 of file U-Th-K.py.

tuple U-Th-K::singll = app.algorithm('SingleLoader') [static]

Definition at line 97 of file U-Th-K.py.

string U-Th-K::volume = "/dd/Structure/AD/far-lso2" [static]

Definition at line 110 of file U-Th-K.py.

int U-Th-K::seed = 1234567 [static]

Definition at line 114 of file U-Th-K.py.

int U-Th-K::nevents = 1000 [static]

Definition at line 115 of file U-Th-K.py.

string U-Th-K::hepevt_source = "K40.exe -seed %(seed)s -n %(nevents)s|" [static]

Definition at line 116 of file U-Th-K.py.

tuple U-Th-K::exe = hepevt_source.split(' ') [static]

Definition at line 119 of file U-Th-K.py.

tuple U-Th-K::path = os.getenv('PATH') [static]

Definition at line 122 of file U-Th-K.py.

string U-Th-K::exe = "/" [static]

Definition at line 125 of file U-Th-K.py.

string U-Th-K::source = ' ' [static]

Definition at line 129 of file U-Th-K.py.

dictionary U-Th-K::source [static]

Initial value:

source%{'nevents':str(nevents),
                         'seed':str(seed)}

Definition at line 131 of file U-Th-K.py.

tuple U-Th-K::k40gen = app.property('ToolSvc.K40Gen') [static]

Definition at line 138 of file U-Th-K.py.

tuple U-Th-K::k40pos = app.property('ToolSvc.K40Pos') [static]

Definition at line 143 of file U-Th-K.py.

tuple U-Th-K::k40tra = app.property("ToolSvc.K40Tra") [static]

Definition at line 156 of file U-Th-K.py.

tuple U-Th-K::ugen = app.property("ToolSvc.UGen") [static]

Definition at line 169 of file U-Th-K.py.

U-Th-K::spray_photons = True [static]

Definition at line 173 of file U-Th-K.py.

tuple U-Th-K::upos = app.property("ToolSvc.UPos") [static]

Definition at line 176 of file U-Th-K.py.

tuple U-Th-K::utim = app.property("ToolSvc.UTim") [static]

Definition at line 186 of file U-Th-K.py.

tuple U-Th-K::utrans = app.property("ToolSvc.UTra") [static]

Definition at line 191 of file U-Th-K.py.

tuple U-Th-K::thgen = app.property("ToolSvc.ThGen") [static]

Definition at line 204 of file U-Th-K.py.

tuple U-Th-K::thpos = app.property("ToolSvc.ThPos") [static]

Definition at line 209 of file U-Th-K.py.

tuple U-Th-K::thtim = app.property("ToolSvc.ThTim") [static]

Definition at line 219 of file U-Th-K.py.

tuple U-Th-K::thtrans = app.property("ToolSvc.ThTra") [static]

Definition at line 224 of file U-Th-K.py.

tuple U-Th-K::modularPL = app.property("GiGa.GiGaPhysListModular") [static]

Definition at line 231 of file U-Th-K.py.

tuple U-Th-K::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") [static]

Definition at line 245 of file U-Th-K.py.

tuple U-Th-K::giga = app.service("GiGa") [static]

Definition at line 252 of file U-Th-K.py.

tuple U-Th-K::gggeo = app.service("GiGaGeo") [static]

Definition at line 256 of file U-Th-K.py.

tuple U-Th-K::stepseq = app.property("GiGa.GiGaStepActionSequence") [static]

Definition at line 263 of file U-Th-K.py.

tuple U-Th-K::ggrm = app.property("GiGa.GiGaMgr") [static]

Definition at line 267 of file U-Th-K.py.

tuple U-Th-K::event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") [static]

Definition at line 269 of file U-Th-K.py.

list U-Th-K::verbosity_cmds [static]

Initial value:

[
        "/control/verbose 0",
        "/run/verbose 0",
        "/event/verbose 2",
        "/tracking/verbose 2",
        "/geometry/navigator/verbose 0"
        ]

Definition at line 270 of file U-Th-K.py.

list U-Th-K::silent_cmds [static]

Initial value:

[
        "/control/verbose 0",
        "/run/verbose 0",
        "/event/verbose 0",
        "/tracking/verbose 0",
        "/geometry/navigator/verbose 0"
        ]

Definition at line 277 of file U-Th-K.py.

tuple U-Th-K::ggin = app.algorithm("GGInStream") [static]

Definition at line 289 of file U-Th-K.py.

tuple U-Th-K::pmtsd = app.property("GiGaGeo.DsPmtSensDet") [static]

Definition at line 304 of file U-Th-K.py.

tuple U-Th-K::nhits = app.property("ToolSvc.TsMultTriggerTool") [static]

Definition at line 323 of file U-Th-K.py.

tuple U-Th-K::fee = app.property("ToolSvc.ROsFeeReadoutTool") [static]

Definition at line 325 of file U-Th-K.py.

tuple U-Th-K::fec = app.property("ToolSvc.ROsFecReadoutTool") [static]

Definition at line 326 of file U-Th-K.py.

tuple U-Th-K::eds = app.service("EventDataSvc") [static]

Definition at line 334 of file U-Th-K.py.

tuple U-Th-K::sim15 = app.algorithm('Sim15') [static]

Definition at line 342 of file U-Th-K.py.

tuple U-Th-K::histsvc = app.service("THistSvc") [static]

Definition at line 350 of file U-Th-K.py.

tuple U-Th-K::msv = app.service('MessageSvc') [static]

Definition at line 352 of file U-Th-K.py.

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:36:45 2011 for Sim15 by doxygen 1.4.7