ConstGenParticlePtr associated() const
get a pointer to the associated particle.
bool from_string(const std::string &att)
Implementation of Attribute::from_string.
void set_associated(ConstGenParticlePtr p)
set the value associated to this Attribute.
Definition of class GenParticle.
ConstGenParticlePtr m_associated
The associated particle.
int associatedId() const
get id of the associated particle.
Attribute class allowing eg. a GenParticle to refer to another GenParticle.
AssociatedParticle(ConstGenParticlePtr p)
Constructor initializing attribute value.