#include <NormIntInterfaceMPI.h>
|
| | NormIntInterfaceMPI (const string &normIntFile) |
| |
| | NormIntInterfaceMPI (DataReader *genMCData, DataReader *accMCData, const IntensityManager &intenManager) |
| |
| | ~NormIntInterfaceMPI () |
| |
| complex< double > | normInt (string amp, string conjAmp, bool forceUseCache=false) const |
| |
| void | forceCacheUpdate (bool normIntOnly=false) const |
| |
| | NormIntInterface () |
| |
| | NormIntInterface (const string &normIntFile) |
| |
| | NormIntInterface (DataReader *genMCData, DataReader *accMCData, const IntensityManager &Manager) |
| |
| istream & | loadNormIntCache (istream &in) |
| |
| void | operator+= (const NormIntInterface &nii) |
| |
| int | numGenEvents () const |
| |
| int | numAccEvents () const |
| |
| bool | hasAccessToMC () const |
| |
| bool | hasNormInt (string amp, string conjAmp) const |
| |
| virtual complex< double > | ampInt (string amp, string conjAmp, bool forceUseCache=false) const |
| |
| bool | hasAmpInt (string amp, string conjAmp) const |
| |
| void | exportNormIntCache (const string &fileName, bool renormalize=false) const |
| |
| void | exportNormIntCache (ostream &output, bool renormalize=false) const |
| |
| const GDouble * | ampIntMatrix () const |
| |
| const GDouble * | normIntMatrix () const |
| |
| void | setGenEvents (int events) |
| |
| void | setAccEvents (int events) |
| |
Definition at line 42 of file NormIntInterfaceMPI.h.
◆ IntType
◆ NormIntInterfaceMPI() [1/2]
| NormIntInterfaceMPI::NormIntInterfaceMPI |
( |
const string & |
normIntFile | ) |
|
◆ NormIntInterfaceMPI() [2/2]
◆ ~NormIntInterfaceMPI()
| NormIntInterfaceMPI::~NormIntInterfaceMPI |
( |
| ) |
|
◆ forceCacheUpdate()
| void NormIntInterfaceMPI::forceCacheUpdate |
( |
bool |
normIntOnly = false | ) |
const |
|
virtual |
◆ normInt()
| complex< double > NormIntInterfaceMPI::normInt |
( |
string |
amp, |
|
|
string |
conjAmp, |
|
|
bool |
forceUseCache = false |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following files: