Stortini/msd updates#1871
Conversation
|
Hi @matthewstortini,
which require these tests: build. @Mu2e/write, @Mu2e/fnalbuild-users have access to CI actions on main. ⌛ The following tests have been triggered for 8351b4e: build (Build queue - API unavailable) |
michaelmackenzie
left a comment
There was a problem hiding this comment.
Looks good, thanks!
|
☀️ The build tests passed at 8351b4e.
N.B. These results were obtained from a build of this Pull Request at 8351b4e after being merged into the base branch at 3d84f93. For more information, please check the job page here. |
🔴 Blocking1. passed &= naccepted >= _minHits;
// Return the result
return passed;Add 2. bool MSDHitFilter::goodHit(const MSDHit& hit) {
if(!hit.hasTime()) return false; // time must be defined for the hit
return true;
}🟡 Should fix3. int _channelID{-1}; // channel ID4. Author attribution mismatch — the module header credits "Michael MacKenzie, 2026" but the PR is by matthewstortini. Confirm this is intentional. 5. Trailing newline removed at the end of Notes / non-blocking
|
Just adding field in reco data product for MSD channel ID, and a simple filter module.