Tuned hit finder parameters - #912
mattiasotgia wants to merge 4 commits into
Conversation
cerati
left a comment
There was a problem hiding this comment.
I left a couple of minor comments, should be easy to move to approval soon. Thanks!
| gaus_hitfinder_icarus.PeakFitter.tool_type: "PeakFitterMrqdt" | ||
| gaus_hitfinder_icarus.LongMaxHits: [1, 1, 1] | ||
| gaus_hitfinder_icarus.LongPulseWidth: [10, 10, 10] | ||
| gaus_hitfinder_icarus.LongMaxHits: [5, 6, 5] |
There was a problem hiding this comment.
for my curiosity, how worse was a tuned version that disabled long hits?
There was a problem hiding this comment.
I did not check this, but I'll put in my TODO list and get to it as soon as possible -- it should not take a long time to re-spin my small production with this small update and have some plots shared
|
Following the work presented in SBN DocDB 48490 I reverted |
|
trigger build larsoft@v10_24_00 LArSoft/lar*@LARSOFT_SUITE_v10_24_00 SBNSoftware/sbnalg@v10_24_00 SBNSoftware/sbnobj@v10_23_00 SBNSoftware/sbnanaobj@v10_23_00 SBNSoftware/sbndaq-artdaq-core@v1_10_06_01 SBNSoftware/sbncode@v10_24_00 SBNSoftware/icarusalg@v10_24_00 SBNSoftware/icarusutil@v10_24_00 SBNSoftware/icarus_signal_processing@v10_24_00 |
|
✔️ CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard |
|
✔️ CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard |
|
❌ CI build for ICARUS Failed at phase build ICARUS on slf7 for c14:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the build ICARUS phase logs parent CI build details are available through the CI dashboard |
|
🚨 For more details about the warning phase, check the ci_tests ICARUS phase logs parent CI build details are available through the CI dashboard |
This PR introduces the updated hit finder parameters values obtained after the latest tuning.
Details can be found in the latest presentation given at the sim/reco ICARUS WG meeting, found on docdb-48139.
Description
This refactor the dependencies of the hit finder module across the FHiCL in stage1, removing the outdated sbn default and introducing the ICARUS-tailored version.
In
hitfindermodules_icarus.fclthe updated parameter values are set, and theNextADCThresholdparameter value is introduced for the candidate hit finder module.Depends on
This PR has been done as part of an infrastructure-wide attempt of freezing the code up to a certain version. The following is a list of (both closed/merged and open) PR that have been included as part of the validation studies.
Additionally, it requires the following to be merged to address some issues that we've been seeing on shower like topologies
PandoraPFA/larpandoradependency)This will also require
developto be on the same page asrelease/SBN2025Asince this was cut starting from there.Asking @acampani, @cerati and @SFBayLaser for a review.