#include <IMCselector.h>
Inheritance diagram for HepMC_helper::IMCselector:
Public Methods | |
virtual IMCselector * | create () const=0 |
virtual bool | operator() (const Particle *const) const=0 |
bool | operator() (const Particle &p) |
virtual | ~IMCselector () |
|
Definition at line 30 of file IMCselector.h.
00030 {}; |
|
|
|
Definition at line 27 of file IMCselector.h. References operator()(), and HepMC_helper::Particle.
00027 {return this->operator()(&p);} |