|
gstreamer
|
#include <TFile.h>#include <TTree.h>#include <ROOT/TThreadedObject.hxx>#include <TROOT.h>#include <thread>#include <mutex>#include <vector>#include <iostream>#include <string>
Go to the source code of this file.
Functions | |
| void | writeTuple (int thread_id) |
| int | main () |
Variables | |
| std::mutex | cout_mutex |
| int main | ( | ) |
Definition at line 63 of file multithread_root_tuples.cpp.
| void writeTuple | ( | int | thread_id | ) |
Definition at line 20 of file multithread_root_tuples.cpp.
| std::mutex cout_mutex |
Definition at line 18 of file multithread_root_tuples.cpp.