12#include <partons/BaseObject.h>
30class Vertex :
public PARTONS::BaseObject {
48 virtual std::string toString()
const;
87 std::vector<std::shared_ptr<Particle>>
89 std::vector<std::shared_ptr<Particle>>
Vertex representation.
Definition: Vertex.h:30
void setParticlesIn(const std::vector< std::shared_ptr< Particle > > &particlesIn)
void addParticleOut(const std::shared_ptr< Particle > &particle)
Vertex(const Vertex &other)
const std::vector< std::shared_ptr< Particle > > & getParticlesOut() const
void addParticleIn(const std::shared_ptr< Particle > &particle)
const std::vector< std::shared_ptr< Particle > > & getParticlesIn() const
void setParticlesOut(const std::vector< std::shared_ptr< Particle > > &particlesOut)