-
Notifications
You must be signed in to change notification settings - Fork 11
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
TRestRun::TRestRun(string) constructor supports both root file and rml file initialization. #165
Conversation
It is a bit strange the problem at the pipeline,
May be connected to cmake compilation? @lobis? |
I have created a branch |
I have no idea to be honest, but it also appears on some other recent pipelines such as https://gitlab.cern.ch/rest-for-physics/restg4/-/pipelines/3764122. Perhaps when we merge #129 it gets fixed? No idea. |
The problem was something else, the pipeline was already fixed. |
What was the problem @jgalan ? I also still have this problem at rest-for-physics/restG4#35 and no idea how to fix it. |
The problem with You may It is just a warning I believe, since we were not experiencing problems before. The errors you are getting at rest-for-physics/restG4#35 , may be precision issues. See for example the pipeline error you are getting
it is the pipeline passing locally? If not, check the value of Probably the best would be to rewrite that piece of code as:
Actually I see the value is being printed, and now it is not 245699, but 245700. This change of precision will probably affect other pipelines. Perhaps few eV loss in previous Geant4 version that do not produce any loss in the new version? |
I believe this PR could be un-drafted and ready for review. |
The Geant4 version is the same as before, I just made some updates to support latest versions, which may have unintended effects on the physics, such as this one. |
TRestRun::TRestRun(string) constructor supports both root file and rml file initialization.