I want to avoid the following warning on my output when I call ROOT::DisableImplicitMT.
Warning in <ROOT_TImplicitMT_DisableImplicitMT>: Implicit multi-threading is already disabled
There is a way to ask ROOT before calling that function? So that I prevent the warning coming out?
Thanks!