-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue with SimG4SaveTrackerHits #43
Comments
trying to compile in local k4SimGeant4, during the make I get this which may be related:
did something change in the Podio libraries? |
Hi @aciarma, this issue seems like related to the switch to use frame base I/O in Podio. Best, |
Thank you @kjvbrt , in the meanwhile, do you know if there is another way I can use to save outputs? |
Try locally merging this PR: #40 |
Hi @kjvbrt, this seems to work sourcing the Jul19 key4hep nightlies before compiling edit: I currently do:
and I get this:
|
Hi @aciarma, once key4hep/k4FWCore#138 is merged you should be able to use frame data service from the latest nightlies. |
Hi, I've noticed that the code crashes while running k4run and trying to save TrackerHits.
The crash occurred within the function SimG4SaveTrackerHits::saveOutput(G4Event const&) in the shared library libSimG4Components.so.
This appeared to work fine until Friday 21/07, but on monday it didn't.
I tried sourcing key4hep-spack of friday or even previous days but it fails.
Is this something known? I don't quite understand also why if I source some older spack versions it does not work...
I attach a test file, using a geometry already on the repo.
Just source whatever key4hep version and
k4run randomtest.py
Archivio.zip
The text was updated successfully, but these errors were encountered: