#include <IsGenerator.h>
Definition at line 15 of file IsGenerator.h.
◆ IsGenerator()
| IsGenerator::IsGenerator |
( |
| ) |
|
◆ create()
◆ operator()() [1/2]
| bool IsGenerator::operator() |
( |
const Particle & | p | ) |
const |
|
virtual |
◆ operator()() [2/2]
| bool IsGenerator::operator() |
( |
const Particle *const | p | ) |
const |
|
virtual |
Implements GenIMCselector.
Definition at line 13 of file IsGenerator.cxx.
13 {
14 return ( p->barcode() < 100000 &&
15 ( p->status() < 200 || p->status() % 1000 == 1 || p->status() % 1000 == 2 ) )
16 ? true
17 : false;
18
19}
The documentation for this class was generated from the following files: