|
BOSS 8.0.0
BESIII Offline Software System
|
#include <complex>#include <inttypes.h>#include <limits>#include <cassert>#include <cstdio>Go to the source code of this file.
Macros | |
| #define | CONST __attribute__( ( const ) ) |
| #define | PURE __attribute__( ( pure ) ) |
| #define | USE_SMART_INSERT "1" /* before adding new, delete same old entries in MCache2,3 */ |
| #define | USE_DIRTY_RESET "1" /* when told to clear caches, just set len=0 */ |
Typedefs | |
| typedef std::complex< double > | ncomplex |
| #define CONST __attribute__( ( const ) ) |
Definition at line 41 of file BesEvtGen/phokhara/eemmg-lib/src/common.h.
Referenced by MinorBase::is(), MinorBase::is(), MinorBase::is(), MinorBase::iss(), MinorBase::iss(), MinorBase::iss(), MinorBase::iss(), MinorBase::ns(), and MinorBase::nss().
| #define PURE __attribute__( ( pure ) ) |
Definition at line 42 of file BesEvtGen/phokhara/eemmg-lib/src/common.h.
Referenced by Minor< N >::Kay(), and Minor4::SPtr< Minor4 >.
| #define USE_DIRTY_RESET "1" /* when told to clear caches, just set len=0 */ |
Definition at line 53 of file BesEvtGen/phokhara/eemmg-lib/src/common.h.
| #define USE_SMART_INSERT "1" /* before adding new, delete same old entries in MCache2,3 */ |
Definition at line 51 of file BesEvtGen/phokhara/eemmg-lib/src/common.h.
| typedef std::complex<double> ncomplex |
Definition at line 25 of file BesEvtGen/phokhara/eemmg-lib/src/common.h.