Forked from
atlas / athena
35480 commits behind the upstream repository.
-
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.
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