The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
GaudiPartProp.Service Namespace Reference

Classes

class  iParticlePropertySvc
 

Functions

 _ppSvc_ (self, name="Gaudi::ParticlePropertySvc")
 accessor to the service
 

Variables

str __author__ = "Vanya BELYAEV Ivan.Belyaev@nikhef.nl"
 
str __version__ = ""
 
tuple __all__ = ("iParticlePropertySvc",)
 
 cpp = GaudiPython.Bindings.gbl
 
 iService = GaudiPython.Bindings.iService
 
 Helper = GaudiPython.Bindings.Helper
 
 InterfaceCast = GaudiPython.Bindings.InterfaceCast
 
 AppMgr = GaudiPython.Bindings.AppMgr
 
 Gaudi = GaudiPython.gbl.Gaudi
 
 gaudiPartProp
 

Function Documentation

◆ _ppSvc_()

GaudiPartProp.Service._ppSvc_ ( self,
name = "Gaudi::ParticlePropertySvc" )
protected

accessor to the service

Get particle property service form application manager

>>> gaudi = ...
>>> pps = gaudi.gaudiPartProp()

Definition at line 237 of file Service.py.

237def _ppSvc_(self, name="Gaudi::ParticlePropertySvc"):
238 """
239 Get particle property service form application manager
240
241 >>> gaudi = ...
242 >>> pps = gaudi.gaudiPartProp()
243
244 """
245 svc = Helper.service(self._svcloc, name)
246 return iParticlePropertySvc(name, svc)
247
248

Variable Documentation

◆ __all__

tuple GaudiPartProp.Service.__all__ = ("iParticlePropertySvc",)
private

Definition at line 29 of file Service.py.

◆ __author__

str GaudiPartProp.Service.__author__ = "Vanya BELYAEV Ivan.Belyaev@nikhef.nl"
private

Definition at line 26 of file Service.py.

◆ __version__

str GaudiPartProp.Service.__version__ = ""
private

Definition at line 27 of file Service.py.

◆ AppMgr

GaudiPartProp.Service.AppMgr = GaudiPython.Bindings.AppMgr

Definition at line 41 of file Service.py.

◆ cpp

GaudiPartProp.Service.cpp = GaudiPython.Bindings.gbl

Definition at line 37 of file Service.py.

◆ Gaudi

GaudiPartProp.Service.Gaudi = GaudiPython.gbl.Gaudi

Definition at line 42 of file Service.py.

◆ gaudiPartProp

GaudiPartProp.Service.gaudiPartProp

Definition at line 249 of file Service.py.

◆ Helper

GaudiPartProp.Service.Helper = GaudiPython.Bindings.Helper

Definition at line 39 of file Service.py.

◆ InterfaceCast

GaudiPartProp.Service.InterfaceCast = GaudiPython.Bindings.InterfaceCast

Definition at line 40 of file Service.py.

◆ iService

GaudiPartProp.Service.iService = GaudiPython.Bindings.iService

Definition at line 38 of file Service.py.