-
Notifications
You must be signed in to change notification settings - Fork 625
Update TPC QA #378
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
Update TPC QA #378
Conversation
njacazio
commented
Dec 2, 2021
- Use common utilities
- Add track cuts in QA
- Add event cuts in QA
- Extend available QA plots
|
Error while checking build/O2Physics/o2 for 769c611 at 2021-12-02 13:25: Full log here. |
mario-krueger
left a comment
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.
Here you may want to give the static_for loop a chance.
Then it would be a bit shorter:
#include "Framework/StaticFor.h"
static_for<0, 8>([&](auto i) {
addParticleHistos<i>(pAxis, ptAxis);
});
- Use common utilities - Add track cuts in QA - Add event cuts in QA - Extend available QA plots
|
@mario-krueger thanks indeed a lot for the suggestion I will now deploy it everywhere ;) |
- Use common utilities - Add track cuts in QA - Add event cuts in QA - Extend available QA plots