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

Functions

 dump ()
 

Variables

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

Function Documentation

◆ dump()

GaudiPartProp.DumpParticleProperties.dump ( )

Definition at line 26 of file DumpParticleProperties.py.

26def 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__

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

Definition at line 22 of file DumpParticleProperties.py.