XENONnT / straxen

Streaming analysis for XENON
BSD 3-Clause "New" or "Revised" License
21 stars 32 forks source link

Fixing hitlets boundary out of chunk #1328

Closed WenzDaniel closed 6 months ago

WenzDaniel commented 6 months ago

Before you submit this PR: make sure to put all operations-related information in a wiki-note, a PR should be about code and is publicly accessible

What does the code in this PR do / what does it improve?

Limits hilt(lets) bounds to be within chunk. Fixes n_hits != tight_coincidence error.

coveralls commented 6 months ago

Coverage Status

coverage: 91.349% (+0.02%) from 91.327% when pulling 5c253a578c5d5c5f067a5f0324f4ff38e039df1d on patch_hitlets_out_of_bounds into 5156fab48c985e7f28037a6df73680c3c25bf206 on master.

WenzDaniel commented 6 months ago

Added back time shift this works now.

dachengx commented 6 months ago

I made a PR to fix point 2: https://github.com/XENONnT/straxen/pull/1338