Skip to content
Snippets Groups Projects
Commit 8fdcabbd authored by Izaac Sanderswood's avatar Izaac Sanderswood
Browse files

turn off ECALPIDE cut for T-tracks

parent a671ecbf
No related branches found
No related tags found
1 merge request!2550turn off ECALPIDE cut for T-tracks
Pipeline #5992377 passed
......@@ -59,7 +59,7 @@ def make_ttrack_pions_for_V0(make_pions=make_ttrack_pions,
pion_cuts = F.require_all(
F.PT > pt_min,
F.P > p_min,
F.ECALPIDE < 1., # electron veto
# F.ECALPIDE < 1., # electron veto
in_range(2., F.ETA, 5.),
# F.GHOSTPROB < 0.4,
F.MINIPCHI2(pvs) > minipchi2_min,
......
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