Variables | |
tuple | log = logging.getLogger(__name__) |
tuple | parser |
string | help = "Input directory." |
list | default = ["zll", "data"] |
list | choices = ["zll", "data"] |
tuple | args = parser.parse_args() |
list | plot_configs = [] |
dictionary | config = {} |
tuple | tmp = config.copy() |
tuple makePlots_triggerEfficiencyFits.args = parser.parse_args() |
list makePlots_triggerEfficiencyFits.choices = ["zll", "data"] |
dictionary makePlots_triggerEfficiencyFits.config = {} |
string makePlots_triggerEfficiencyFits.default = ["zll", "data"] |
string makePlots_triggerEfficiencyFits.help = "Input directory." |
tuple makePlots_triggerEfficiencyFits.log = logging.getLogger(__name__) |
tuple makePlots_triggerEfficiencyFits.parser |
list makePlots_triggerEfficiencyFits.plot_configs = [] |
tuple makePlots_triggerEfficiencyFits.tmp = config.copy() |