![]() |
ATLAS Offline Software
|
Attribute for linking GenParticles between GenEvents. More...
#include <GenEvent.h>
Public Member Functions | |
| ShadowParticle () | |
| Default constructor. | |
| ShadowParticle (ConstGenParticlePtr p) | |
| Constructor initializing attribute value. | |
| virtual bool | from_string (const std::string &) override |
| Implementation of Attribute::from_string. | |
| virtual bool | to_string (std::string &att) const override |
| Implementation of Attribute::to_string. | |
| ConstGenParticlePtr | value () const |
| get a pointer to the shadow particle. | |
Private Attributes | |
| ConstGenParticlePtr | m_shadow |
| The shadow particle. | |
Attribute for linking GenParticles between GenEvents.
Variation of the AssociatedParticle Attribute, which allows GenParticles to be linked between GenEvents. For transient use only as the from_string(...) method is not defined
Definition at line 308 of file GenEvent.h.
|
inline |
|
inline |
Constructor initializing attribute value.
Definition at line 315 of file GenEvent.h.
|
inlineoverridevirtual |
Implementation of Attribute::from_string.
Definition at line 319 of file GenEvent.h.
|
inlineoverridevirtual |
Implementation of Attribute::to_string.
Definition at line 322 of file GenEvent.h.
|
inline |
get a pointer to the shadow particle.
Definition at line 328 of file GenEvent.h.
|
private |
The shadow particle.
Definition at line 334 of file GenEvent.h.