Skip to content

Binary pixel

Lennart Huth requested to merge lhuth/corryvreckan:binaryPixel into master

The module ClusteringSpatial has not been working for binary pixels without a ToT/adc measurement. Therefore I've added a bool "m_isBinary" to the pixel object to distinguish between pixels with and without charge measures. It is set to false per default and should not effect anything if not explicitly changed in an EventLoader.

In addition, a typo in a readme is corrected and another hint to findRoot is added.

Merge request reports