Skip to content

AnalysisDUT: fix track correlation plots

Jens Kroeger requested to merge analysisdut_fix_correlations into master

Previously:

  • Track correlation fits were filled under the same conditions as the residuals (i.e. only associated clusters), just with a different binning.

Now:

  • only create track correlation plots when configured (+updated README)
  • fill with all clusters on DUT vs. all tracks (before applying any selection cuts)
  • removed 2 histograms

Merge request reports