-
Notifications
You must be signed in to change notification settings - Fork 3
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
first commit of LFHCAL benchmarks #48
Conversation
…from zdc_lyso example. Not working just yet
This comment was marked as resolved.
This comment was marked as resolved.
…anging filename seemed to just confuse the zdc_lyso snakemake...
Using the proper "namespaced" call. Co-authored-by: Dmitry Kalinkin <[email protected]>
…arks into pr/lfhcal_benchmarks
Oh I see - this was for testing on the CI side. I'm trying again wit a fresh branch checkout to see if the plots are empty in that case. |
Hi @veprbl - I just ran straight from the branch (snakemake --cores 4 lfhcal_local) with 100 events and all plots were filled. Not sure how to square what you're seeing and what I am seeing... |
Are you running everyting with Snakemake? Which version of the geometry do you source? |
That should not matter for local testing. |
I was using epic-main, since I assumed it was "nominal" - not so? |
detector_benchmarks also detector_benchmarks/.gitlab-ci.yml Line 111 in 8116047
|
So the checks failed, but it's not an LFHCAL problem, but "ecal_gaps" raising a divide-by-zero error. |
Something is very weird - when I go into the "sim:lfhcal: [neutron, 20GeV]", and check the log, the simulation is all 500 MeV electrons. This may be part of the problem. |
Correct. That might be a relevant issue.
Interesting. I will try to disable download cache, in case it causes wrong steering files to be retrieved from it. |
Relevant to ECAL :)
Can you confirm that I'm not hallucinating this? |
Oh well - once the tests are restarted, I can't see the old output. Fingers crossed and I'll check in an hour. |
No, it's all there. You can always open previous pipeline, and if jobs are re-run the previous logs are also there.
Relevant to benchmarks that fail to get correct steering files ;)
I did, it shows e- in that ddsim debug output. |
I just checked the LFHCAL sim jobs and the several I checked at random did match between the job name (neutron, 5 GeV) and the actual particle simulated. |
Plots aren't empty anymore but there are a few things to check before I'm happy - still I think it's worth merging just to have something in place. |
Still more to tweak, but the energy resolution plots for gamma, neutrons, pi- are not absurd anymore (but I need to have plots for the measured energy scale now too, and a quick determination of EM/HAD weights). |
We somehow overfilled scratch space on eicweb. I will restart pipeline once this is resolved. |
This is based on the zdc_lyso examples but should work once I iron out a few things. I've cleared with Dima that I'll work out those things in the PR discussion.
Briefly, what does this PR introduce?
Benchmarks for LFHCAL, using a Snakemake workflow based on zdc_lyso example.
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
None
Does this PR change default behavior?
It adds the LFHCAL benchmarks to detector_benchmarks, so yes it may have an impact on the centralized benchmark production.