Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ProductID problems when using an EDAlias #6989

Merged
merged 3 commits into from
Dec 19, 2014

Commits on Dec 16, 2014

  1. Modernized OtherThingAnalyzer

    -Remove the need for OtherThingAnalyzer.h
    -added override
    -made a stream::EDAnalyzer
    Dr15Jones committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    06b977b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Add test for comparing Refs from EDAlias

    Test that Refs produced from the original collection and Refs from an EDAlias are considered 'equal'.
    Dr15Jones committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    be29606 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Use the original branch's BranchID for an EDAlias

    The ProductID is used internally by edm::Ref's when doing a comparison. This comparison is used internally by AssociationMaps. Previously, an edm::Ref from an EDAlias had a different ProductID than the original which could cause lookups in AssociationMaps to fail.
    Dr15Jones committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    93b1f84 View commit details
    Browse the repository at this point in the history