Logo ROOT   6.10/09
Reference Guide
TProcPool.h
Go to the documentation of this file.
1 /* @(#)root/multiproc:$Id$ */
2 // Author: Pere Mato
3 
4 // Placeholder header file for users accessing TProcPool.h and the class TProcPool
5 
6 #ifndef __CLING__
7 // #pragma message("class 'TProcPool' is deprecated, replace it by 'ROOT::TProcessExecutor' (for TTree processing see 'ROOT:TTreeProcessorMP')")
8 #endif
9 
11 
12 // To keep backward compatibility
14 
This class provides a simple interface to execute the same task multiple times in parallel...