-
Notifications
You must be signed in to change notification settings - Fork 176
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
refactor!: Use std::string_view
for addColumn
in track EDM
#3187
refactor!: Use std::string_view
for addColumn
in track EDM
#3187
Conversation
📊: Physics performance monitoring for d0dce11physmon summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this already updating all cases of 'const std::string&'?
I will fix this tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did this originally because the xAOD backend I believe needs strings. I guess the backend can just make a string from the string view, however.
I see - I should have checked the xAOD backend first. Creating a |
…project#3187) This makes it easier for compile time known dynamic columns to add. Pulled out of acts-project#3161
…project#3187) This makes it easier for compile time known dynamic columns to add. Pulled out of acts-project#3161
…project#3187) This makes it easier for compile time known dynamic columns to add. Pulled out of acts-project#3161
…o delegates (#3161) Wires tracks through Core CKF to track branches and passes those tracks into the branch stopper delegate. This allows the user to count experiment specific track quantities on those branches and then cut on those (e.g. pixel holes). blocked by - #3187 Co-authored-by: Tim Adye <[email protected]>
This makes it easier for compile time known dynamic columns to add. Pulled out of #3161