Skip to content
Snippets Groups Projects
Commit f2a21e3b authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Add T*Executor and TTreeProcessorM{T,P} to the Parallelism group in Doxygen

parent 02177bab
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
//////////////////////////////////////////////////////////////////////////
///
/// \class ROOT::TThreadExecutor
/// \ingroup Parallelism
/// \brief This class provides a simple interface to execute the same task
/// multiple times in parallel, possibly with different arguments every
/// time. This mimics the behaviour of python's pool.Map method.
......
......@@ -16,6 +16,7 @@
//////////////////////////////////////////////////////////////////////////
///
/// \class ROOT::TProcessExecutor
/// \ingroup Parallelism
/// \brief This class provides a simple interface to execute the same task
/// multiple times in parallel, possibly with different arguments every
/// time. This mimics the behaviour of python's pool.Map method.
......
......@@ -17,6 +17,7 @@
//////////////////////////////////////////////////////////////////////////
///
/// \class ROOT::TTreeProcessorMP
/// \ingroup Parallelism
/// \brief This class provides an interface to process a TTree dataset
/// in parallel with multi-process technology
///
......
......@@ -10,6 +10,7 @@
*************************************************************************/
/** \class ROOT::TTreeProcessorMT
\ingroup Parallelism
\brief A class to process the entries of a TTree in parallel.
By means of its Process method, ROOT::TTreeProcessorMT provides a way to process the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment