art::BranchID
is no longer used in art, except for ensuring backwards compatibility.art::ProductID
schema has changed--we guarantee the ability to read files with the older schema.art::PassID
has been removed--this affects the schema of theProcessConfiguration
class.- Please make the following substitutions where necessary:
- art::BranchDescription::branchID() + art::BranchDescription::productID()
- The
art::Parentage
schema has changed fromstd::vector<art::BranchID>
tostd::vector<art::ProductID>
. - The
TestHelper
facility has been removed--not used by anyone. - The
BranchDescription::MatchMode
enumeration has been removed.