Skip to content
Snippets Groups Projects
Commit 1574f973 authored by Nikolai.Hartmann's avatar Nikolai.Hartmann
Browse files

relative import in compare

parent cb4b04fc
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import numpy as np
import matplotlib.pyplot as plt
from sklearn.metrics import roc_curve, auc
from toolkit import ClassificationProject
from .toolkit import ClassificationProject
"""
A few functions to compare different setups
......
......@@ -764,6 +764,8 @@ if __name__ == "__main__":
filename = "/project/etp4/nhartmann/trees/allTrees_m1.8_NoSys.root"
c = ClassificationProject("test4",
signal_trees = [(filename, "GG_oneStep_1705_1105_505_NoSys")],
bkg_trees = [(filename, "ttbar_NoSys"),
......
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