The Gaudi Framework  master (37c0b60a)
GaudiPartProp.Service Namespace Reference

Classes

class  iParticlePropertySvc
 

Functions

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

Variables

 __author__
 
 __version__
 
 __all__
 
 cpp
 
 iService
 
 Helper
 
 InterfaceCast
 
 AppMgr
 
 Gaudi
 

Function Documentation

◆ _ppSvc_()

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

accessor to the service

Get particle property service form application manager

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

Definition at line 237 of file Service.py.

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

Variable Documentation

◆ __all__

GaudiPartProp.Service.__all__
private

Definition at line 29 of file Service.py.

◆ __author__

GaudiPartProp.Service.__author__
private

Definition at line 26 of file Service.py.

◆ __version__

GaudiPartProp.Service.__version__
private

Definition at line 27 of file Service.py.

◆ AppMgr

GaudiPartProp.Service.AppMgr

Definition at line 41 of file Service.py.

◆ cpp

GaudiPartProp.Service.cpp

Definition at line 37 of file Service.py.

◆ Gaudi

GaudiPartProp.Service.Gaudi

Definition at line 42 of file Service.py.

◆ Helper

GaudiPartProp.Service.Helper

Definition at line 39 of file Service.py.

◆ InterfaceCast

GaudiPartProp.Service.InterfaceCast

Definition at line 40 of file Service.py.

◆ iService

GaudiPartProp.Service.iService

Definition at line 38 of file Service.py.

GaudiPartProp.Service._ppSvc_
def _ppSvc_(self, name="Gaudi::ParticlePropertySvc")
accessor to the service
Definition: Service.py:237