|
BOSS 8.0.0
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 | |
| 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.
Referenced by create(), and IsGenType().
| IsGenType::IsGenType | ( | std::vector< int > | ParticleTypeList | ) |
Definition at line 12 of file IsGenType.cxx.
| IsGenType::IsGenType | ( | const IsGenType & | src | ) |
Definition at line 16 of file IsGenType.cxx.
|
virtual |
|
virtual |
Definition at line 28 of file IsGenType.cxx.
|
virtual |
Implements GenIMCselector.
Definition at line 19 of file IsGenType.cxx.
Referenced by operator()().