#include <cmath>#include <iostream>#include <cstdio>#include <Eigen/Dense>#include <inttypes.h>

Go to the source code of this file.
| Classes | |
| struct | TEventData | 
| Defines | |
| #define | EVENTMAP_FREE 0 | 
| #define | EVENTMAP_NUMBER_OF_EVENTS_STORED 128 | 
| #define | EVENTMAP_OBSERVATION_LIMIT 30000.0 | 
| #define | EVENTMAP_OCCU 255 | 
| Defines for presets. | |
| #define | EVENTMAP_UNKNOWN 127 | 
| #define | EVENTMAP_USE_RECENCY_FILTERING | 
| Recency filtering stuff. | |
| #define | Wforget (5000.0/5001.0) | 
| #define EVENTMAP_FREE 0 | 
Definition at line 46 of file EventCounterData.hpp.
| #define EVENTMAP_NUMBER_OF_EVENTS_STORED 128 | 
Definition at line 47 of file EventCounterData.hpp.
| #define EVENTMAP_OBSERVATION_LIMIT 30000.0 | 
Definition at line 52 of file EventCounterData.hpp.
| #define EVENTMAP_OCCU 255 | 
Defines for presets.
Definition at line 44 of file EventCounterData.hpp.
| #define EVENTMAP_UNKNOWN 127 | 
Definition at line 45 of file EventCounterData.hpp.
| #define EVENTMAP_USE_RECENCY_FILTERING | 
Recency filtering stuff.
Definition at line 51 of file EventCounterData.hpp.
| #define Wforget (5000.0/5001.0) | 
Definition at line 53 of file EventCounterData.hpp.