Implement ModuleMap based on mean +/- n*rms threshold instead of min/max
- Implement ModuleMap based on mean +/- n*rms thresholds on doublet and triplet features, instead of min/max
- Add also the capped version: use mean +/- nrms or min/max, if nrms is too large and results in a looser selection than min/max
- Align better the eta computation, and edge features computation with what is done in Module Map Graph (to compute the module map)
- Add more options in graph construction efficiency plotting:
- Add 2D plot
- Add option in 1D to dump also edges futures, do debug why we are cuting some edges at the graph construction
Edited by Alexis Vallier