Skip to content
Snippets Groups Projects
Commit b1870b83 authored by Giovanni Marchiori's avatar Giovanni Marchiori Committed by Frank Winklmeier
Browse files

fix crash in EGAM11

fix crash in EGAM11
parent cc424892
No related branches found
No related tags found
No related merge requests found
......@@ -467,7 +467,7 @@ def EGAM11KernelCfg(flags, name="EGAM11Kernel", **kwargs):
thinning_expression = " && ".join(
[
"(InDetTrackParticles.DFCommonTightPrimary)",
"(abs(DFCommonInDetTrackZ0AtPV)*sin(InDetTrackParticles.theta)<3mm)",
"(abs(DFCommonInDetTrackZ0AtPV)*sin(InDetTrackParticles.theta)<3*mm)",
"(InDetTrackParticles.pt>10*GeV)",
]
)
......
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