SBND Timing Reconstruction Refactor#915
Conversation
…v10_11_01_hlay_functions Functionalise
…v10_11_01_pmt_crt Add PMT/CRT decoder
…not all channels per CAEN
…b.com/SBNSoftware/sbndcode into feature/frameshift_refactor_v10_11_01
…b.com/SBNSoftware/sbndcode into feature/frame_shift_refactor_v10_14_02
…_fragments' into feature/aliciavr-XARAPUCA-offline-decoder-v5.0-frameshift-refactor
…ess its products. Additionally, set a frameshift mode boolean t be activated when selecting the frameshift timestamp (this one to be integrated in the workflow)
I think that was the
That is the implementation of How is this implementation different from: double sbn::TimingUtils::SubtractUTCTimestmap(uint64_t ts1, uint64_t ts2) {
return (ts1 > ts2)? (double)(ts1 - ts2): -(double)(ts2 - ts1);
} |
I don't think it is any different. I just wrote it very convoluted originally so I could understand and did not look at it again... Updated now. |
|
There are things to be careful of in that apparently simple difference (the conversion from unsigned operands to a signed difference, and the loss of precision from conversion to |
|
Hi @nathanielerowe reviewers approved all 4 PRs now so they are ready for CI test. Any suggestions on how to proceed? |
|
✔️ 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 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 |
|
❌ 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 |
|
trigger build SBNSoftware/sbncode#637,SBNSoftware/sbnobj#170,SBNSoftware/sbnanaobj#188,LArSoft/LARSOFT_SUITE_v10_14_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 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 |
|
trigger build SBNSoftware/sbncode#637,SBNSoftware/sbnobj#170,SBNSoftware/sbnanaobj#188,LArSoft/lar*@LARSOFT_SUITE_v10_14_02_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 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 |
|
trigger build SBNSoftware/sbncode#637,SBNSoftware/sbnobj#170,SBNSoftware/sbnanaobj#188,LArSoft/lar*@LARSOFT_SUITE_v10_14_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 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 |
Description
Link(s) to docdb describing changes (optional)
https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=46654
Relevant PR links (optional)
This PR needs the XA decoder PR in sbndcode to go in first:
#847
This PR needs to be merged together with this group of PRs:
Checklist
Reviewers,AssigneesDevelopement