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)
|
crt veto looks good |
|
@JosiePaton @PetrilloAtWork can you guys review for CAF? |
PetrilloAtWork
left a comment
There was a problem hiding this comment.
Some changes suggested here and there as usual, plus:
- something that looks like a bug (which must be fixed, hence the rejection)
- a questionable implementation of the difference of timestamps
A reiterated comment/recommendation: please format all the relevant comments on the usage of the functions and data member to Doxygen format.
…dy applied at CRT Strip level
|
Hi @PetrilloAtWork , I resolved all comments except for 1 remaining that I'm sending to the author of the code. Can you clarify if the two statements below are part of the comments that I have resolved, or they are separate and I have missed them. Thank you
|
Update documentation link in FrameShift_module.cc
7404f59 to
9f0c09e
Compare
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);
} |
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