EpIC 1.1.0
Monte Carlo generator for exclusive processes
Loading...
Searching...
No Matches
EPIC::Event Member List

This is the complete list of members for EPIC::Event, including all inherited members.

addAttribute(EventAttributeType::Type type, double value)EPIC::Event
addParticle(const std::pair< ParticleCodeType::Type, std::shared_ptr< Particle > > &particle)EPIC::Event
addVertex(std::shared_ptr< Vertex > vertex)EPIC::Event
alterParticleCode(size_t i, ParticleCodeType::Type code)EPIC::Event
Event()EPIC::Event
Event(const Event &other)EPIC::Event
getAttributes() constEPIC::Event
getParticles() constEPIC::Event
getVertices() constEPIC::Event
setAttributes(const std::map< EventAttributeType::Type, double > &attributes)EPIC::Event
setParticles(const std::vector< std::pair< ParticleCodeType::Type, std::shared_ptr< Particle > > > &particles)EPIC::Event
setVertices(const std::vector< std::shared_ptr< Vertex > > &vertices)EPIC::Event
toString() const (defined in EPIC::Event)EPIC::Event
~Event()EPIC::Eventvirtual