Skip to content

Implement a calibration pulse scan

Laurent Petre requested to merge feature/calpulse-scan into main

Description

This MR implements a simple calibration pulse scan. Its main goal is to evaluate some types of dead channels quickly (< 1s per chamber).

Related Issue

How Has This Been Tested?

The scan can be taken seamlessly on the GE1/1 integration setup. The output file is formatted as expected:

fed;slot;oh;vfat;channel;hits;triggers
1478;2;0;0;0;10;10
1478;2;0;0;1;10;10
1478;2;0;0;2;10;10
1478;2;0;0;3;10;10
1478;2;0;0;4;10;10
1478;2;0;0;5;10;10
1478;2;0;0;6;10;10
1478;2;0;0;7;10;10
1478;2;0;0;8;10;10
[...]

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.

Merge request reports