ATLAS Offline Software
|
#include <functional>
#include <vector>
Go to the source code of this file.
Typedefs | |
using | WorkUnit = std::function< void(void)> |
using | WorkList = std::vector< WorkUnit > |
Functions | |
void | process (const WorkList &workList, const size_t nThreads) |
Definition at line 13 of file PhysicsAnalysis/D3PDTools/EventLoopGrid/Root/pool.h.
using WorkUnit = std::function<void(void)> |
Definition at line 12 of file PhysicsAnalysis/D3PDTools/EventLoopGrid/Root/pool.h.