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

In This Package:

sim15 Namespace Reference


Variables

tuple app = AppMgr()
tuple iapp = gp.iService("ApplicationMgr")
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 gen = app.algorithm('Gen1')
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"
tuple tim = app.property("ToolSvc.GtTimeratorTool")
tuple poser = app.property("ToolSvc.GtPositionerTool")
tuple gun = app.property("ToolSvc.GtGunGenTool")
tuple trans = app.property("ToolSvc.GtTransformTool")
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.ROsFeePeakOnlyTool")
tuple eds = app.service("EventDataSvc")
tuple sim15 = app.algorithm('Sim15')
tuple histsvc = app.service("THistSvc")
tuple msv = app.service('MessageSvc')

Variable Documentation

tuple sim15::app = AppMgr() [static]

Definition at line 11 of file sim15.py.

tuple sim15::iapp = gp.iService("ApplicationMgr") [static]

Definition at line 17 of file sim15.py.

tuple sim15::StageKin = app.property("ToolSvc.Kinematic") [static]

Definition at line 36 of file sim15.py.

tuple sim15::GenSeq = app.property('GnrtrSeq') [static]

Definition at line 38 of file sim15.py.

tuple sim15::StageDet = app.property("ToolSvc.Detector") [static]

Definition at line 41 of file sim15.py.

tuple sim15::DSSeq = app.property('DetSimSeq') [static]

Definition at line 43 of file sim15.py.

tuple sim15::StageElec = app.property("ToolSvc.Electronic") [static]

Definition at line 46 of file sim15.py.

tuple sim15::ESSeq = app.property('ElecSimSeq') [static]

Definition at line 48 of file sim15.py.

tuple sim15::StageTrig = app.property("ToolSvc.Trigger") [static]

Definition at line 51 of file sim15.py.

tuple sim15::TSSeq = app.property('TrigSimSeq') [static]

Definition at line 53 of file sim15.py.

tuple sim15::StageSingle = app.property("ToolSvc.SingleLoader") [static]

Definition at line 56 of file sim15.py.

tuple sim15::SingleSeq = app.property('SingleSeq') [static]

Definition at line 58 of file sim15.py.

tuple sim15::gen = app.algorithm('Gen1') [static]

Definition at line 63 of file sim15.py.

tuple sim15::sim = app.algorithm('DetSimProc') [static]

Definition at line 68 of file sim15.py.

tuple sim15::elec = app.algorithm('ElecSimProc') [static]

Definition at line 73 of file sim15.py.

tuple sim15::trig = app.algorithm('TrigReadProc') [static]

Definition at line 78 of file sim15.py.

tuple sim15::singll = app.algorithm('SingleLoader') [static]

Definition at line 83 of file sim15.py.

string sim15::volume = "/dd/Structure/AD/far-lso2" [static]

Definition at line 94 of file sim15.py.

tuple sim15::tim = app.property("ToolSvc.GtTimeratorTool") [static]

Definition at line 97 of file sim15.py.

tuple sim15::poser = app.property("ToolSvc.GtPositionerTool") [static]

Definition at line 104 of file sim15.py.

tuple sim15::gun = app.property("ToolSvc.GtGunGenTool") [static]

Definition at line 115 of file sim15.py.

tuple sim15::trans = app.property("ToolSvc.GtTransformTool") [static]

Definition at line 135 of file sim15.py.

tuple sim15::modularPL = app.property("GiGa.GiGaPhysListModular") [static]

Definition at line 141 of file sim15.py.

tuple sim15::optical = app.property("GiGa.GiGaPhysListModular.DsPhysConsOptical") [static]

Definition at line 155 of file sim15.py.

tuple sim15::giga = app.service("GiGa") [static]

Definition at line 162 of file sim15.py.

tuple sim15::gggeo = app.service("GiGaGeo") [static]

Definition at line 166 of file sim15.py.

tuple sim15::stepseq = app.property("GiGa.GiGaStepActionSequence") [static]

Definition at line 173 of file sim15.py.

tuple sim15::ggrm = app.property("GiGa.GiGaMgr") [static]

Definition at line 177 of file sim15.py.

tuple sim15::event_ac_cmds = app.property("GiGa.GiGaEventActionCommand") [static]

Definition at line 179 of file sim15.py.

list sim15::verbosity_cmds [static]

Initial value:

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

Definition at line 180 of file sim15.py.

list sim15::silent_cmds [static]

Initial value:

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

Definition at line 187 of file sim15.py.

tuple sim15::ggin = app.algorithm("GGInStream") [static]

Definition at line 200 of file sim15.py.

tuple sim15::pmtsd = app.property("GiGaGeo.DsPmtSensDet") [static]

Definition at line 215 of file sim15.py.

tuple sim15::nhits = app.property("ToolSvc.TsMultTriggerTool") [static]

Definition at line 236 of file sim15.py.

tuple sim15::fee = app.property("ToolSvc.ROsFeePeakOnlyTool") [static]

Definition at line 238 of file sim15.py.

tuple sim15::eds = app.service("EventDataSvc") [static]

Definition at line 248 of file sim15.py.

tuple sim15::sim15 = app.algorithm('Sim15') [static]

Definition at line 256 of file sim15.py.

tuple sim15::histsvc = app.service("THistSvc") [static]

Definition at line 264 of file sim15.py.

tuple sim15::msv = app.service('MessageSvc') [static]

Definition at line 267 of file sim15.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