-
Notifications
You must be signed in to change notification settings - Fork 54
adding TrackLikePidLabel: to cafmakerjob fcl files #853
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
adding TrackLikePidLabel: to cafmakerjob fcl files #853
Conversation
|
This looks fine to me, but I will hold off on approving until we hear from others. |
|
trigger build LArSoft/lar*@LARSOFT_SUITE_v10_11_01 |
|
✔️ 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 SBND Failed at phase build SBND on slf7 for c14:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the build SBND phase logs parent CI build details are available through the CI dashboard |
|
❌ CI build for SBND Failed at phase ci_tests SBND on slf7 for e26:prof - ignored warnings for build -- details available through the CI dashboard 🚨 For more details about the failed phase, check the ci_tests SBND phase logs parent CI build details are available through the CI dashboard |
|
@sungbinoh it looks like there is a cafmaker issue. Can you take a look? |
Hi @nathanielerowe , I think that it is because the PRs in sbncode and sbnanaobj are not merged yet. FYI: Yes. This PR requires multiple PRs bellow to be merged first. Adding likelihood PID objects in reco2 stage: sbndcode #849 |
|
Ah missed that, too many PR tabs open. Thanks! |
|
trigger build SBNSoftware/sbnanaobj#593 SBNSoftware/sbnanaobj#168 LArSoft/lar*@LARSOFT_SUITE_v10_12_02 SBNSoftware/sbndaq-artdaq-core@v1_10_06 SBNSoftware/sbn*@SBN_SUITE_v10_12_02 |
|
✔️ CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard |
|
✔️ CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard |
|
❌ CI build for SBND Failed at phase build SBND on slf7 for c14:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the build SBND phase logs parent CI build details are available through the CI dashboard |
|
❌ CI build for SBND Failed at phase ci_tests SBND on slf7 for e26:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the ci_tests SBND phase logs parent CI build details are available through the CI dashboard |
|
trigger build SBNSoftware/sbncode#593 SBNSoftware/sbnanaobj#168 LArSoft/lar*@LARSOFT_SUITE_v10_12_02 SBNSoftware/sbndaq-artdaq-core@v1_10_06 SBNSoftware/sbn*@SBN_SUITE_v10_12_02 |
|
✔️ 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 SBND Failed at phase build SBND on slf7 for c14:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the build SBND phase logs parent CI build details are available through the CI dashboard |
|
❌ CI build for SBND Failed at phase build SBND on slf7 for e26:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the build SBND phase logs parent CI build details are available through the CI dashboard |
|
Looks like a quick fix somewhere for this build error. Maybe a header file missing in the sbncode PR? |
Hi @nathanielerowe , yes, sbnanaobj PR168 should be merged first. |
|
@sungbinoh The trigger build call included that PR |
|
Don't know why github checkout failed for sbnanaobj on previous trigger build. Trying again with new tags. |
|
trigger build LArSoft/lar*@LARSOFT_SUITE_v10_14_00 SBNSoftware/sbndaq-artdaq-core@v1_10_06 SBNSoftware/sbn*@SBN_SUITE_v10_14_00 |
|
✔️ CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard |
|
✔️ CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard |
|
❌ CI build for SBND Failed at phase build SBND on slf7 for c14:prof -- details available through the CI dashboard 🚨 For more details about the failed phase, check the build SBND phase logs parent CI build details are available through the CI dashboard |
|
🚨 For more details about the warning phase, check the ci_tests SBND phase logs parent CI build details are available through the CI dashboard |
|
approved! |
Description
This PR adds
physics.producers.cafmaker.TrackLikePidLabelinto cafmakerjob fcl files.This is required to save the likelihood PID products created in reco2 stages into CAF.
For more information about the PID variables, please check SBN-doc-42330.
laranathat adds new PID classLikelihoodPIDAlg: PR41sbndcodeto add LikelihoodPIDAlg product in reco2 stage PR849.sbnanaobjPR168 andsbncodePR593 .Checklist
Reviewers,AssigneesDevelopementRelevant PR links (optional)
Does this PR require merging another PR in a different repository (such as sbnanobj/sbnobj etc.)?
Yes. This PR requires multiple PRs bellow to be merged first.
sbndcodePR849SRTrkLikePID:sbnanaobjPR168sbncodeto add likelihood PID into CAF:sbncodePR593Link(s) to docdb describing changes (optional)
Is there a docdb describing the issue this solves or the feature added?
This likelihood PID variable is based on a study performed by Sophia Vanderwaal in Summer 2025 SBN-doc-42330.