Skip to content

Thinning the jFEX input data

Sergi Rodriguez Bosca requested to merge serodrig/athena:thinning into 23.0

This MR is meant to reduce the size by a factor of ~50% of the jFEX input data containers:L1_jFexEmulatedTowers and L1_jFexDataTowers One boolean property has been added in each algorithm (jFexEmulatedTowers and jFexInputByteStreamTool) named: DoThinning. by default is true. It can be set to false in the JO script.

The main reduction comes because of the jTowers that belongs to the FPGA overlap regions are not saved, therefore only core tower remains.

Merge request reports