![]() |
ATLAS Offline Software
|
#include <HepMcParticleLink_p2.h>
Public Member Functions | |
| HepMcParticleLink_p2 () | |
| Default constructor: | |
| HepMcParticleLink_p2 (const unsigned short genEvtIndex, const unsigned long barcode, char evtColl) | |
| 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. | |
| char | m_evtColl |
Friends | |
| class | HepMcParticleLinkCnv_p2 |
Definition at line 16 of file HepMcParticleLink_p2.h.
|
inline |
Default constructor:
Inline methods:
Definition at line 61 of file HepMcParticleLink_p2.h.
|
inline |
Constructor with all parameters.
Definition at line 69 of file HepMcParticleLink_p2.h.
|
friend |
Definition at line 19 of file HepMcParticleLink_p2.h.
|
protected |
barcode of the HepMC::GenParticle we are pointing to.
Definition at line 51 of file HepMcParticleLink_p2.h.
|
protected |
Definition at line 54 of file HepMcParticleLink_p2.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 48 of file HepMcParticleLink_p2.h.