genconf: add command line option to select configurable types to generate
Add a command line option to select the configurables types to
generate. E.g. genconf --type conf2
will only generate the new
GaudiConfig2 database. The default is "conf,conf2" and generates both
databases as before.
The necessary code refactoring to achieve this leads to some small code duplication but overall I think it's much cleaner and easier to understand than before.
cc @wlampl
Edited by Frank Winklmeier