Package flarefly

flarefly module

Sub-modules

flarefly.custom_pdfs

Module containing custom pdfs

flarefly.data_handler

Simple module with a class to manage the data used in the analysis

flarefly.fitter

Module containing the class used to perform mass fits

flarefly.pdf_builder

PDFBuilder class to create signal and background PDFs using zfit.

flarefly.pdf_configs

Helper functions to get the PDF configurations for signal and background PDFs.

flarefly.utils

Simple module with a class to manage the data used in the analysis

Functions

def entrypoint()
Expand source code
def entrypoint():
    """ This is the entrypoint: call it from command line
    """
    print("Welcome to flarefly!\n")

This is the entrypoint: call it from command line