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

Add put interface using EDPutToken #20595

Merged
merged 9 commits into from Sep 22, 2017
Merged

Add put interface using EDPutToken #20595

merged 9 commits into from Sep 22, 2017

Commits on Sep 19, 2017

  1. Configuration menu
    Copy the full SHA
    8b20e1b View commit details
    Browse the repository at this point in the history
  2. Still need to setBranchAlias

    produce can not directly return an EDPutToken since we need to be able to call 'setBranchAlias' on the returned value. Using a SetBranchAlias class that can be converted to a EDPutToken solves the problem.
    Dr15Jones committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    2e6d439 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c13667 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bbca88 View commit details
    Browse the repository at this point in the history
  5. Allow EDPutToken to be used with 'put' method

    Event, LuminosityBlock and Run now accept a EDPutToken as an argument to 'put'.
    This is the first step to a speedup of the put system.
    Dr15Jones committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    d57aaca View commit details
    Browse the repository at this point in the history
  6. Test of use EDPutToken

    Dr15Jones committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    cbf00ff View commit details
    Browse the repository at this point in the history
  7. Applied clang-tidy changes

    Dr15Jones committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    e7fb44a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Changed return to be *this

    Dr15Jones committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    7851ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a84f55 View commit details
    Browse the repository at this point in the history