HepMC3 event record library
|
#include <AttributeFeature.h>
Public Member Functions | |
AttributeFeature (const std::string &name) | |
Filter | exists () const |
bool | operator() (ConstGenParticlePtr p) const |
Filter | operator== (const Attribute &rhs) const |
Filter | operator== (std::shared_ptr< const Attribute > rhs) const |
Filter | operator== (std::string rhs) const |
Private Attributes | |
std::string | m_name |
Definition at line 20 of file AttributeFeature.h.