#include <All.h>
Inheritance diagram for HepMC_helper::All:
Public Member Functions | |
All () | |
IMCselector * | create () const |
bool | operator() (const Particle *const p) const |
bool | operator() (const Particle &p) const |
bool | operator() (const Particle &p) |
Definition at line 15 of file All.h.
IMCselector * HepMC_helper::All::create | ( | ) | const [virtual] |
Implements HepMC_helper::IMCselector.
Definition at line 21 of file HepMC_helper.cxx.
00021 {return new All();}
bool HepMC_helper::All::operator() | ( | const Particle *const | p | ) | const [virtual] |
bool HepMC_helper::All::operator() | ( | const Particle & | p | ) | const |
bool HepMC_helper::IMCselector::operator() | ( | const Particle & | p | ) | [inline, inherited] |