Skip to content
Snippets Groups Projects
Commit abb3e95e authored by Rui Zhang's avatar Rui Zhang
Browse files

Support sample name in hist like

parent 335b663c
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