.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
examples/signal_and_background.py
examples/simple_fit.py
examples/simple_fit_binning.py
examples/simultaneous_fit.py
src/pyroofit/__init__.py
src/pyroofit/composites.py
src/pyroofit/data.py
src/pyroofit/models.py
src/pyroofit/observables.py
src/pyroofit/pdf.py
src/pyroofit/plotting.py
src/pyroofit/utilities.py
src/pyroofit.egg-info/PKG-INFO
src/pyroofit.egg-info/SOURCES.txt
src/pyroofit.egg-info/dependency_links.txt
src/pyroofit.egg-info/entry_points.txt
src/pyroofit.egg-info/not-zip-safe
src/pyroofit.egg-info/requires.txt
src/pyroofit.egg-info/top_level.txt
tests/conftest.py
tests/test_composites.py
tests/test_data.py
tests/test_models.py
tests/test_observables.py
tests/test_pdf.py