~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to models/taudecay_UFO/vertices.py

- fix the writing of the param_card in presence of restriction card created on the flight (customize model option)
- fix py8 output mode (include format)
- fix the taudecay model

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
             particles = [ P.vt__tilde__, P.ta__minus__, P.pi__plus__, P.pi__plus__, P.pi__minus__ ],
74
74
             color = [ '1' ],
75
75
             lorentz = [ L.FFSSS5, L.FFSSS6, L.FFSSS7 ],
76
 
             couplings = {(0,2):C.GC_8,(0,1):C.GC_5,(0,0):C.GC_7})
 
76
              couplings = {(0,0):C.GC_6,(0,2):C.GC_8,(0,1):C.GC_4})
77
77
 
78
78
V_10 = Vertex(name = 'V_10',
79
79
              particles = [ P.ta__plus__, P.vt, P.pi__minus__, P.pi__minus__, P.pi__plus__ ],