gdata
|
Example demonstrating event data collection in the GData library. More...
Go to the source code of this file.
Data Structures | |
class | jthread_alias |
Functions | |
auto | run_simulation_in_threads (int nevents, int nthreads, const std::shared_ptr< GOptions > &gopt, const std::shared_ptr< GLogger > &log) -> std::vector< std::shared_ptr< GEventDataCollection > > |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 112 of file gdata_event_example.cc.
auto run_simulation_in_threads | ( | int | nevents, |
int | nthreads, | ||
const std::shared_ptr< GOptions > & | gopt, | ||
const std::shared_ptr< GLogger > & | log ) -> std::vector<std::shared_ptr<GEventDataCollection>> |
Definition at line 53 of file gdata_event_example.cc.