Parallel programing in root

Hi @Mitchem ,
you might want to take a look at What is the best framework for multi-threading in ROOT? - #5 by eguiraud and Multicore/multithreading .

Typically the largest gain will come from restructuring your code but depending on what your application does EnableImplicitMT might already provide some speed-up.

Cheers,
Enrico