Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 187
    • Merge requests 187
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !21339

Merged
Created Feb 21, 2019 by Frank Winklmeier@fwinklMaintainer

Make ByteStream_StorageType available via static const method

  • Overview 5
  • Commits 2
  • Pipelines 1
  • Changes 6

ByteStream_StorageType is an external variable referenced by all bytestream converters. Make this available via a static constant method in ByteStreamAddress to be used by all clients. This is more explicit and will also allow tools like the thread checker to correctly deduce that this is a constant value. ByteStreamAddress was chosen as the new home because all existing converters already have a dependency on that package.

As a first example, migrate TrigHLTResultByteStream.

cc @cranshaw

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bytestream_storagetype