Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See also Example for Module ImgAlgos::CSPadArrPeakFinder.

Module ImgAlgos::CSPadArrPeakAnalysis

This module is intended for analysis of the results obtained in the peak finding algorithm implemented in the ImgAlgos::CSPadArrPeakFinder module.

  1. It gets the vector of peaks defined by the key parameter,
  2. fills ROOT-style histograms and ntuples, and
  3. saves histograms and ntuples in file defined by the fname_root parameter.

Module configuration parameters:

  • source (default: "DetInfo(:Cspad)") – input source of data
  • key (default: "peaks") – key for input data for peaks found in event
  • fname_root (default: "file.root") – name of the output file with root histograms and ntuples
  • print_bits (default: 0) – module verbosity:
    • =0 - print nothing,
    • +1 - input pars (once in beginJob),
    • +2 - summary, number of processed and collected events (in endJob),
    • +4 - peak parameters (in event),
    • +8 - event ID (in event).

See also Example for Module ImgAlgos::CSPadArrPeakAnalysis.