HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
makePlots_jsonConfigs Namespace Reference

Variables

tuple log = logging.getLogger(__name__)
 
tuple parser
 
string help = "JSON config files."
 
tuple args = parser.parse_args()
 
list plot_configs = []
 
tuple plot_config = jsonTools.JsonDict(os.path.expandvars(json_config))
 

Variable Documentation

tuple makePlots_jsonConfigs.args = parser.parse_args()
string makePlots_jsonConfigs.help = "JSON config files."
tuple makePlots_jsonConfigs.log = logging.getLogger(__name__)
tuple makePlots_jsonConfigs.parser
Initial value:
1 = argparse.ArgumentParser(description="Generate multiple plots from JSON configs.",
2  parents=[logger.loggingParser])
tuple makePlots_jsonConfigs.plot_config = jsonTools.JsonDict(os.path.expandvars(json_config))
list makePlots_jsonConfigs.plot_configs = []