13 const Parents Relatives::PARENTS;
RelativesInterface< _parents > Parents
alias of _parents wrapped in the Relatives interface
RelativesInterface< Recursive< _parents > > Ancestors
Ancestors is an alias to Recursion applied to the _parents and wrapped in the Relatives interface.
Defines helper classes to extract relatives of an input GenParticle or GenVertex.
RelativesInterface< _children > Children
alias of _children wrapped in the Relatives interface
RelativesInterface< Recursive< _children > > Descendants
Descendants is an alias to Recursion applied to the _children and wrapped in the Relatives interface.