HepMC3 event record library
|
forward declare the recursion wrapper
Definition at line 25 of file Relatives.h.
#include <Relatives.h>
Data Structures | |
class | hasId |
hasID More... | |
class | idInterface |
iDinterface More... | |
Public Member Functions | |
template<typename GenObject_type > | |
GenParticles_type< GenObject_type > | operator() (GenObject_type input) const |
Operator. More... | |
Private Member Functions | |
template<typename GenObject_type , typename dummy > | |
GenParticles_type< GenObject_type > | _recursive (GenObject_type input) const |
recursive More... | |
GenParticles_type< GenVertexPtr > | _recursive (GenVertexPtr input) const |
recursive More... | |
GenParticles_type < ConstGenVertexPtr > | _recursive (ConstGenVertexPtr input) const |
recursive More... | |
GenParticles_type< GenParticlePtr > | _recursive (GenParticlePtr input) const |
recursive More... | |
GenParticles_type < ConstGenParticlePtr > | _recursive (ConstGenParticlePtr input) const |
recursive More... | |
Private Attributes | |
Relation_type | m_applyRelation |
applyRelation More... | |
std::vector< hasId * > | m_checkedObjects |
Checked objects. More... | |
|
private |
recursive
|
inlineprivate |
recursive
Definition at line 115 of file Relatives.h.
References Recursive< T >::_recursive(), Recursive< T >::m_applyRelation, and Recursive< T >::m_checkedObjects.
|
inlineprivate |
recursive
Definition at line 136 of file Relatives.h.
References Recursive< T >::_recursive(), Recursive< T >::m_applyRelation, and Recursive< T >::m_checkedObjects.
|
inlineprivate |
recursive
Definition at line 157 of file Relatives.h.
References Recursive< T >::_recursive(), and Recursive< T >::m_applyRelation.
|
inlineprivate |
recursive
Definition at line 161 of file Relatives.h.
References Recursive< T >::_recursive(), and Recursive< T >::m_applyRelation.
|
inline |
Operator.
Definition at line 101 of file Relatives.h.
References Recursive< T >::_recursive(), and Recursive< T >::m_checkedObjects.
|
private |
applyRelation
Definition at line 187 of file Relatives.h.
|
mutableprivate |
Checked objects.
Definition at line 188 of file Relatives.h.