How complicated is it?
Not very. We have recipes, tools, and templates for...
- running your code as a CINT macro to debug, compile the unmodified code as a shared lib - mandatory for threading
- Generating the Linkdef files for rootcint automatically (you only need to give some “hints”)
- Actually running the thing as a thread
- Adding custom commands to your project (e.g., clear all histograms)
- The Templates give you all that, the histogram factory, the toolbox, the PhNodes if you need them, ...