gdata
Loading...
Searching...
No Matches
run_example.cc File Reference

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>
Include dependency graph for run_example.cc:

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[])