Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-05 09:09:31

0001 /* @(#)root/multiproc:$Id$ */
0002 // Author: Pere Mato
0003 
0004 // Placeholder header file for users accessing TProcPool.h and the class TProcPool
0005 
0006 #ifndef __CLING__
0007 //  #pragma message("class 'TProcPool' is deprecated, replace it by 'ROOT::TProcessExecutor' (for TTree processing see 'ROOT:TTreeProcessorMP')")
0008 #endif
0009 
0010 #include "ROOT/TProcessExecutor.hxx"
0011 
0012 // To keep backward compatibility
0013 using TProcPool = ROOT::TProcessExecutor;
0014