#include "cache.h"
#include "integral.h"
Go to the source code of this file.
◆ getIN
Value:
{ \
Ival ivalue; \
bool found=false; \
for (ArrayS##n::iterator it##
n=ics##
n.begin(); it##
n != ics##
n.end(); ++it##
n) { \
found=true; \
break; \
} \
} \
if ( ! found ) { \
ics##
n.insert(EntryS##
n(k,ivalue)); \
} \
return ivalue.val[ep]; \
}
std::complex< double > ncomplex
◆ getMinorN
◆ getSave
◆ getMinorN()
Definition at line 636 of file BesEvtGen-00-04-08/src/phokhara/eemmg-lib/src/cache.cpp.
646{
648 for (Array5::iterator it5=cm5.begin(); it5!=cm5.end(); ++it5) {
649 if (it5->key == k) {
650 minor=it5->val;
651 break;
652 }
653 }
654 if (minor==0) {
656 cm5.insert(Entry5(k,minor));
static Ptr create(const Kinem5 &k)