|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtPredGen.hh>
Public Types | |
| typedef Generator::result_type | result_type |
Public Member Functions | |
| EvtPredGen () | |
| EvtPredGen (Generator gen, Predicate pred) | |
| EvtPredGen (const EvtPredGen &other) | |
| ~EvtPredGen () | |
| result_type | operator() () |
| int | getTried () const |
| int | getPassed () const |
Protected Attributes | |
| Generator | m_gen |
| Predicate | m_pred |
| int | m_tried |
| int | m_passed |
Definition at line 33 of file EvtPredGen.hh.
| typedef Generator::result_type EvtPredGen< Generator, Predicate >::result_type |
Definition at line 35 of file EvtPredGen.hh.
|
inline |
Definition at line 37 of file EvtPredGen.hh.
|
inline |
Definition at line 39 of file EvtPredGen.hh.
|
inline |
Definition at line 44 of file EvtPredGen.hh.
|
inline |
Definition at line 52 of file EvtPredGen.hh.
|
inline |
Definition at line 74 of file EvtPredGen.hh.
|
inline |
Definition at line 73 of file EvtPredGen.hh.
|
inline |
Definition at line 54 of file EvtPredGen.hh.
|
protected |
Definition at line 77 of file EvtPredGen.hh.
|
protected |
Definition at line 80 of file EvtPredGen.hh.
|
protected |
Definition at line 78 of file EvtPredGen.hh.
|
protected |
Definition at line 79 of file EvtPredGen.hh.