Moved the lines of b-tagging code that replace or append strings to the top level function BTagAlgsCfg
There are some lines in various packages that replace Track
by PV0Track
and append Jets
to jet collection name. This MR tries to move them to the top level function BTagAlgsCfg
. This way the replacement is only done in the top level function.
Edited by Roshan Joshi