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

Variables

tuple parser = argparse.ArgumentParser(description="Make Embedding control plots and scale to data or ztt.")
 
list default
 
string help = "Quantities. [Default: %(default)s]"
 
tuple args = parser.parse_args()
 
 cache1 = False
 
 cache2 = False
 
list emb_weights = ['1.0','1.0','1.0','1.0']
 
tuple nthreads = len(args.quantities)
 
string title = '#mu#tau_{h}'
 
string decay_weight = ''
 
list command = os.environ["CMSSW_BASE"]
 
tuple value_ztt = float(line.strip('nick: ztt category: None integral: '))
 
tuple title_emb = title+(' embedded' if decay_mode=='inclusive' else ' emb')
 

Variable Documentation

tuple makePlots_EmbeddedScaledControlplots.args = parser.parse_args()
makePlots_EmbeddedScaledControlplots.cache1 = False
makePlots_EmbeddedScaledControlplots.cache2 = False
tuple makePlots_EmbeddedScaledControlplots.command = os.environ["CMSSW_BASE"]
string makePlots_EmbeddedScaledControlplots.decay_weight = ''
list makePlots_EmbeddedScaledControlplots.default
Initial value:
1 = ["integral",
2  "pt_1", "eta_1", "phi_1", "m_1", "iso_1", "mt_1",
3  "pt_2", "eta_2", "phi_2", "m_2", "iso_2", "mt_2",
4  "pt_sv", "eta_sv", "phi_sv", "m_sv", "m_vis", "ptvis",
5  "met", "metphi", "metcov00", "metcov01", "metcov10", "metcov11",
6  "mvamet", "mvametphi", "mvacov00", "mvacov01", "mvacov10", "mvacov11",
7  "pZetaMissVis", "pzetamiss", "pzetavis",
8  "jpt_1", "jeta_1", "jphi_1",
9  "jpt_2", "jeta_2", "jphi_2",
10  "njetspt30", "mjj", "jdeta", "njetingap20", "njetingap",
11  "trigweight_1", "trigweight_2", "puweight",
12  "npv", "npu", "rho"]
list makePlots_EmbeddedScaledControlplots.emb_weights = ['1.0','1.0','1.0','1.0']
string makePlots_EmbeddedScaledControlplots.help = "Quantities. [Default: %(default)s]"
tuple makePlots_EmbeddedScaledControlplots.nthreads = len(args.quantities)
tuple makePlots_EmbeddedScaledControlplots.parser = argparse.ArgumentParser(description="Make Embedding control plots and scale to data or ztt.")
string makePlots_EmbeddedScaledControlplots.title = '#mu#tau_{h}'
tuple makePlots_EmbeddedScaledControlplots.title_emb = title+(' embedded' if decay_mode=='inclusive' else ' emb')
tuple makePlots_EmbeddedScaledControlplots.value_ztt = float(line.strip('nick: ztt category: None integral: '))