|
HepMC3 event record library
|
forward declare the Relatives interface in which _parents and _children are wrapped
wrap a templated class that implements Relatives Since we need to template the functionality on the input type (GenParticlePtr, ConstGenVertexPtr etc.) we must wrap a class that has a templated operator in this that provides the Relatives interface and calls through to the underlying template method.
Definition at line 21 of file Relatives.h.
#include <Relatives.h>
Inheritance diagram for RelativesInterface< Relative_type >:
Collaboration diagram for RelativesInterface< Relative_type >:Static Public Attributes | |
| static const Parents | PARENTS |
| static const Children | CHILDREN |
| static thread_local const Ancestors | ANCESTORS |
| static thread_local const Descendants | DESCENDANTS |
Private Attributes | |
| Relative_type | _internal |
1.8.14