-
Notifications
You must be signed in to change notification settings - Fork 628
PWGHF: taskFlow.cxx: Add mixed-event process function for h-MFT #6177
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
… multiplicity bins
… changed the organization of the AnalysisResults root file
|
@NicoleBastid @mmazzilli @deepathoms could you please have a look? Thanks! |
mmazzilli
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.
The PR is fine with me. My only suggestion is to use a better naming wrt "MyCollisions" and "MyTracks"
|
Hi Marianna, thanks a lot for checking the PR. I see that the change to "MyCollisions" was done in this HF-wide PR: #3454 . So maybe this is how it should be? I don't have a strong preference, so I can check how the naming should be and we can change it if needed. |
How about |
Hi Katarina, |
…eO2Group#6177) * Added h-MFT mixed event process function, trying to artificially fill multiplicity bins * taskFlow.cxx : adding mixed-event process function for h-MFT case * taskFlow.cxx : adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * Correct a mistake in the Mixed Event process function for h-MFT, also changed the organization of the AnalysisResults root file * Replaced MyCollisions and MyTracks by more comprehensive variable names * Attempt to fix megalinter issue by adding an empty line at the end of the file
…eO2Group#6177) * Added h-MFT mixed event process function, trying to artificially fill multiplicity bins * taskFlow.cxx : adding mixed-event process function for h-MFT case * taskFlow.cxx : adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * Correct a mistake in the Mixed Event process function for h-MFT, also changed the organization of the AnalysisResults root file * Replaced MyCollisions and MyTracks by more comprehensive variable names * Attempt to fix megalinter issue by adding an empty line at the end of the file
…eO2Group#6177) * Added h-MFT mixed event process function, trying to artificially fill multiplicity bins * taskFlow.cxx : adding mixed-event process function for h-MFT case * taskFlow.cxx : adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * PWGHF : taskFlow.cxx -> adding mixed-event process function for h-MFT case * Correct a mistake in the Mixed Event process function for h-MFT, also changed the organization of the AnalysisResults root file * Replaced MyCollisions and MyTracks by more comprehensive variable names * Attempt to fix megalinter issue by adding an empty line at the end of the file
Few minor changes too : change of the default axisMass binning, typo correction, re-organization of the AnalysisResults root file, renaming of "MyCollisions" and "MyTracks" by more comprehensive names.