Skip to content
Snippets Groups Projects
Commit 4892b015 authored by Enrico Guiraud's avatar Enrico Guiraud Committed by Danilo Piparo
Browse files

TProcPool::Process(file, macro, tree, nMaxEntries)


A simple and lightweight way to do a parallel loop over
TTrees.

- support for multiple files as vector<string>,
  TFileCollection or TChain
- support for max number of processed entries
- automatic search for unnamed trees
- two different behaviours
   - nFiles < nWorkers: granularity at the event level
   - nFiles >= nWorkers: granularity at the file level

Signed-off-by: default avatardpiparo <danilo.piparo@cern.ch>
parent 42750865
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment