Files | |
| mp_parallelHistoFill.C | |
     Fill histogram in parallel with a multiprocessing approach using TProcessExecutor and TExecutor::MapReduce.  | |
| mp_processSelector.C | |
     Illustrate the usage of the multiprocessing TTreeProcessorMP and TSelector interfaces with the h1analysis.C example.  | |
| mt_fillHistos.C | |
     Fill histograms in parallel and write them on file with a multithreaded approach using std::thread.  | |
| mt_parallelHistoFill.C | |
     Fill histogram in parallel with a multithreaded approach using TThreadedObject and TThreadedObject::SnapshotMerge.  | |
| mtbb_fillHistos.C | |
     Fill histograms in parallel and write them on file with a multithreaded approach using TThreadExecutor and TExecutor::Map.  | |
| mtbb_parallelHistoFill.C | |
     Fill histogram in parallel with a multithreaded approach using TThreadExecutor and TExecutor::MapReduce.  | |