#include <NormIntInterface.h>
|
| | 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 |
| |
| virtual complex< double > | normInt (string amp, string conjAmp, bool forceUseCache=false) 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 |
| |
| virtual void | forceCacheUpdate (bool normIntOnly=false) 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 54 of file NormIntInterface.h.
◆ NormIntInterface() [1/3]
| NormIntInterface::NormIntInterface |
( |
| ) |
|
◆ NormIntInterface() [2/3]
| NormIntInterface::NormIntInterface |
( |
const string & |
normIntFile | ) |
|
◆ NormIntInterface() [3/3]
◆ ampInt()
| complex< double > NormIntInterface::ampInt |
( |
string |
amp, |
|
|
string |
conjAmp, |
|
|
bool |
forceUseCache = false |
|
) |
| const |
|
virtual |
◆ ampIntMatrix()
| const GDouble* NormIntInterface::ampIntMatrix |
( |
| ) |
const |
|
inline |
◆ cacheSize()
| int NormIntInterface::cacheSize |
( |
| ) |
const |
|
inlineprotected |
◆ exportNormIntCache() [1/2]
| void NormIntInterface::exportNormIntCache |
( |
const string & |
fileName, |
|
|
bool |
renormalize = false |
|
) |
| const |
◆ exportNormIntCache() [2/2]
| void NormIntInterface::exportNormIntCache |
( |
ostream & |
output, |
|
|
bool |
renormalize = false |
|
) |
| const |
◆ forceCacheUpdate()
| void NormIntInterface::forceCacheUpdate |
( |
bool |
normIntOnly = false | ) |
const |
|
virtual |
◆ hasAccessToMC()
| bool NormIntInterface::hasAccessToMC |
( |
| ) |
const |
◆ hasAmpInt()
| bool NormIntInterface::hasAmpInt |
( |
string |
amp, |
|
|
string |
conjAmp |
|
) |
| const |
◆ hasNormInt()
| bool NormIntInterface::hasNormInt |
( |
string |
amp, |
|
|
string |
conjAmp |
|
) |
| const |
◆ intenManager()
◆ loadNormIntCache()
| istream & NormIntInterface::loadNormIntCache |
( |
istream & |
in | ) |
|
◆ normInt()
| complex< double > NormIntInterface::normInt |
( |
string |
amp, |
|
|
string |
conjAmp, |
|
|
bool |
forceUseCache = false |
|
) |
| const |
|
virtual |
◆ normIntMatrix()
| const GDouble* NormIntInterface::normIntMatrix |
( |
| ) |
const |
|
inline |
◆ numAccEvents()
| int NormIntInterface::numAccEvents |
( |
| ) |
const |
|
inline |
◆ numGenEvents()
| int NormIntInterface::numGenEvents |
( |
| ) |
const |
|
inline |
◆ operator+=()
◆ setAccEvents()
| void NormIntInterface::setAccEvents |
( |
int |
events | ) |
|
|
inline |
◆ setAmpIntMatrix()
| void NormIntInterface::setAmpIntMatrix |
( |
const double * |
input | ) |
const |
|
protected |
◆ setGenEvents()
| void NormIntInterface::setGenEvents |
( |
int |
events | ) |
|
|
inline |
◆ setNormIntMatrix()
| void NormIntInterface::setNormIntMatrix |
( |
const double * |
input | ) |
const |
|
protected |
The documentation for this class was generated from the following files: