ALPHA-g-Experiment / alpha-g

MIT License
1 stars 1 forks source link

Add a `perceived_amplitude` for `WireHit`s #83

Open DJDuque opened 1 year ago

DJDuque commented 1 year ago

In reality, the wires at the edges of a pad column induce a smaller pulse on that pad (compared to the wires right in the middle of the pad). Then, wires at the edges should be multiplied by some factor before being sorted by amplitude in order to match them to against PadHits.

Maybe instead of an extra perceived_amplitude field, it is just enough to sort_by(amplitude * FACTOR[index]).