Skip to content
Snippets Groups Projects
Commit 647354b2 authored by Christian Weber's avatar Christian Weber
Browse files

Merge branch 'master' into 'master'

Support sample name in hist like

See merge request !1
parents 335b663c abb3e95e
No related branches found
No related tags found
1 merge request!1Support sample name in hist like
......@@ -805,6 +805,7 @@ def selectSignal( signalTag , physicsProcessList):
signalSampleExact = matchFunction(signalTag)
if signalSampleExact is None: signalSampleExact = matchFunction("signal")
if signalSampleExact is None: signalSampleExact = matchFunction("ZZd")
# selection via difflib
#signalSampleExact = difflib.get_close_matches( signalSample , masterDict[region].keys())[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment