ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

IC multiplicity threshold is not applied correctly #84

Closed gwm17 closed 4 months ago

gwm17 commented 5 months ago

When checking IC multiplicity without using the Si-IC coincidence, the IC multiplicity is checked as count < event_ic_multiplicity, when it should be count <= event_ic_multiplicity based on our documentation.