#include <HepMcDataPool.h>
|
| GenEvtPool_t | evt |
| | an arena of HepMC::GenEvent for efficient object instantiation
|
| GenVtxPool_t | vtx |
| | an arena of HepMC::GenVertex for efficient object instantiation
|
| GenPartPool_t | part |
| | an arena of HepMC::GenParticle for efficient object instantiation
|
Definition at line 81 of file HepMcDataPool.h.
◆ GenEvtPool_t
◆ GenPartPool_t
◆ GenVtxPool_t
◆ getGenEvent()
| HepMC::GenEvent * HepMC::DataPool::getGenEvent |
( |
| ) |
|
|
inline |
Definition at line 150 of file HepMcDataPool.h.
151 {
152 return evt.nextElementPtr();
153 }
GenEvtPool_t evt
an arena of HepMC::GenEvent for efficient object instantiation
◆ getGenParticle()
Definition at line 160 of file HepMcDataPool.h.
161 {
162 return part.nextElementPtr();
163 }
GenPartPool_t part
an arena of HepMC::GenParticle for efficient object instantiation
◆ getGenVertex()
Definition at line 155 of file HepMcDataPool.h.
156 {
157 return vtx.nextElementPtr();
158 }
GenVtxPool_t vtx
an arena of HepMC::GenVertex for efficient object instantiation
◆ evt
an arena of HepMC::GenEvent for efficient object instantiation
Definition at line 140 of file HepMcDataPool.h.
◆ part
an arena of HepMC::GenParticle for efficient object instantiation
Definition at line 148 of file HepMcDataPool.h.
◆ vtx
an arena of HepMC::GenVertex for efficient object instantiation
Definition at line 144 of file HepMcDataPool.h.
The documentation for this struct was generated from the following file: