The Gaudi Framework  master (37c0b60a)
GaudiPartProp.tests Namespace Reference

Functions

def checkPID (pid)
 

Variables

 __author__
 
 __version__
 
 pp1
 
 pp2
 
 pp3
 
 lst
 
 v1
 
 pid1
 
 pid2
 
 pid3
 
 lst2
 
 v2
 
 lb
 
 c
 
 nuc
 
 id
 

Function Documentation

◆ checkPID()

def GaudiPartProp.tests.checkPID (   pid)

Definition at line 73 of file tests.py.

73 def checkPID(pid):
74  print(pid)
75  print(" isValid ", pid.isValid())
76  print(" isMeson ", pid.isMeson())
77  print(" isBaryon ", pid.isBaryon())
78  print(" isDiQuark ", pid.isDiQuark())
79  print(" isHadron ", pid.isHadron())
80  print(" isLepton ", pid.isLepton())
81  print(" isNucleus ", pid.isNucleus())
82  print(" hasUp ", pid.hasUp())
83  print(" hasDown ", pid.hasDown())
84  print(" hasStrange ", pid.hasStrange())
85  print(" hasCharm ", pid.hasCharm())
86  print(" hasBottom ", pid.hasBottom())
87  print(" hasTop ", pid.hasTop())
88  print(" hasQuarks ", pid.hasQuarks())
89  print(" isQuark ", pid.isQuark())
90  print(" threeCharge ", pid.threeCharge())
91  print(" jSpin ", pid.jSpin())
92  print(" sSpin ", pid.sSpin())
93  print(" lSpin ", pid.lSpin())
94  print(" fundamental ", pid.fundamentalID())
95  print(" extra ", pid.extraBits())
96  print(" A ", pid.A())
97  print(" Z ", pid.Z())
98  print(" nLambda ", pid.nLambda())
99 
100 

Variable Documentation

◆ __author__

GaudiPartProp.tests.__author__
private

Definition at line 24 of file tests.py.

◆ __version__

GaudiPartProp.tests.__version__
private

Definition at line 25 of file tests.py.

◆ c

GaudiPartProp.tests.c

Definition at line 105 of file tests.py.

◆ id

GaudiPartProp.tests.id

Definition at line 111 of file tests.py.

◆ lb

GaudiPartProp.tests.lb

Definition at line 101 of file tests.py.

◆ lst

GaudiPartProp.tests.lst

Definition at line 37 of file tests.py.

◆ lst2

GaudiPartProp.tests.lst2

Definition at line 57 of file tests.py.

◆ nuc

GaudiPartProp.tests.nuc

Definition at line 109 of file tests.py.

◆ pid1

GaudiPartProp.tests.pid1

Definition at line 53 of file tests.py.

◆ pid2

GaudiPartProp.tests.pid2

Definition at line 54 of file tests.py.

◆ pid3

GaudiPartProp.tests.pid3

Definition at line 55 of file tests.py.

◆ pp1

GaudiPartProp.tests.pp1

Definition at line 30 of file tests.py.

◆ pp2

GaudiPartProp.tests.pp2

Definition at line 31 of file tests.py.

◆ pp3

GaudiPartProp.tests.pp3

Definition at line 32 of file tests.py.

◆ v1

GaudiPartProp.tests.v1

Definition at line 39 of file tests.py.

◆ v2

GaudiPartProp.tests.v2

Definition at line 59 of file tests.py.

GaudiPartProp.tests.checkPID
def checkPID(pid)
Definition: tests.py:73