#include <MCCuts.h>
Inheritance diagram for HepMC_helper::MCCuts:
Public Methods | |
MCCuts (double ptMin, double etaMax) | |
IMCselector * | create () const |
bool | operator() (const Particle *const p) const |
bool | operator() (const Particle &p) const |
Private Attributes | |
double | m_ptMin |
double | m_etaMax |
|
Definition at line 113 of file HepMC_helper.cxx. Referenced by create().
|
|
Implements HepMC_helper::IMCselector. Definition at line 124 of file HepMC_helper.cxx. References MCCuts().
00124 {return new MCCuts(*this);} |
|
Implements HepMC_helper::IMCselector. Definition at line 115 of file HepMC_helper.cxx. References HepMC_helper::Particle. Referenced by operator()().
|
|
Definition at line 121 of file HepMC_helper.cxx. References operator()(), and HepMC_helper::Particle.
00121 { 00122 return this->operator()(&p); 00123 } |
|
|
|
|