![]() |
ATLAS Offline Software
|
#include <HepMcParticleLink_p1.h>
Public Member Functions | |
| HepMcParticleLink_p1 () | |
| Default constructor: | |
| HepMcParticleLink_p1 (const unsigned short genEvtIndex, const unsigned long barcode) | |
| Constructor with all parameters. | |
Protected Attributes | |
| unsigned short | m_mcEvtIndex |
name of the McEventCollection holding the HepMC::GenEvent which itself holds the HepMC::GenParticle we are pointing to FIXME: suboptimal, should put that into the DataHeader ! | |
| unsigned long | m_barcode |
barcode of the HepMC::GenParticle we are pointing to. | |
Friends | |
| class | HepMcParticleLinkCnv_p1 |
Definition at line 20 of file HepMcParticleLink_p1.h.
|
inline |
Default constructor:
Inline methods:
Definition at line 61 of file HepMcParticleLink_p1.h.
|
inline |
Constructor with all parameters.
Definition at line 68 of file HepMcParticleLink_p1.h.
|
friend |
Definition at line 23 of file HepMcParticleLink_p1.h.
|
protected |
barcode of the HepMC::GenParticle we are pointing to.
Definition at line 54 of file HepMcParticleLink_p1.h.
|
protected |
name of the McEventCollection holding the HepMC::GenEvent which itself holds the HepMC::GenParticle we are pointing to FIXME: suboptimal, should put that into the DataHeader !
! index of the HepMC::GenEvent holding the HepMC::GenParticle we are pointing to. This is the index in the McEventCollection.
Definition at line 51 of file HepMcParticleLink_p1.h.