BOSS 7.0.5
BESIII Offline Software System
|
#include <cache.h>
Classes | |
struct | Ival |
Static Public Member Functions | |
static ncomplex | getI4 (int ep, const Kinem4 &k) |
static ncomplex | getI3 (int ep, const Kinem3 &k) |
static ncomplex | getI2 (int ep, const Kinem2 &k) |
static ncomplex | getI1 (int ep, const Kinem1 &k) |
static ncomplex | getE (int ep, const Kinem5 &kin) |
static ncomplex | getE (int ep, int i, const Kinem5 &kin) |
static ncomplex | getE (int ep, int i, int j, const Kinem5 &kin) |
static ncomplex | getE (int ep, int i, int j, int k, const Kinem5 &kin) |
static ncomplex | getE (int ep, int i, int j, int k, int l, const Kinem5 &kin) |
static ncomplex | getE (int ep, int i, int j, int k, int l, int m, const Kinem5 &kin) |
static ncomplex | getD (int ep, const Kinem4 &kin) |
static ncomplex | getD (int ep, int i, const Kinem4 &kin) |
static ncomplex | getD (int ep, int i, int j, const Kinem4 &kin) |
static ncomplex | getD (int ep, int i, int j, int k, const Kinem4 &kin) |
static ncomplex | getD (int ep, int i, int j, int k, int l, const Kinem4 &kin) |
static ncomplex | getC (int ep, const Kinem3 &kin) |
static ncomplex | getC (int ep, int i, const Kinem3 &kin) |
static ncomplex | getC (int ep, int i, int j, const Kinem3 &kin) |
static ncomplex | getC (int ep, int i, int j, int k, const Kinem3 &kin) |
static ncomplex | getB (int ep, const Kinem2 &kin) |
static ncomplex | getB (int ep, int i, const Kinem2 &kin) |
static ncomplex | getB (int ep, int i, int j, const Kinem2 &kin) |
static ncomplex | getA (int ep, const Kinem1 &kin) |
static void | Clear () |
static void | ClearCC () |
static void | ClearIC () |
static double | getMu2 () |
static double | setMu2 (const double newmu2) |
Friends | |
bool | operator== (const double &x, const ICache::ID64 &y) |
Additional Inherited Members | |
Static Protected Attributes inherited from Cache | |
static const int | size6 =2 |
static const int | size5 =size6*6 |
static const int | size4 =size6*15 |
static const int | size3 =size6*20 |
static const int | size2 =size6*15 |
static const int | size1 =size6*6 |
enum ICache::Bcoefs |
enum ICache::Ccoefs |
enum ICache::Dcoefs |
Definition at line 81 of file cache.h.
enum ICache::Ecoefs |
Definition at line 59 of file cache.h.
|
static |
|
static |
|
static |
Definition at line 479 of file cache.cpp.
Definition at line 452 of file cache.cpp.
Definition at line 419 of file cache.cpp.
Definition at line 392 of file cache.cpp.
Definition at line 365 of file cache.cpp.
Definition at line 336 of file cache.cpp.
Definition at line 314 of file cache.cpp.
Definition at line 292 of file cache.cpp.
Definition at line 261 of file cache.cpp.
Definition at line 233 of file cache.cpp.
Definition at line 212 of file cache.cpp.
Definition at line 190 of file cache.cpp.
Definition at line 168 of file cache.cpp.
Definition at line 137 of file cache.cpp.
Definition at line 105 of file cache.cpp.
|
static |
Definition at line 25 of file cache.cpp.
|
friend |