-
Notifications
You must be signed in to change notification settings - Fork 155
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
ALICE 3: Add xicc injector for pp and PbPb #1688
Conversation
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
Hi @sawenzel @benedikt-voelkel ! It seems to be some issues with the tests for the .ini files. At at first the tests for both External passed but failed for Pythia, but now it looks all of them fails, and I am not sure as to why. Could you perhaps have a look and provide some advice? Many thanks! |
There is an errror saying |
Is this concerning the files in the test directory? From the previous ini files that were added, the associated test files also had a Pythia8() function, which as I understand, is fine according to the readme in (https://github.com/AliceO2Group/O2DPG/blob/master/test/README.md) or am I missing something? |
I believe the README is misleading and wrong in this regard. All I can say is that there was a compile error because of duplication of symbols. I am less familiar with the testing framework but will try to take a look into this. You/ALICE3 seems to be the only place where tests with Update: I studied the code a bit. The testing seems to be ok with the |
! Seed is set inside the generator | ||
! If run on the grid, seed is set to job id | ||
! If run locally, seed is set to 0 | ||
Random:setSeed = on ! Random seed on |
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.
We may no longer need the seeding part. All o2::eventgen::GeneratorPythia8 will be seeded automatically from now on.
Hi @sawenzel , we have this problem now with another PR that is stuck (#1703) due to the test failing. Is there a way to resolve this |
Hi @nzardosh , in the end Jesper and I solved the issue by deliberately typecasting to FairGenerator - this seems to continue working just fine and it solves the CI problem. I'd suggest you do the same :-D |
@benedikt-voelkel @sawenzel can we please merge this? It's been on the system for a few weeks now and we really need this deployed for some ALICE 3 work. Thank you! |
Adding generators that inject xicc for both pp and PbPb. There is also ini files that make use of these generators so I also added test scripts for respective ini file. However, I'm not sure if the tests are done properly yet so I'm currently marking as a draft for now.