The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
Check.py File Reference

(c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More...

Go to the source code of this file.

Namespaces

namespace  GaudiPartProp
 
namespace  GaudiPartProp.Check
 

Variables

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

Detailed Description

(c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".

# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #


=============================================================================

the trivial example to inspect the particle data table from the data base

Author
Vanya BELYAEV vanya.nosp@m.@nik.nosp@m.hef.n.nosp@m.l

autotoc_md409

Date
2009-03-06

Definition in file Check.py.