Versions Compared

Key

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

...

  1. It gets the vector of peaks defined by the key parameter ,and prints it.
  2. fills ROOT-style histograms and ntuples, and
  3. saves histograms and ntuples in file defined by the fname_root parameter - NOT AVAILABLE SINCE V00-03-50 - get rid of root...

parameter

default value

description

source

"DetInfo(:Cspad)"

input source of data

key

"peaks"

key for input data for peaks found in event

fname_root

"file.root"

name of the output file with root histograms and ntuples - NOT AVAILABLE SINCE V00-03-50 - get rid of root...

print_bits

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)

...