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

In This Package:

neutron Namespace Reference


Variables

tuple app = AppMgr()
tuple eds = app.service("EventDataSvc")
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 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 giga = app.service("GiGa")
tuple gggeo = app.service("GiGaGeo")
tuple stepseq = app.property("GiGa.GiGaStepActionSequence")
string TH2DE = "TH2DE"
tuple historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction")
dictionary params
tuple Historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction")
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 vali = app.algorithm("DetSimVali")
tuple histsvc = app.service("THistSvc")

Variable Documentation

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

Definition at line 13 of file neutron.py.

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

Definition at line 17 of file neutron.py.

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

Definition at line 20 of file neutron.py.

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

Definition at line 23 of file neutron.py.

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

Definition at line 27 of file neutron.py.

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

Definition at line 37 of file neutron.py.

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

Definition at line 55 of file neutron.py.

tuple neutron::genseq = app.algorithm("GenSeq") [static]

Definition at line 60 of file neutron.py.

tuple neutron::gen = app.algorithm("GenAlg") [static]

Definition at line 64 of file neutron.py.

tuple neutron::gendump = app.algorithm("GenDump") [static]

Definition at line 71 of file neutron.py.

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

Definition at line 76 of file neutron.py.

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

Definition at line 91 of file neutron.py.

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

Definition at line 98 of file neutron.py.

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

Definition at line 102 of file neutron.py.

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

Definition at line 109 of file neutron.py.

string neutron::TH2DE = "TH2DE" [static]

Definition at line 114 of file neutron.py.

tuple neutron::historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") [static]

Definition at line 116 of file neutron.py.

dictionary neutron::params [static]

Initial value:

{
    'start' :"(start > 0)",
    'track1':"(id==1 and ProcessType==1)",
    'track2':"(id==2 and ProcessType==1)",
    'GD':    "MaterialName == '/dd/Materials/GdDopedLS'",
    'LS':    "MaterialName == '/dd/Materials/LiquidScintillator'",
    'oil':   "MaterialName == '/dd/Materials/MineralOil'",
    'iAV':   "MaterialName == '/dd/Materials/Acrylic'",
    'oAV':   "MaterialName == '/dd/Materials/Acrylic'"
    }

Definition at line 119 of file neutron.py.

tuple neutron::Historian = app.property("GiGa.GiGaStepActionSequence.HistorianStepAction") [static]

Definition at line 130 of file neutron.py.

tuple neutron::unobs = app.property("GiGa.GiGaStepActionSequence.UnObserverStepAction") [static]

Definition at line 135 of file neutron.py.

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

Definition at line 176 of file neutron.py.

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

Definition at line 178 of file neutron.py.

list neutron::verbosity_cmds [static]

Initial value:

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

Definition at line 179 of file neutron.py.

list neutron::silent_cmds [static]

Initial value:

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

Definition at line 186 of file neutron.py.

tuple neutron::simseq = app.algorithm("SimSeq") [static]

Definition at line 199 of file neutron.py.

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

Definition at line 202 of file neutron.py.

tuple neutron::pull = app.algorithm("PullEvent") [static]

Definition at line 216 of file neutron.py.

tuple neutron::push = app.algorithm("PushKine") [static]

Definition at line 218 of file neutron.py.

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

Definition at line 223 of file neutron.py.

tuple neutron::vali = app.algorithm("DetSimVali") [static]

Definition at line 228 of file neutron.py.

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

Definition at line 231 of file neutron.py.

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

Generated on Mon Apr 11 20:56:28 2011 for DetSimValidation by doxygen 1.4.7