Functions | |
def | make_efficiency_string |
def | make_higgs_postprocessor |
Variables | |
tuple | hltHiggsPostAHttH = make_higgs_postprocessor("AHttH", extra_str_templates=[truevtx_string_template, TTHbbej_HtDist_template]) |
tuple | hltHiggsPostDoubleHinTaus = make_higgs_postprocessor("DoubleHinTaus", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostH2tau = make_higgs_postprocessor("H2tau", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostHgg = make_higgs_postprocessor("Hgg", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostHiggsDalitz = make_higgs_postprocessor("HiggsDalitz", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostHtaunu = make_higgs_postprocessor("Htaunu", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostHWW = make_higgs_postprocessor("HWW", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostHZZ = make_higgs_postprocessor("HZZ", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostHZZControlPaths = make_higgs_postprocessor("HZZControlPaths", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostMSSMHbb = make_higgs_postprocessor("MSSMHbb", plot_types=MSSMHbb_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostMSSMHbbmu = make_higgs_postprocessor("MSSMHbbmu", plot_types=MSSMHbbmu_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostMuonJet = make_higgs_postprocessor("MuonJet", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostProcessors |
tuple | hltHiggsPostTTHbbej = make_higgs_postprocessor("TTHbbej", extra_str_templates=[truevtx_string_template, TTHbbej_HtDist_template]) |
tuple | hltHiggsPostVBFHbb_0btag = make_higgs_postprocessor("VBFHbb_0btag", plot_types=VBFHbb_0btag_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostVBFHbb_1btag = make_higgs_postprocessor("VBFHbb_1btag", plot_types=VBFHbb_1btag_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostVBFHbb_2btag = make_higgs_postprocessor("VBFHbb_2btag", object_types=["Jet"], plot_types=VBFHbb_2btag_plot_types, extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostVBFHToInv = make_higgs_postprocessor("VBFHToInv", extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostWHToENuBB = make_higgs_postprocessor("WHToENuBB", extra_str_templates=[truevtx_string_template, TTHbbej_HtDist_template]) |
tuple | hltHiggsPostX4b = make_higgs_postprocessor("X4b", plot_types=X4b_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
tuple | hltHiggsPostZnnHbb = make_higgs_postprocessor("ZnnHbb", plot_types=ZnnHbb_plot_types, object_types=["Jet", "PFMET"], extra_str_templates=[truevtx_string_template]) |
list | MSSMHbb_plot_types = ["EffEta", "EffPhi", "TurnOn1"] |
list | MSSMHbbmu_plot_types = ["EffEta", "EffPhi", "TurnOn1"] |
tuple | NminOneCutNames = ("EffdEtaqq", "Effmqq", "EffdPhibb", "EffCSV1", "EffCSV2", "EffCSV3", "EffmaxCSV", "", "", "TurnOn1", "TurnOn2", "TurnOn3", "TurnOn4") |
NminOneCuts = _config.VBFHbb_2btag.NminOneCuts | |
string | truevtx_string_template = "Eff_trueVtxDist_@ANALYSIS@_gen_@TRIGGER@ ' Efficiency of @TRIGGER@ vs nb of interactions ; nb events passing each path ' trueVtxDist_@ANALYSIS@_gen_@TRIGGER@ trueVtxDist_@ANALYSIS@_gen" |
string | TTHbbej_HtDist_template = "Eff_HtDist_@ANALYSIS@_gen_@TRIGGER@ ' Efficiency of @TRIGGER@ vs sum pT of jets ; sum pT of jets ' HtDist_@ANALYSIS@_gen_@TRIGGER@ HtDist_@ANALYSIS@_gen" |
list | VBFHbb_0btag_plot_types = [] |
list | VBFHbb_1btag_plot_types = [] |
list | VBFHbb_2btag_plot_types = [] |
list | X4b_plot_types = ["EffEta", "EffPhi", "TurnOn1"] |
list | ZnnHbb_plot_types = ["EffEta", "EffPhi", "TurnOn1"] |
def hltHiggsPostProcessors_cff.make_efficiency_string | ( | objtype, | |
plot_type, | |||
triggerpath | |||
) |
Definition at line 6 of file hltHiggsPostProcessors_cff.py.
Referenced by make_higgs_postprocessor().
def hltHiggsPostProcessors_cff.make_higgs_postprocessor | ( | analysis_name, | |
plot_types = ["TurnOn1" , |
|||
TurnOn2, | |||
EffEta, | |||
EffPhi, | |||
object_types = ["Mu" , |
|||
Ele, | |||
Photon, | |||
MET, | |||
PFMET, | |||
PFTau, | |||
Jet, | |||
extra_str_templates = [] |
|||
) |
Definition at line 86 of file hltHiggsPostProcessors_cff.py.
References make_efficiency_string(), and python.rootplot.root2matplotlib.replace().
tuple hltHiggsPostProcessors_cff.hltHiggsPostAHttH = make_higgs_postprocessor("AHttH", extra_str_templates=[truevtx_string_template, TTHbbej_HtDist_template]) |
Definition at line 125 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostDoubleHinTaus = make_higgs_postprocessor("DoubleHinTaus", extra_str_templates=[truevtx_string_template]) |
Definition at line 117 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostH2tau = make_higgs_postprocessor("H2tau", extra_str_templates=[truevtx_string_template]) |
Definition at line 119 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostHgg = make_higgs_postprocessor("Hgg", extra_str_templates=[truevtx_string_template]) |
Definition at line 114 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostHiggsDalitz = make_higgs_postprocessor("HiggsDalitz", extra_str_templates=[truevtx_string_template]) |
Definition at line 118 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostHtaunu = make_higgs_postprocessor("Htaunu", extra_str_templates=[truevtx_string_template]) |
Definition at line 120 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostHWW = make_higgs_postprocessor("HWW", extra_str_templates=[truevtx_string_template]) |
Definition at line 111 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostHZZ = make_higgs_postprocessor("HZZ", extra_str_templates=[truevtx_string_template]) |
Definition at line 113 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostHZZControlPaths = make_higgs_postprocessor("HZZControlPaths", extra_str_templates=[truevtx_string_template]) |
Definition at line 112 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostMSSMHbb = make_higgs_postprocessor("MSSMHbb", plot_types=MSSMHbb_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
Definition at line 195 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostMSSMHbbmu = make_higgs_postprocessor("MSSMHbbmu", plot_types=MSSMHbbmu_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
Definition at line 204 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostMuonJet = make_higgs_postprocessor("MuonJet", extra_str_templates=[truevtx_string_template]) |
Definition at line 116 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostProcessors |
Definition at line 206 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostTTHbbej = make_higgs_postprocessor("TTHbbej", extra_str_templates=[truevtx_string_template, TTHbbej_HtDist_template]) |
Definition at line 124 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostVBFHbb_0btag = make_higgs_postprocessor("VBFHbb_0btag", plot_types=VBFHbb_0btag_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
Definition at line 162 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostVBFHbb_1btag = make_higgs_postprocessor("VBFHbb_1btag", plot_types=VBFHbb_1btag_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
Definition at line 150 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostVBFHbb_2btag = make_higgs_postprocessor("VBFHbb_2btag", object_types=["Jet"], plot_types=VBFHbb_2btag_plot_types, extra_str_templates=[truevtx_string_template]) |
Definition at line 138 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostVBFHToInv = make_higgs_postprocessor("VBFHToInv", extra_str_templates=[truevtx_string_template]) |
Definition at line 121 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostWHToENuBB = make_higgs_postprocessor("WHToENuBB", extra_str_templates=[truevtx_string_template, TTHbbej_HtDist_template]) |
Definition at line 185 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostX4b = make_higgs_postprocessor("X4b", plot_types=X4b_plot_types, object_types=["Jet"], extra_str_templates=[truevtx_string_template]) |
Definition at line 182 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.hltHiggsPostZnnHbb = make_higgs_postprocessor("ZnnHbb", plot_types=ZnnHbb_plot_types, object_types=["Jet", "PFMET"], extra_str_templates=[truevtx_string_template]) |
Definition at line 172 of file hltHiggsPostProcessors_cff.py.
list hltHiggsPostProcessors_cff.MSSMHbb_plot_types = ["EffEta", "EffPhi", "TurnOn1"] |
Definition at line 189 of file hltHiggsPostProcessors_cff.py.
list hltHiggsPostProcessors_cff.MSSMHbbmu_plot_types = ["EffEta", "EffPhi", "TurnOn1"] |
Definition at line 198 of file hltHiggsPostProcessors_cff.py.
tuple hltHiggsPostProcessors_cff.NminOneCutNames = ("EffdEtaqq", "Effmqq", "EffdPhibb", "EffCSV1", "EffCSV2", "EffCSV3", "EffmaxCSV", "", "", "TurnOn1", "TurnOn2", "TurnOn3", "TurnOn4") |
Definition at line 129 of file hltHiggsPostProcessors_cff.py.
hltHiggsPostProcessors_cff.NminOneCuts = _config.VBFHbb_2btag.NminOneCuts |
Definition at line 131 of file hltHiggsPostProcessors_cff.py.
string hltHiggsPostProcessors_cff.truevtx_string_template = "Eff_trueVtxDist_@ANALYSIS@_gen_@TRIGGER@ ' Efficiency of @TRIGGER@ vs nb of interactions ; nb events passing each path ' trueVtxDist_@ANALYSIS@_gen_@TRIGGER@ trueVtxDist_@ANALYSIS@_gen" |
Definition at line 110 of file hltHiggsPostProcessors_cff.py.
string hltHiggsPostProcessors_cff.TTHbbej_HtDist_template = "Eff_HtDist_@ANALYSIS@_gen_@TRIGGER@ ' Efficiency of @TRIGGER@ vs sum pT of jets ; sum pT of jets ' HtDist_@ANALYSIS@_gen_@TRIGGER@ HtDist_@ANALYSIS@_gen" |
Definition at line 123 of file hltHiggsPostProcessors_cff.py.
list hltHiggsPostProcessors_cff.VBFHbb_0btag_plot_types = [] |
Definition at line 154 of file hltHiggsPostProcessors_cff.py.
list hltHiggsPostProcessors_cff.VBFHbb_1btag_plot_types = [] |
Definition at line 142 of file hltHiggsPostProcessors_cff.py.
list hltHiggsPostProcessors_cff.VBFHbb_2btag_plot_types = [] |
Definition at line 130 of file hltHiggsPostProcessors_cff.py.
list hltHiggsPostProcessors_cff.X4b_plot_types = ["EffEta", "EffPhi", "TurnOn1"] |
Definition at line 176 of file hltHiggsPostProcessors_cff.py.
list hltHiggsPostProcessors_cff.ZnnHbb_plot_types = ["EffEta", "EffPhi", "TurnOn1"] |
Definition at line 166 of file hltHiggsPostProcessors_cff.py.