Herwig 7.3.0
|
Struct to store the stuff needed for the vertices. More...
#include <GenericHGGVertex.h>
Public Member Functions | |
Interaction (PDPtr in_particle=PDPtr(), SSSVertexPtr in_scalar=SSSVertexPtr(), FFSVertexPtr in_fermion=FFSVertexPtr()) | |
Constructor. | |
Public Attributes | |
PDPtr | particle |
The particle. | |
SSSVertexPtr | scalar |
The scalar vertex. | |
FFSVertexPtr | fermion |
The fermion vertex. | |
Struct to store the stuff needed for the vertices.
Definition at line 37 of file GenericHGGVertex.h.
|
inline |
Constructor.
Definition at line 42 of file GenericHGGVertex.h.
FFSVertexPtr Herwig::GenericHGGVertex::Interaction::fermion |
The fermion vertex.
Definition at line 60 of file GenericHGGVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().
PDPtr Herwig::GenericHGGVertex::Interaction::particle |
The particle.
Definition at line 50 of file GenericHGGVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().
SSSVertexPtr Herwig::GenericHGGVertex::Interaction::scalar |
The scalar vertex.
Definition at line 55 of file GenericHGGVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().