![]() |
The Gaudi Framework
master (e68eea06)
|
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)) | |
|
private |
| GaudiPartProp.Check.mesonscc = ppsvc.get(lambda x: (x.selfcc() and x.isMeson())) |
| GaudiPartProp.Check.selfcc = ppsvc.get(lambda x: x.selfcc()) |
| GaudiPartProp.Check.stable = ppsvc.get(lambda x: (x.ctau() > micrometer)) |