![]() |
ATLAS Offline Software
|
#include <HepMcParticleLink_p3.h>
Public Member Functions | |
| HepMcParticleLink_p3 () | |
| Default constructor: | |
| HepMcParticleLink_p3 (const unsigned short genEvtIndex, const unsigned long id, char truthSupp) | |
| Constructor with all parameters. | |
Protected Attributes | |
| unsigned short | m_mcEvtIndex {0} |
index of the HepMC::GenEvent holding the HepMC::GenParticle we are pointing to. | |
| unsigned long | m_id {0} |
id of the HepMC::GenParticle we are pointing to. | |
| char | m_truthSupp {'a'} |
Friends | |
| class | HepMcParticleLinkCnv_p3 |
Definition at line 16 of file HepMcParticleLink_p3.h.
|
inline |
|
inline |
Constructor with all parameters.
Definition at line 59 of file HepMcParticleLink_p3.h.
|
friend |
Definition at line 19 of file HepMcParticleLink_p3.h.
|
protected |
id of the HepMC::GenParticle we are pointing to.
Definition at line 46 of file HepMcParticleLink_p3.h.
|
protected |
index of the HepMC::GenEvent holding the HepMC::GenParticle we are pointing to.
This is the index in the McEventCollection.
Definition at line 43 of file HepMcParticleLink_p3.h.
|
protected |
Definition at line 49 of file HepMcParticleLink_p3.h.