Classes | |
class | Analysismodule |
Enumeration class for analysis functions of flavio. More... | |
Functions | |
def | parser |
def | global_constants |
Global constants/functions. More... | |
def | base_config |
Function that stores and return information for the configs that will be written. More... | |
def | controlplot_config |
def | sumofhists_config |
def | efficiency_config |
def | shape_config |
def | nminus1_config |
def | ratio_config |
def | cutflow_config |
def | limit_config |
def | blind_config |
def | controlplot |
Analysis function using the specific plotting modules. More... | |
def | efficiencyplot |
def | shapeplot |
def | cutoptimization |
def | nminus1plot |
def | cutflowplot |
def | limitplot |
def | harry_do_your_job |
def | main |
Main Function. More... | |
def LepFlaVio.base_config | ( | parameter, | |
nick_suffix = "" , |
|||
no_plot = False , |
|||
weight_input = "1" |
|||
) |
Function that stores and return information for the configs that will be written.
def LepFlaVio.blind_config | ( | ) |
def LepFlaVio.controlplot | ( | config_list | ) |
Analysis function using the specific plotting modules.
def LepFlaVio.controlplot_config | ( | parameter | ) |
def LepFlaVio.cutflow_config | ( | parameter | ) |
def LepFlaVio.cutflowplot | ( | config_list | ) |
def LepFlaVio.cutoptimization | ( | config_list | ) |
def LepFlaVio.efficiency_config | ( | parameter, | |
bkg_nicks, | |||
lower_cut = True |
|||
) |
def LepFlaVio.efficiencyplot | ( | config_list | ) |
def LepFlaVio.global_constants | ( | args | ) |
Global constants/functions.
def LepFlaVio.harry_do_your_job | ( | config | ) |
def LepFlaVio.limit_config | ( | parameter | ) |
def LepFlaVio.limitplot | ( | config_list | ) |
def LepFlaVio.main | ( | ) |
Main Function.
def LepFlaVio.nminus1_config | ( | parameter | ) |
def LepFlaVio.nminus1plot | ( | config_list | ) |
def LepFlaVio.parser | ( | ) |
def LepFlaVio.ratio_config | ( | numerator, | |
denominator | |||
) |
def LepFlaVio.shape_config | ( | parameter | ) |
def LepFlaVio.shapeplot | ( | config_list | ) |
def LepFlaVio.sumofhists_config | ( | sum_nicks, | |
result_nicks | |||
) |