BOSS 7.0.7
BESIII Offline Software System
|
#include <IsGenType.h>
Public Member Functions | |
IsGenType (int ParticleType) | |
IsGenType (std::vector< int > ParticleTypeList) | |
IsGenType (const IsGenType &src) | |
GenIMCselector * | create () const |
virtual bool | operator() (const Particle *const p) const |
virtual bool | operator() (const Particle &p) const |
Public Member Functions inherited from GenIMCselector | |
virtual GenIMCselector * | create () const =0 |
virtual bool | operator() (const Particle *const) const =0 |
bool | operator() (const Particle &p) |
virtual | ~GenIMCselector () |
Definition at line 18 of file IsGenType.h.
IsGenType::IsGenType | ( | int | ParticleType | ) |
Definition at line 11 of file IsGenType.cxx.
IsGenType::IsGenType | ( | std::vector< int > | ParticleTypeList | ) |
Definition at line 14 of file IsGenType.cxx.
IsGenType::IsGenType | ( | const IsGenType & | src | ) |
Definition at line 20 of file IsGenType.cxx.
|
virtual |
Definition at line 30 of file IsGenType.cxx.
Implements GenIMCselector.
Definition at line 22 of file IsGenType.cxx.
Referenced by operator()().