![]() |
AmpGen 2.1
|
Definition at line 14 of file Integrator.h.
Public Member Functions | |
| Integrator ()=default | |
| template<typename EventList_type, typename T> | |
| Integrator (const EventList_type *events, const std::vector< T > &expressions={}) | |
| bool | isReady () const |
| void | queueIntegral (complex_t *result, const unsigned &i, const unsigned &j) |
| void | flush () |
| template<class return_type> | |
| return_type | get (const unsigned &index, const unsigned &evt) const |
| template<class T> | |
| unsigned | getCacheIndex (const T &t) const |
| double | norm () const |
| template<class T> | |
| void | updateCache (const T &expression) |
| template<class T> | |
| const T * | events () const |
| const auto & | cache () const |
|
default |
|
inline |
Definition at line 31 of file Integrator.h.
|
inline |
Definition at line 59 of file Integrator.h.
|
inline |
Definition at line 57 of file Integrator.h.
| void AmpGen::Integrator::flush | ( | ) |
| return_type AmpGen::Integrator::get | ( | const unsigned & | index, |
| const unsigned & | evt ) const |
|
inline |
Definition at line 51 of file Integrator.h.
| bool AmpGen::Integrator::isReady | ( | ) | const |
|
inline |
Definition at line 52 of file Integrator.h.
| void AmpGen::Integrator::queueIntegral | ( | complex_t * | result, |
| const unsigned & | i, | ||
| const unsigned & | j ) |
|
inline |
Definition at line 54 of file Integrator.h.