summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-03-23 14:19:26 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-03-23 14:19:26 -0400
commitdce522cf05db852d236b5528a3c924e0c90fcba5 (patch)
treebaa9a0d88aa7770d919a76511f11e0bb9f8bd7b7 /src/measurements.hpp
parent2b45a1d7c658961cf6502865ec0caf666082efb2 (diff)
downloadfuse_networks-dce522cf05db852d236b5528a3c924e0c90fcba5.tar.gz
fuse_networks-dce522cf05db852d236b5528a3c924e0c90fcba5.tar.bz2
fuse_networks-dce522cf05db852d236b5528a3c924e0c90fcba5.zip
New measurements for moduli jumps.
Diffstat (limited to 'src/measurements.hpp')
-rw-r--r--src/measurements.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/measurements.hpp b/src/measurements.hpp
index 14e6580..a4ed5d7 100644
--- a/src/measurements.hpp
+++ b/src/measurements.hpp
@@ -51,6 +51,10 @@ class ma : public hooks {
std::vector<uint64_t> si;
std::vector<uint64_t> sI;
+ std::vector<uint64_t> sy;
+ std::vector<uint64_t> sY;
+ std::vector<uint64_t> sz;
+ std::vector<uint64_t> sZ;
std::vector<uint64_t> cc;
std::vector<uint64_t> cC;
@@ -71,7 +75,10 @@ class ma : public hooks {
public:
long double lc;
long double lv;
+ long double lm;
+ std::list<double> moduliA;
+ std::list<double> moduliE;
std::list<std::list<unsigned>> avalanches;
std::list<std::list<unsigned>> evalanches;
std::list<unsigned> last_avalanche;