ATLAS Offline Software
|
#include <HepMcDataPool.h>
Public Types | |
typedef ::DataPool< HepMC::GenEvent > | GenEvtPool_t |
typedef ::DataPool< HepMC::GenVertex > | GenVtxPool_t |
typedef ::DataPool< HepMC::GenParticle > | GenPartPool_t |
Public Member Functions | |
HepMC::GenEvent * | getGenEvent () |
HepMC::GenVertexPtr | getGenVertex () |
HepMC::GenParticlePtr | getGenParticle () |
Public Attributes | |
GenEvtPool_t | evt |
an arena of HepMC::GenEvent for efficient object instantiation More... | |
GenVtxPool_t | vtx |
an arena of HepMC::GenVertex for efficient object instantiation More... | |
GenPartPool_t | part |
an arena of HepMC::GenParticle for efficient object instantiation More... | |
Definition at line 81 of file HepMcDataPool.h.
typedef ::DataPool<HepMC::GenEvent> HepMC::DataPool::GenEvtPool_t |
Definition at line 138 of file HepMcDataPool.h.
Definition at line 146 of file HepMcDataPool.h.
typedef ::DataPool<HepMC::GenVertex> HepMC::DataPool::GenVtxPool_t |
Definition at line 142 of file HepMcDataPool.h.
|
inline |
Definition at line 150 of file HepMcDataPool.h.
|
inline |
Definition at line 160 of file HepMcDataPool.h.
|
inline |
Definition at line 155 of file HepMcDataPool.h.
GenEvtPool_t HepMC::DataPool::evt |
an arena of HepMC::GenEvent
for efficient object instantiation
Definition at line 140 of file HepMcDataPool.h.
GenPartPool_t HepMC::DataPool::part |
an arena of HepMC::GenParticle
for efficient object instantiation
Definition at line 148 of file HepMcDataPool.h.
GenVtxPool_t HepMC::DataPool::vtx |
an arena of HepMC::GenVertex
for efficient object instantiation
Definition at line 144 of file HepMcDataPool.h.