Closed YoannKermaidic closed 1 month ago
Raw PDS waveforms deconvolution not yet well setup. !! To be fixed before merging !!
What's the status here? I see the comment
Raw PDS waveforms deconvolution not yet well setup. !! To be fixed before merging !!
and two commits five minutes later. Converting to draft.
Hi Tom,
Still working on that (see progress here: https://indico.fnal.gov/event/65511/). I want to try to have the T0 matching implemented before a merge
Hi Yoann -- still working? Incidentally, on Tingjun's request, I added to the PD-SP PDS decoder the creation of a raw::RDTimeStamp (header in lardataobj) for each OpDetWaveform and associated it with the OpDetWaveform. The issue is that OpDetWaveform has a double precision timestamp whose comment says microseconds since 1970, and a double precision number only has 14 bits of precision while there are more than 1.6E15 microseconds since January 1, 1970. So a uint64 (ROOT's ULong64_t) is a better way of storing a timestamp. Might this help you too? Affects the data decoding.
@YoannKermaidic any updates here? I'm cutting a release this Friday and would be happy to review some code if this is ready.
Hi @aolivier23 , Let me upload the latest version of my development code that is stable now. Then we can merge afterwards
Ready for merge
trigger build with dune/dunesw#127
:heavy_check_mark: CI build for LArSoft Succeeded on slf7 for c14:prof -- details available through the CI dashboard
:heavy_check_mark: CI build for LArSoft Succeeded on slf7 for e26:prof -- details available through the CI dashboard
:x: CI build for DUNE Failed at phase build DUNE on slf7 for c14:prof -- details available through the CI dashboard
:rotating_light: For more details about the failed phase, check the build DUNE phase logs
parent CI build details are available through the CI dashboard
:x: CI build for DUNE Failed at phase build DUNE on slf7 for e26:prof -- details available through the CI dashboard
:rotating_light: For more details about the failed phase, check the build DUNE phase logs
parent CI build details are available through the CI dashboard
Added PDS analysis to default CRP6 TPC reconstruction: