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

Remove FWCore/Framework dependency from AssociativeIterator #26156

Merged

Commits on Mar 12, 2019

  1. Remove FWCore/Framework dependency from AssociativeIterator

    DataFormats/Common should not depend on FWCore/Framework, even
    just via a header file. Changed the direct dependency to instead
    be a template parameter. This also allows fwlite::Event to work
    with the class.
    Created makeAssociativeIterator to make it easy to deduce the
    necessary template arguments for the class.
    Dr15Jones committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    fd16fee View commit details
    Browse the repository at this point in the history