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
a972547d
Commit
a972547d
authored
Sep 18, 2012
by
Frank Siegert
Browse files
svn merge -c20168 $REPO/sherpa/branches/rel-1-4-1 .
(bugfix for NLO with universal selector.)
parent
2a444274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
PHASIC++/Selectors/Variable_Selector.C
PHASIC++/Selectors/Variable_Selector.C
+4
-4
No files found.
PHASIC++/Selectors/Variable_Selector.C
View file @
a972547d
...
...
@@ -293,15 +293,15 @@ Selector_Base *Variable_Selector_Getter::operator()(const Selector_Key &key) con
return
vs
;
}
bool
Variable_Selector
::
NoJetTrigger
(
const
Vec4D_Vector
&
p
)
bool
Variable_Selector
::
NoJetTrigger
(
const
Vec4D_Vector
&
)
{
return
Trigger
(
p
)
;
return
true
;
}
bool
Variable_Selector
::
JetTrigger
(
const
Vec4D_Vector
&
,
NLO_subevtlist
*
const
)
(
const
Vec4D_Vector
&
p
,
NLO_subevtlist
*
const
)
{
return
true
;
return
Trigger
(
p
)
;
}
void
Variable_Selector_Getter
::
PrintInfo
...
...
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