LICENSE
README.md
pyproject.toml
src/pygama/__init__.py
src/pygama/_version.py
src/pygama/cli.py
src/pygama/logging.py
src/pygama/utils.py
src/pygama.egg-info/PKG-INFO
src/pygama.egg-info/SOURCES.txt
src/pygama.egg-info/dependency_links.txt
src/pygama.egg-info/entry_points.txt
src/pygama.egg-info/not-zip-safe
src/pygama.egg-info/requires.txt
src/pygama.egg-info/top_level.txt
src/pygama/evt/__init__.py
src/pygama/evt/aggregators.py
src/pygama/evt/build_evt.py
src/pygama/evt/build_tcm.py
src/pygama/evt/tcm.py
src/pygama/evt/utils.py
src/pygama/evt/modules/__init__.py
src/pygama/evt/modules/geds.py
src/pygama/evt/modules/larveto.py
src/pygama/evt/modules/legend.py
src/pygama/evt/modules/spms.py
src/pygama/evt/modules/xtalk.py
src/pygama/flow/__init__.py
src/pygama/flow/data_loader.py
src/pygama/flow/file_db.py
src/pygama/flow/utils.py
src/pygama/hit/__init__.py
src/pygama/hit/build_hit.py
src/pygama/math/__init__.py
src/pygama/math/binned_fitting.py
src/pygama/math/distributions.py
src/pygama/math/histogram.py
src/pygama/math/hpge_peak_fitting.py
src/pygama/math/least_squares.py
src/pygama/math/unbinned_fitting.py
src/pygama/math/units.py
src/pygama/math/utils.py
src/pygama/math/functions/__init__.py
src/pygama/math/functions/crystal_ball.py
src/pygama/math/functions/error_function.py
src/pygama/math/functions/exgauss.py
src/pygama/math/functions/exponential.py
src/pygama/math/functions/gauss.py
src/pygama/math/functions/gauss_on_exgauss.py
src/pygama/math/functions/gauss_on_exponential.py
src/pygama/math/functions/gauss_on_linear.py
src/pygama/math/functions/gauss_on_step.py
src/pygama/math/functions/gauss_on_uniform.py
src/pygama/math/functions/hpge_peak.py
src/pygama/math/functions/linear.py
src/pygama/math/functions/moyal.py
src/pygama/math/functions/poisson.py
src/pygama/math/functions/polynomial.py
src/pygama/math/functions/pygama_continuous.py
src/pygama/math/functions/step.py
src/pygama/math/functions/sum_dists.py
src/pygama/math/functions/triple_gauss_on_double_step.py
src/pygama/math/functions/uniform.py
src/pygama/pargen/AoE_cal.py
src/pygama/pargen/__init__.py
src/pygama/pargen/data_cleaning.py
src/pygama/pargen/dplms_ge_dict.py
src/pygama/pargen/dsp_optimize.py
src/pygama/pargen/energy_cal.py
src/pygama/pargen/energy_optimisation.py
src/pygama/pargen/lq_cal.py
src/pygama/pargen/noise_optimization.py
src/pygama/pargen/pz_correct.py
src/pygama/pargen/survival_fractions.py
src/pygama/pargen/utils.py
tests/conftest.py
tests/test_utils.py
tests/configs/icpc-dsp-config.json
tests/configs/sipm-dplms-config.json
tests/configs/sipm-dsp-config.json
tests/evt/test_build_evt.py
tests/evt/test_build_tcm.py
tests/evt/test_evt_utils.py
tests/evt/test_geds.py
tests/evt/test_xtalk.py
tests/evt/configs/basic-evt-config.yaml
tests/evt/configs/query-test-evt-config.json
tests/evt/configs/spms-module-config.yaml
tests/evt/configs/spms-p13-config.yaml
tests/evt/configs/vov-test-evt-config.json
tests/evt/modules/larveto.py
tests/flow/conftest.py
tests/flow/test_data_loader.py
tests/flow/test_filedb.py
tests/flow/test_flow_utils.py
tests/flow/configs/config.json
tests/flow/configs/data-loader-config.json
tests/flow/configs/filedb-config.json
tests/flow/configs/nested/config.json
tests/flow/configs/nested/data-loader-config-nested.json
tests/hit/test_build_hit.py
tests/hit/configs/aggregations-hit-config.json
tests/hit/configs/basic-hit-config.json
tests/hit/configs/hit-multi-config.json
tests/math/test_binned_fitting.py
tests/math/test_distribution_selector_in_sum_dists.py
tests/math/test_hpge_peak_fitting.py
tests/math/test_iminuit_integration.py
tests/math/test_least_squares.py
tests/math/test_math_histogram.py
tests/math/test_math_utils.py
tests/math/test_unbinned_fitting.py
tests/math/functions/test_crystal_ball.py
tests/math/functions/test_error_function.py
tests/math/functions/test_exgauss.py
tests/math/functions/test_exponential.py
tests/math/functions/test_gauss.py
tests/math/functions/test_gauss_on_exgauss.py
tests/math/functions/test_gauss_on_exponential.py
tests/math/functions/test_gauss_on_linear.py
tests/math/functions/test_gauss_on_step.py
tests/math/functions/test_gauss_on_uniform.py
tests/math/functions/test_hpge_peak.py
tests/math/functions/test_linear.py
tests/math/functions/test_moyal.py
tests/math/functions/test_numba_frozen.py
tests/math/functions/test_poisson.py
tests/math/functions/test_polynomial.py
tests/math/functions/test_step.py
tests/math/functions/test_sum_dists.py
tests/math/functions/test_triple_gauss_on_double_step.py
tests/math/functions/test_uniform.py
tests/pargen/test_aoecal.py
tests/pargen/test_datacleaning.py
tests/pargen/test_dsp_optimize.py
tests/pargen/test_ecal.py
tests/pargen/test_energy_optimization.py
tests/pargen/test_lqcal.py
tests/pargen/test_pz_correct.py