Herwig 7.3.0
|
Struct to store the stuff needed for the vertices. More...
#include <GenericHPPVertex.h>
Public Member Functions | |
Interaction (PDPtr in_particle=PDPtr(), SSSVertexPtr in_scalar=SSSVertexPtr(), FFSVertexPtr in_fermion=FFSVertexPtr(), VVSVertexPtr in_vector=VVSVertexPtr()) | |
Constructor. | |
Public Attributes | |
PDPtr | particle |
The particle. | |
SSSVertexPtr | scalar |
The scalar vertex. | |
FFSVertexPtr | fermion |
The fermion vertex. | |
VVSVertexPtr | vector |
The vector vertex. | |
Struct to store the stuff needed for the vertices.
Definition at line 38 of file GenericHPPVertex.h.
|
inline |
Constructor.
Definition at line 43 of file GenericHPPVertex.h.
FFSVertexPtr Herwig::GenericHPPVertex::Interaction::fermion |
The fermion vertex.
Definition at line 62 of file GenericHPPVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().
PDPtr Herwig::GenericHPPVertex::Interaction::particle |
The particle.
Definition at line 52 of file GenericHPPVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().
SSSVertexPtr Herwig::GenericHPPVertex::Interaction::scalar |
The scalar vertex.
Definition at line 57 of file GenericHPPVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().
VVSVertexPtr Herwig::GenericHPPVertex::Interaction::vector |
The vector vertex.
Definition at line 67 of file GenericHPPVertex.h.
Referenced by Herwig::operator<<(), and Herwig::operator>>().