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

Functions

def dump ()
 

Variables

 __author__
 

Function Documentation

◆ dump()

def GaudiPartProp.DumpParticleProperties.dump ( )

Definition at line 26 of file DumpParticleProperties.py.

26 def dump():
27  from Configurables import MessageSvc
28 
30 
31  # The following is misunderstood by flake8 - the import is needed as it
32  # has necessary side effects
33  import GaudiPartProp.Service # noqa: F401
34 
35  MessageSvc(OutputLevel=6)
36 
37  from GaudiPython.Bindings import AppMgr
38 
39  gaudi = AppMgr()
40 
41  gaudi.initialize()
42 
43  pps = gaudi.gaudiPartProp()
44 
45  print(pps.all())
46 
47 
48 # =============================================================================

Variable Documentation

◆ __author__

GaudiPartProp.DumpParticleProperties.__author__
private

Definition at line 22 of file DumpParticleProperties.py.

GaudiPartProp.Service.AppMgr
AppMgr
Definition: Service.py:41
GaudiPartProp.Service
Definition: Service.py:1
GaudiPartProp.DumpParticleProperties.dump
def dump()
Definition: DumpParticleProperties.py:26
GaudiPartProp.PartPropAlg
Definition: PartPropAlg.py:1
GaudiPython.Bindings
Definition: Bindings.py:1
MessageSvc
Definition: MessageSvc.h:40