Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 593 Bytes

adc-nonlinearity

waveform processing and fitter for the ADC nonlinearity calibration in protoDUNE-SP

1a) ADC bench test rawdata --> (save2ROOT.py) --> ROOT format 1b) (AdcSimulation.cc) --> ROOT format

  1. commonFormat.cc (if necesary)

  2. Saturation identifier.cc & tagger.cc

  3. Pedestal subtractor.cc --> simplified waveform in ROOT format

  4. eigenFitter.cc --> effective NL correction & response

  5. NLReverser.C: convert the best-fit NL correction to an ideal-to-measurement map

  6. predictor.C --> given an input charge, predict signal waveform

  7. comparison.C: only for comparison