Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Sherpa Team
sherpa
Commits
fb5d85b0
Commit
fb5d85b0
authored
Oct 18, 2013
by
Stefan Hoeche
Browse files
bugfix in jetveto
parent
434e4339
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CSSHOWER++/Main/CS_Shower.C
CSSHOWER++/Main/CS_Shower.C
+1
-0
No files found.
CSSHOWER++/Main/CS_Shower.C
View file @
fb5d85b0
...
...
@@ -700,6 +700,7 @@ bool CS_Shower::JetVeto(ATOOLS::Cluster_Amplitude *const ampl,
li
->
Flav
(),
lj
->
Flav
()));
msg_Debugging
()
<<
"Q_{"
<<
ID
(
li
->
Id
())
<<
ID
(
lj
->
Id
())
<<
","
<<
ID
(
lk
->
Id
())
<<
"} = "
<<
sqrt
(
q2ijk
)
<<
"
\n
"
;
if
(
q2ijk
<
0
.
0
)
continue
;
if
(
mode
==
0
)
{
if
(
q2ijk
<
q2cut
)
return
false
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment