-
Notifications
You must be signed in to change notification settings - Fork 488
PWGHF: Add single particle distribution #5556
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
Conversation
njacazio
commented
Feb 25, 2021
- Extendend configurability of task
- Add possibility to set the PDG code of the particle of interest
7eaadbc to
9d76b06
Compare
e8e9548 to
b8c5368
Compare
|
Hi @vkucera thanks for the useful comments, indeed it was quite some refactoring but now the situation should be considerably improved |
b8c5368 to
b541d21
Compare
b3c30f5 to
66c903c
Compare
|
Closed by mistake, ok I'll see |
|
Indeed! I will have a look after after tomorrow |
|
@njacazio Any updates? |
|
Hi, no news, I performed the tests at the time for debug of the simulation but I would say that this is not needed anymore. I would close this and then I will bring it up if needed again. |
What was the point of reviewing and updating this PR several times then??? |
66c903c to
50e544c
Compare
|
Hi, it's time to revive this, I also added few additional plots |
|
I also realized I missed your last comment, sorry! |
|
|
Hi Vit, what you don't like with the capitalization? |
The |
83cf50c to
e359216
Compare
|
Ok, I should have taken care of all the comments, I'm moving this as ready to be reviewed to start tests. Thanks a lot @vkucera |
|
Hi @ginnocen to be merged hopefully |
e359216 to
9924bb8
Compare
|
@njacazio It seems you missed my request from your other PR. |
9924bb8 to
de33192
Compare
|
@vkucera re-ready for re-review! |
|
@vkucera the output of the space checker is a bit cryptic to interpret to say the least, do you have any hint at what it refers to? |
|
@vkucera follow up on the "space checker", I think it is checking a file version which has nothing to do with this PR and that are in the main |
|
Hi @vkucera by any chance, do you have any other suggestion ? Do you have any news on the space checker failing? Did you have a look at the log? |
de33192 to
d93e96d
Compare
- Extendend configurability of task - Add possibility to set the PDG code of the particle of interest - Remove '_' in variables - Improve histo naming and axes - Add even more configurability for the QA tasks - Add PV contributors vs track mult plot - Replace the qa Task with the simple one - Fix camelCase - Fix reference for resolution plots - Add resolution of vertex in plots - Fix spaces in CMakeFile
d93e96d to
3eddcaf
Compare
vkucera
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.
@njacazio Approving but for the next PR, please:
- Do not overwrite already reviewed commits.
- Explicitly specify namespace qualifier (e.g.
std::sqrtinstead ofsqrt). - Consider renaming the file
qaTask.cxxto something that includesevent,trackto make it less ambiguous and better matching the name of the workflow. - Improve readability by using a variable for a repeatedly used value instead of calling it every time to avoid code like this:
histograms.fill(HIST("collision/X"), collision.posX());
histograms.fill(HIST("collision/Y"), collision.posY());
histograms.fill(HIST("collision/Z"), collision.posZ());
histograms.fill(HIST("collision/XvsNContrib"), collision.posX(), collision.numContrib());
histograms.fill(HIST("collision/YvsNContrib"), collision.posY(), collision.numContrib());
histograms.fill(HIST("collision/ZvsNContrib"), collision.posZ(), collision.numContrib());- Using more explicit names for label variables, such as in:
const TString eta = "#it{#eta}";where eta is not pseudorapidity but an axis label.
|
@ginnocen the CI failing seem to be spurious, if this is the case could you merge the PR? |
|
Hi @ginnocen we are already ready to merge the PR, could you please take care of it? |
- Extendend configurability of task - Add possibility to set the PDG code of the particle of interest - Remove '_' in variables - Improve histo naming and axes - Add even more configurability for the QA tasks - Add PV contributors vs track mult plot - Replace the qa Task with the simple one - Fix camelCase - Fix reference for resolution plots - Add resolution of vertex in plots - Fix spaces in CMakeFile
- Extendend configurability of task - Add possibility to set the PDG code of the particle of interest - Remove '_' in variables - Improve histo naming and axes - Add even more configurability for the QA tasks - Add PV contributors vs track mult plot - Replace the qa Task with the simple one - Fix camelCase - Fix reference for resolution plots - Add resolution of vertex in plots - Fix spaces in CMakeFile