Logo ROOT  
Reference Guide
multicore Directory Reference
Directory dependency graph for multicore:

Files

file  imt001_parBranchProcessing.C [code]
  View in nbviewer Open in SWAN
Demonstrate how to activate and use the implicit parallelisation of TTree::GetEntry.
 
file  imt101_parTreeProcessing.C [code]
  View in nbviewer Open in SWAN
Illustrate the usage of the TTreeProcessorMT::Process method.
 
file  mp001_fillHistos.C [code]
  View in nbviewer Open in SWAN
Fill histograms in parallel and write them on file.
 
file  mp101_fillNtuples.C [code]
  View in nbviewer Open in SWAN
Fill n-tuples in distinct workers.
 
file  mp102_readNtuplesFillHistosAndFit.C [code]
  View in nbviewer Open in SWAN
Read n-tuples in distinct workers, fill histograms, merge them and fit.
 
file  mp103_processSelector.C [code]
  View in nbviewer Open in SWAN
Illustrate the usage of the multiproc TSelector interfaces with the h1 analysis example.
 
file  mp104_processH1.C [code]
  View in nbviewer Open in SWAN
Illustrate the usage of the multiproc to process the H1 analysis example.
 
file  mp105_processEntryList.C [code]
  View in nbviewer Open in SWAN
Illustrate the usage of the multiproc to process TEntryList with the H1 analysis example.
 
file  mp201_parallelHistoFill.C [code]
  View in nbviewer Open in SWAN
Parallel fill of a histogram This tutorial shows how a histogram can be filled in parallel with a multiprocess approach.
 
file  mp_H1_lambdas.C [code]
  View in nbviewer Open in SWAN
Lambdas used to check and fit the result of the H1 analysis.
 
file  mt001_fillHistos.C [code]
  View in nbviewer Open in SWAN
Fill histograms in parallel and write them on file.
 
file  mt101_fillNtuples.C [code]
  View in nbviewer Open in SWAN
Fill n-tuples in distinct workers.
 
file  mt102_readNtuplesFillHistosAndFit.C [code]
  View in nbviewer Open in SWAN
Read n-tuples in distinct workers, fill histograms, merge them and fit.
 
file  mt103_fillNtupleFromMultipleThreads.C [code]
  View in nbviewer Open in SWAN
Fill the same TNtuple from different threads.
 
file  mt201_parallelHistoFill.C [code]
  View in nbviewer Open in SWAN
Parallel fill of a histogram.
 
file  mt301_TTaskGroupSimple.C [code]
  View in nbviewer Open in SWAN
Shows how to run items of work asynchronously with a TTaskGroup.
 
file  mt304_fillHistos.C [code]
  View in nbviewer Open in SWAN
Fill histograms in parallel with automatic binning.
 
file  mtbb001_fillHistos.C [code]
  View in nbviewer Open in SWAN
Fill histograms in parallel and write them on file.
 
file  mtbb101_fillNtuples.C [code]
  View in nbviewer Open in SWAN
Fill n-tuples in distinct workers.
 
file  mtbb201_parallelHistoFill.C [code]
  View in nbviewer Open in SWAN
Parallel fill of a histogram.