Skip to content

Make a routine to analyze the cluster mask rate scan

Camilla Galloni requested to merge feature/cluster-mask-analysis into main

Description

MR is prepared and left in draft just in case the format of the masking is decided soon in the firmware. At the moment the masking is implemented as a window of a certain width, starting at some delay (BX units). It seems convenient to implement a mask based on individual delays, since in most of the onto hybrids the scan results favor delays that are not adjacent. Output files for both cases are produced, with plots (optional).

At the moment the pool implementation for making plots in parallel is not working.

Related Issue

How Has This Been Tested?

Output of the analysis of a scan taken in p5 is : /afs/cern.ch/work/c/cgalloni/public/4Laurent/cluster-mask-scan-out-width1-2sigma-2022082604

fed1467-slot1-oh2

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Edited by Camilla Galloni

Merge request reports