package for AFP calibration loop
Adding package with the algorithms for AFP calibration loop. So far, only identification of dead, low efficiency, and noisy pixels is implemented. In the first step, scripts/AFP_PixelHistoFiller.py
fills relevant temporary histograms; may run in parallel for several input files. In the second step, the temporary histogram files are merged and scripts/run_AFP_PixelIdentifier.cxx
identifies pixels of interest; that's only 1 job per run, can't run in parallel.
Does not include the actual setup of the calibration job - will be added later.
related JIRA ticket: AFPSOFT-66
Edited by Petr Balek