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

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()
 
string offline_selections = "tagMatched*puWeight*(tagIsoOverPt<0.1)*(tagCharge != probeCharge)*(std::abs(tagProbeMass - 91)<5)"
 
list eta_weights_mm = ["*(std::abs(probeEta)<0.9)","*(std::abs(probeEta)>0.9)*(std::abs(probeEta)<1.2)","*(std::abs(probeEta)>1.2)"]
 
list eta_weights_ee = ["*(std::abs(probeEta)<1.48)","*(std::abs(probeEta)>1.48)"]
 
list plot_configs = []
 
dictionary config = {}
 
tuple tmp = config.copy()
 

Variable Documentation

tuple makePlots_triggerEfficiencies_masswindow.args = parser.parse_args()
list makePlots_triggerEfficiencies_masswindow.choices = ["zll", "data"]
dictionary makePlots_triggerEfficiencies_masswindow.config = {}
string makePlots_triggerEfficiencies_masswindow.default = ["zll", "data"]
list makePlots_triggerEfficiencies_masswindow.eta_weights_ee = ["*(std::abs(probeEta)<1.48)","*(std::abs(probeEta)>1.48)"]
list makePlots_triggerEfficiencies_masswindow.eta_weights_mm = ["*(std::abs(probeEta)<0.9)","*(std::abs(probeEta)>0.9)*(std::abs(probeEta)<1.2)","*(std::abs(probeEta)>1.2)"]
string makePlots_triggerEfficiencies_masswindow.help = "Input directory."
tuple makePlots_triggerEfficiencies_masswindow.log = logging.getLogger(__name__)
string makePlots_triggerEfficiencies_masswindow.offline_selections = "tagMatched*puWeight*(tagIsoOverPt<0.1)*(tagCharge != probeCharge)*(std::abs(tagProbeMass - 91)<5)"
tuple makePlots_triggerEfficiencies_masswindow.parser
Initial value:
1 = argparse.ArgumentParser(description="Make trigger efficiency plots.",
2  parents=[logger.loggingParser])
list makePlots_triggerEfficiencies_masswindow.plot_configs = []
tuple makePlots_triggerEfficiencies_masswindow.tmp = config.copy()