Functions | |
def | make_efficiency_string |
def | make_smp_postprocessor |
Variables | |
tuple | hltSMPPostProcessors |
tuple | hltSMPPostSingleEle = make_smp_postprocessor("SingleEle", plot_types=plot_types, object_types=object_types, extra_str_templates=[truevtx_string_template]) |
tuple | hltSMPPostSinglePhoton = make_smp_postprocessor("SinglePhoton", plot_types=plot_types, object_types=object_types, extra_str_templates=[truevtx_string_template]) |
list | object_types = ["Mu","Ele","Photon","MET","PFTau"] |
list | plot_types = ["TurnOn1", "TurnOn2", "EffEta", "EffPhi"] |
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" |
def hltSMPPostProcessors_cff.make_efficiency_string | ( | objtype, | |
plot_type, | |||
triggerpath | |||
) |
Definition at line 6 of file hltSMPPostProcessors_cff.py.
Referenced by make_smp_postprocessor().
def hltSMPPostProcessors_cff.make_smp_postprocessor | ( | analysis_name, | |
plot_types = ["TurnOn1" , |
|||
TurnOn2, | |||
EffEta, | |||
EffPhi, | |||
object_types = ["Mu" , |
|||
Ele, | |||
Photon, | |||
MET, | |||
PFMET, | |||
PFTau, | |||
Jet, | |||
extra_str_templates = [] |
|||
) |
Definition at line 49 of file hltSMPPostProcessors_cff.py.
References make_efficiency_string(), and python.rootplot.root2matplotlib.replace().
tuple hltSMPPostProcessors_cff.hltSMPPostProcessors |
Definition at line 89 of file hltSMPPostProcessors_cff.py.
tuple hltSMPPostProcessors_cff.hltSMPPostSingleEle = make_smp_postprocessor("SingleEle", plot_types=plot_types, object_types=object_types, extra_str_templates=[truevtx_string_template]) |
Definition at line 81 of file hltSMPPostProcessors_cff.py.
tuple hltSMPPostProcessors_cff.hltSMPPostSinglePhoton = make_smp_postprocessor("SinglePhoton", plot_types=plot_types, object_types=object_types, extra_str_templates=[truevtx_string_template]) |
Definition at line 83 of file hltSMPPostProcessors_cff.py.
list hltSMPPostProcessors_cff.object_types = ["Mu","Ele","Photon","MET","PFTau"] |
Definition at line 77 of file hltSMPPostProcessors_cff.py.
list hltSMPPostProcessors_cff.plot_types = ["TurnOn1", "TurnOn2", "EffEta", "EffPhi"] |
Definition at line 74 of file hltSMPPostProcessors_cff.py.
string hltSMPPostProcessors_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 78 of file hltSMPPostProcessors_cff.py.