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
SSSS vertex in UFO
Re: SSSS vertex in UFO
Hi,
the following should do the job:
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
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}]
Cheers,
Florian