Page 1 of 1

SSSS vertex in UFO

Posted: 8. Jun 2016, 13:44
by skrai
Hi Florian,

Is it possible to write only a certain subset of SSSS vertices in the UFO output by choosing a given particle to be a part of that interaction vertex?

Best,
Santosh

Re: SSSS vertex in UFO

Posted: 8. Jun 2016, 16:07
by FStaub
Hi,

the following should do the job:

Code: Select all

ModelOutput[EWSB];
SA`VertexList[SSSS] =  Select[SA`VertexList[SSSS], FreeQ[#, hh] == False &];
MakeUFO[Exclude -> {GGS, GGV}]
That includes only vertices with CP-even Higgs bosons (hh). Of course, you can also pick any other fields in the same way.

Cheers,
Florian