예제 #1
0
	def __init__(self):
		particle.particle.__init__(self)
		
		self.up1 = up.up()
		self.up2 = up.up()
		self.down = down.down()
		self.mass = "938.272046 * (MeV/c**2)"
		self.charge = 1
		self.spin = 1.0/2.0
예제 #2
0
m = muon.muon()
print m

mn = muon_neutino.muon_neutino()
print mn

t = tau.tau()
print t

tn = tau_neutino.tau_neutino()
print tn

up = up.up()
print up

down = down.down()
print down

charm = charm.charm()
print charm

strange = strange.strange()
print strange

top = top.top()
print top

bottom = bottom.bottom()
print bottom

photon = photon.photon()