~maddevelopers/mg5amcnlo/MS_with_decayevents

« back to all changes in this revision

Viewing changes to models/loop_sm/particles.py

  • Committer: olivier Mattelaer
  • Date: 2014-03-31 16:58:22 UTC
  • mfrom: (252.1.59 2.1.1)
  • Revision ID: olivier.mattelaer@uclouvain.be-20140331165822-4eb1040586ic1y1v
pass to 2.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
 
316
316
# Wavefunction renormalization
317
317
 
318
 
b.loop_particles = [[[b,G]]]
 
318
b.loop_particles = [[[5,21]]]
319
319
b.counterterm = {(1,0,0):CTParam.bWcft_UV.value}
320
320
 
321
 
c.loop_particles = [[[c,G]]]
 
321
c.loop_particles = [[[4,21]]]
322
322
c.counterterm = {(1,0,0):CTParam.cWcft_UV.value}
323
323
 
324
 
t.loop_particles = [[[t,G]]]
 
324
t.loop_particles = [[[6,21]]]
325
325
t.counterterm = {(1,0,0):CTParam.tWcft_UV.value}
326
326
 
327
 
G.loop_particles = [[[c]],[[b]],[[t]]]
 
327
G.loop_particles = [[[4]],[[5]],[[6]]]
328
328
G.counterterm = {(1,0,0):CTParam.GWcft_UV_c.value,(1,0,1):CTParam.GWcft_UV_b.value,(1,0,2):CTParam.GWcft_UV_t.value}
329
329
 
330
330
# Set counterterms values
331
331
 
332
 
Param.MB.loop_particles= [[[b,G]]]
333
 
Param.MB.counterterm = {(1,0,0):CTParam.bMass_UV.value}
334
 
 
335
 
Param.MC.loop_particles= [[[c,G]]]
336
 
Param.MC.counterterm = {(1,0,0):CTParam.cMass_UV.value}
337
 
 
338
 
Param.MT.loop_particles= [[[t,G]]]
339
 
Param.MT.counterterm = {(1,0,0):CTParam.tMass_UV.value}
340
 
 
341
 
Param.G.loop_particles = [[[u],[d],[s]],[[c]],[[b]],[[t]],[[G]]],
342
 
Param.G.counterterm = {(1,0,0):CTParam.G_UVq.value,(1,0,1):CTParam.G_UVc.value,(1,0,2):CTParam.G_UVb.value,(1,0,3):CTParam.G_UVt.value,(1,0,4):CTParam.G_UVg.value},
 
332
#Param.MB.loop_particles= [[[5,21]]]
 
333
#Param.MB.counterterm = {(1,0,0):CTParam.bMass_UV.value}
 
334
 
 
335
#Param.MC.loop_particles= [[[4,21]]]
 
336
#Param.MC.counterterm = {(1,0,0):CTParam.cMass_UV.value}
 
337
 
 
338
#Param.MT.loop_particles= [[[6,21]]]
 
339
#Param.MT.counterterm = {(1,0,0):CTParam.tMass_UV.value}
 
340
 
 
341
#Param.G.loop_particles = [[[2],[1],[3]],[[4]],[[5]],[[6]],[[21]]],
 
342
#Param.G.counterterm = {(1,0,0):CTParam.G_UVq.value,(1,0,1):CTParam.G_UVc.value,(1,0,2):CTParam.G_UVb.value,(1,0,3):CTParam.G_UVt.value,(1,0,4):CTParam.G_UVg.value},