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

Variables

str __author__ = "Vanya BELYAEV vanya@nikhef.nl"
 
str __verison__ = " "
 
 gaudi = AppMgr()
 
 TopAlg
 
 ppsvc = gaudi.gaudiPartProp()
 
 selfcc = ppsvc.get(lambda x: x.selfcc())
 
 mesonscc = ppsvc.get(lambda x: (x.selfcc() and x.isMeson()))
 
 stable = ppsvc.get(lambda x: (x.ctau() > micrometer))
 

Variable Documentation

◆ __author__

str GaudiPartProp.Check.__author__ = "Vanya BELYAEV vanya@nikhef.nl"
private

Definition at line 24 of file Check.py.

◆ __verison__

str GaudiPartProp.Check.__verison__ = " "
private

Definition at line 25 of file Check.py.

◆ gaudi

GaudiPartProp.Check.gaudi = AppMgr()

Definition at line 42 of file Check.py.

◆ mesonscc

GaudiPartProp.Check.mesonscc = ppsvc.get(lambda x: (x.selfcc() and x.isMeson()))

Definition at line 62 of file Check.py.

◆ ppsvc

GaudiPartProp.Check.ppsvc = gaudi.gaudiPartProp()

Definition at line 51 of file Check.py.

◆ selfcc

GaudiPartProp.Check.selfcc = ppsvc.get(lambda x: x.selfcc())

Definition at line 57 of file Check.py.

◆ stable

GaudiPartProp.Check.stable = ppsvc.get(lambda x: (x.ctau() > micrometer))

Definition at line 72 of file Check.py.

◆ TopAlg

GaudiPartProp.Check.TopAlg

Definition at line 45 of file Check.py.