Skip to content
Snippets Groups Projects

RAD isolations update

Merged Debashis Sahoo requested to merge rad_iso_update into rd-rad-devel
All threads resolved!
@@ -63,6 +63,7 @@ def isolation_parts(input):
@@ -63,6 +63,7 @@ def isolation_parts(input):
names=["B"],
names=["B"],
candidates=[input],
candidates=[input],
cut=F.require_all(in_range(0.0, F.DR2, 0.25), ~F.FIND_IN_TREE()),
cut=F.require_all(in_range(0.0, F.DR2, 0.25), ~F.FIND_IN_TREE()),
 
PiZerosIso=True,
)
)
iso_parts += rd_isolation.select_parts_for_isolation(
iso_parts += rd_isolation.select_parts_for_isolation(
names=["gamma"],
names=["gamma"],
@@ -70,7 +71,7 @@ def isolation_parts(input):
@@ -70,7 +71,7 @@ def isolation_parts(input):
cut=F.require_all(
cut=F.require_all(
in_range(0.0, F.DR2, 0.16),
in_range(0.0, F.DR2, 0.16),
~F.REQUIRE_CLOSE(F.PT() @ F.FORWARDARG0(), F.PT() @ F.FORWARDARG1()),
~F.REQUIRE_CLOSE(F.PT() @ F.FORWARDARG0(), F.PT() @ F.FORWARDARG1()),
F.IS_NOT_H() @ F.FORWARDARG1() > 0.3,
F.IS_NOT_H() @ F.FORWARDARG1() > 0.2,
),
),
LongTrackIso=False,
LongTrackIso=False,
TTrackIso=False,
TTrackIso=False,
Loading