Skip to content
Snippets Groups Projects
Forked from atlas / athena
35480 commits behind the upstream repository.
  • Frank Berghaus's avatar
    1663f7cc
    Beautify the code in ByteStreamEVentInputSvc · 1663f7cc
    Frank Berghaus authored and Frank Winklmeier's avatar Frank Winklmeier committed
    Three things are combined into this commit: style, adoption of recent
    C++ components, and some code de-duplication. The style updates
    unfortunately makes this look like a full rewrite. Indentation was set
    to use two spaces. The range based for loop was adopted where suitable.
    Dynamically allocated memory was migrated to be managed using unique_ptr
    were possible. The clearing of existing content in the Storegate was
    abstrcted into a function.
    1663f7cc
    History
    Beautify the code in ByteStreamEVentInputSvc
    Frank Berghaus authored and Frank Winklmeier's avatar Frank Winklmeier committed
    Three things are combined into this commit: style, adoption of recent
    C++ components, and some code de-duplication. The style updates
    unfortunately makes this look like a full rewrite. Indentation was set
    to use two spaces. The range based for loop was adopted where suitable.
    Dynamically allocated memory was migrated to be managed using unique_ptr
    were possible. The clearing of existing content in the Storegate was
    abstrcted into a function.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
BadEvents.py 792 B