Skip to content
Snippets Groups Projects

Final tweaks for the MCP winter recommendations

Merged Johannes Junggeburth requested to merge (removed):MCP_WinterRecom into 21.2
@@ -23,23 +23,29 @@ alg.ValidationRelease="cMoriond2019"
WPs = [
# reconstruction WPs
"LowPt",
"Loose",
"Medium",
"Tight",
"HighPt",
# "LowPt",
# "Loose",
# "Medium",
# "Tight",
# "HighPt",
# track-to-vertex-association WPs
"TTVA",
# "TTVA",
# BadMuon veto SFs
# "BadMuonVeto_HighPt",
# isolation WPs
# "FixedCutLooseIso", "LooseTrackOnlyIso", "LooseIso", "GradientIso", "GradientLooseIso",
# "FixedCutTightTrackOnlyIso", "FixedCutHighPtTrackOnlyIso", "FixedCutTightIso"
# "FixedCutPflowTightIso",
"FixedCutPflowLooseIso",
"FixedCutHighPtTrackOnlyIso",
"FCTight_FixedRadIso",
"FCTightTrackOnly_FixedRadIso",
"FCTightTrackOnlyIso",
"FCTightIso",
"FCLoose_FixedRadIso",
]
for WP in WPs:
alg.EfficiencyTools += [GetMuonEfficiencyTool(WP, Release = "180808_SummerUpdate")]
alg.EfficiencyToolsForComparison += [GetMuonEfficiencyTool(WP, Release="Moriond_2019", CustomInput = "/ptmp/mpp/junggjo9/ClusterTP/SFFiles/Moriond_2019_HybridID_noSC/")]
# alg.EfficiencyTools += [GetMuonEfficiencyTool(WP, Release = "180808_SummerUpdate")]
alg.EfficiencyTools += [GetMuonEfficiencyTool(WP, Release="Moriond_2019", CustomInput = "/ptmp/mpp/junggjo9/ClusterTP/SFFiles/Moriond_2019_HybridID_noSC/")]
theJob += alg
Loading