Skip to content

Configurable scan for Fei4

Shohei Yamagaya requested to merge configurable_scan into devel

I added configurable FEI4 scan. You can do FEI4 scans with json file like RD53A scans.

There are json files for FEI4 scans into src/configs/scans/fei4. Now, prepared files for scans are as follows.

  • std_digitalscan.json
  • std_analogscan.json
  • std_noisescan.json
  • std_thresholdscan.json
  • std_totscan.json
  • std_tune_globalthreshold.json
  • std_tune_pixelthreshold.json
  • std_tune_globalpreamp.json
  • std_tune_pixelpreamp.json
  • std_selftrigger.json

Classes of Loops for fei4 into libFei4 are added the functions, writeConfig and loadConfig. They can get parameters from the json constructs. Source files written them are as follows.(all files are into libFei4)

  • Fei4MaskLoop.cpp
  • Fei4DcLoop.cpp
  • Fei4TriggerLoop.cpp
  • Fei4ParameterLoop.cpp
  • Fei4GlobalFeedback.cpp
  • includes/Fei4PixelFeedback.h
Edited by Timon Heim

Merge request reports