HepMC3 event record library
|
Stores serializable vertex information. More...
#include <GenVertexData.h>
Public Member Functions | |
bool | is_zero () const |
Check if this struct fields are zero. More... | |
Data Fields | |
int | status |
Vertex status. More... | |
FourVector | position |
Position in time-space. More... | |
Stores serializable vertex information.
Definition at line 22 of file GenVertexData.h.
|
inline |
Check if this struct fields are zero.
Definition at line 27 of file GenVertexData.h.
References FourVector::is_zero(), GenVertexData::position, and GenVertexData::status.
FourVector position |
Position in time-space.
Definition at line 24 of file GenVertexData.h.
int status |
Vertex status.
Definition at line 23 of file GenVertexData.h.