Fix default behaviour of the comps filtering in confTool
Small MR that fixes functionality of includeComps and excludeComps options. Before they needed to be suplemented by --follow=X where X should have been an int > 0.
- there was a trivial bug in the implementation
Tagging FI @mmlynars @avallier
With this functioning it should be possible to make systematic comparisons of of HI and pp configs.
confTool.py --includeComps "InDetSiSpTrackFinderHeavy" "InDetSiSpTrackFinder\." --diff ./HI_config.pkl ./pp_config.pkl
provides a nice list. Once components renaming file is provided we should get the indepth insight. @mmlynars alrady played with it.