|
gdata
|
Example demonstrating run-level integration (accumulation) of event data. More...
#include "run/gRunDataCollection.h"#include "event/gEventDataCollection.h"#include "glogger.h"#include "gthreads.h"#include <atomic>#include <cstdlib>#include <map>#include <mutex>#include <sstream>#include <string>#include <vector>
Go to the source code of this file.
Typedefs | |
| using | PerDetectorDoubles = std::map<std::string, std::map<std::string, double>> |
| Type alias for per-detector scalar accumulation maps used in this example. | |
| using | PerDetectorInts = std::map<std::string, std::map<std::string, long long>> |
Functions | |
| int | main (int argc, char *argv[]) |