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 makePlots_triggerEfficiencies.args = parser.parse_args() |
| list makePlots_triggerEfficiencies.choices = ["zll", "data"] |
| dictionary makePlots_triggerEfficiencies.config = {} |
| string makePlots_triggerEfficiencies.default = ["zll", "data"] |
| string makePlots_triggerEfficiencies.help = "Input directory." |
| tuple makePlots_triggerEfficiencies.log = logging.getLogger(__name__) |
| tuple makePlots_triggerEfficiencies.parser |
| list makePlots_triggerEfficiencies.plot_configs = [] |