HepMC3 event record library
|
Provides operator to find the parent particles of a Vertex or Particle.
Note you would usually not instantiate this directly, but wrap it in a RelativesInterface
Definition at line 195 of file Relatives.h.
#include <Relatives.h>
Public Member Functions | |
template<typename GenObject_type , typename dummy > | |
GenParticles_type< GenObject_type > | operator() (GenObject_type input) const |
operator More... | |
template<typename GenObject_type , typename std::enable_if< std::is_same< GenVertex, typename std::remove_const< typename GenObject_type::element_type >::type >::value, int *>::type = nullptr> | |
GenParticles_type< GenObject_type > | operator() (GenObject_type input) const |
operator More... | |
template<typename GenObject_type , typename std::enable_if< std::is_same< GenParticle, typename std::remove_const< typename GenObject_type::element_type >::type >::value, int *>::type = nullptr> | |
GenParticles_type< GenObject_type > | operator() (GenObject_type input) const |
operator More... | |
template<typename GenObject_type > | |
GenVertex_type< GenObject_type > | vertex (GenObject_type input) const |
vertex More... | |
GenParticles_type<GenObject_type> operator() | ( | GenObject_type | input | ) | const |
operator
|
inline |
operator
Definition at line 203 of file Relatives.h.
|
inline |
|
inline |
vertex
Definition at line 211 of file Relatives.h.