The Gaudi Framework  master (181af51f)
Loading...
Searching...
No Matches
tests.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.tests
 

Functions

 GaudiPartProp.tests.checkPID (pid)
 

Variables

str GaudiPartProp.tests.__author__ = "Vanya BELYAEV Ivan.Belyaev@nikhef.nl"
 
str GaudiPartProp.tests.__version__ = ""
 
 GaudiPartProp.tests.pp1 = Gaudi.ParticleProperty("NAME1", Gaudi.ParticleID(121), 1.0, 501.0, 0.1, 0.001)
 
 GaudiPartProp.tests.pp2 = Gaudi.ParticleProperty("NAME2", Gaudi.ParticleID(122), -1, 502.0, 0.1, 0.001)
 
 GaudiPartProp.tests.pp3 = Gaudi.ParticleProperty("NAME3", Gaudi.ParticleID(123), 0, 503.0, 0.1, 0.001)
 
list GaudiPartProp.tests.lst = [pp3, pp2, pp1]
 
 GaudiPartProp.tests.v1 = Gaudi.Interfaces.IParticlePropertySvc.ParticleProperties()
 
 GaudiPartProp.tests.pid1 = Gaudi.ParticleID(121)
 
 GaudiPartProp.tests.pid2 = Gaudi.ParticleID(122)
 
 GaudiPartProp.tests.pid3 = Gaudi.ParticleID(123)
 
list GaudiPartProp.tests.lst2 = [pid3, pid2, pid1]
 
 GaudiPartProp.tests.v2 = Gaudi.ParticleIDs()
 
 GaudiPartProp.tests.lb = Gaudi.ParticleID(5122)
 
 GaudiPartProp.tests.c = Gaudi.ParticleID(Gaudi.ParticleID.charm)
 
list GaudiPartProp.tests.nuc = [2212, 1000020040, 1000822080, 450000000]
 
 GaudiPartProp.tests.id = Gaudi.ParticleID(i)
 

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 set of basic tests for objects from GaudiPartProp package

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@n.nosp@m.ikhe.nosp@m.f.nl

autotoc_md415

Date
2008-12-01

Definition in file tests.py.