Remove Phys/PhysDict
More clean-up, see https://gitlab.cern.ch/lhcb-dpa/project/-/issues/18.
Indeed this package adds dictionaries for very few instances,
<lcgdict>
<!-- <class name = "std::pair<std::string, LHCb::HltDecReport>" /> -->
<class name = "std::vector<std::pair<std::string, LHCb::HltDecReport> >" />
<!-- <class name = "LHCb::HltDecReports::Container" /> -->
<exclusion>
<class pattern = "*HltDecReport*">
<method name = "=="/>
<method name = "<"/>
</class>
</exclusion>
<class name = "std::vector<LHCb::RecVertex>" />
</lcgdict>
and some are already redundant, e.g. <class pattern = "*HltDecReport*">
, see .
Checking the rest to make sure nothing else needs to be effectively moved from PhysDict to another package ...
Edited by Eduardo Rodrigues