HiggsAnalysis-KITHiggsToTauTau
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
makePlots_compareControlPlotInputs.py File Reference

Namespaces

 makePlots_compareControlPlotInputs
 

Variables

tuple makePlots_compareControlPlotInputs.log = logging.getLogger(__name__)
 
tuple makePlots_compareControlPlotInputs.parser
 
string makePlots_compareControlPlotInputs.help = "Input directories."
 
list makePlots_compareControlPlotInputs.choices = ["tt", "mt", "et", "em", "mm", "ee"]
 
string makePlots_compareControlPlotInputs.default = "$CMSSW_BASE/src/plots/control_plots/"
 
tuple makePlots_compareControlPlotInputs.args = parser.parse_args()
 
tuple makePlots_compareControlPlotInputs.sample_settings = samples.Samples()
 
tuple makePlots_compareControlPlotInputs.compare_two_qantities = ((len(args.input_dirs)*len(args.samples)*len(args.channels)*len(args.categories)*len(args.weights) == 1) and (len(args.quantities) == 2))
 
list makePlots_compareControlPlotInputs.plot_configs = []
 
dictionary makePlots_compareControlPlotInputs.plot_config = {}
 
tuple makePlots_compareControlPlotInputs.tmp_sample_strings = sample_string.split()
 
list makePlots_compareControlPlotInputs.list_of_samples = [getattr(samples.Samples, tmp_sample_string) for tmp_sample_string in tmp_sample_strings]
 
tuple makePlots_compareControlPlotInputs.multiple_samples = (len(tmp_sample_strings) > 1)
 
string makePlots_compareControlPlotInputs.nick_suffix = "_"
 
tuple makePlots_compareControlPlotInputs.config
 
tuple makePlots_compareControlPlotInputs.plot_2d_config = copy.deepcopy(config)