HepMC3 event record library
|
Order vertices with equal paths.
Definition at line 78 of file HEPEVT_Helpers.h.
#include <HEPEVT_Helpers.h>
Public Member Functions | |
bool | operator() (const std::pair< ConstGenVertexPtr, int > &lx, const std::pair< ConstGenVertexPtr, int > &rx) const |
Order vertices with equal paths. If the paths are equal, order in other quantities. We cannot use id, as it can be assigned in different way. | |
bool operator() | ( | const std::pair< ConstGenVertexPtr, int > & | lx, |
const std::pair< ConstGenVertexPtr, int > & | rx | ||
) | const |
Order vertices with equal paths. If the paths are equal, order in other quantities. We cannot use id, as it can be assigned in different way.
Definition at line 34 of file HEPEVT_Wrapper.cc.