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
3458dc9f
Commit
3458dc9f
authored
Oct 18, 2013
by
Stefan Hoeche
Browse files
allow to recluster for local kfac
enabled by METS_BBAR_MODE 4, defaults to off
parent
654a8584
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
SHERPA/PerturbativePhysics/Perturbative_Interface.C
SHERPA/PerturbativePhysics/Perturbative_Interface.C
+10
-2
No files found.
SHERPA/PerturbativePhysics/Perturbative_Interface.C
View file @
3458dc9f
...
...
@@ -201,9 +201,17 @@ DefineInitialConditions(ATOOLS::Blob *blob)
if
(
p_me
->
Process
()
->
Info
().
m_ckkw
&
1
)
{
if
((
m_bbarmode
&
1
)
&&
p_me
->
HasNLO
()
&&
p_me
->
Process
()
->
Parent
()
->
Info
().
m_fi
.
NLOType
()
==
nlo_type
::
lo
)
{
if
(
!
LocalKFactor
(
p_ampl
))
{
DEBUG_INFO
(
"didn't find PowProc in exclusively clustered amplitude"
);
if
(
!
LocalKFactor
(
p_ampl
))
{
DEBUG_INFO
(
"didn't find process using original amplitude"
);
if
(
m_bbarmode
&
4
)
{
Cluster_Amplitude
*
ampl
=
p_me
->
Process
()
->
Get
<
Single_Process
>
()
->
Cluster
(
m_cmode
|
256
|
512
);
while
(
ampl
->
Prev
())
ampl
=
ampl
->
Prev
();
if
(
!
LocalKFactor
(
ampl
))
DEBUG_INFO
(
"didn't find process using exclusive clustering"
);
ampl
->
Delete
();
}
}
}
blob
->
AddData
(
"Sud_Weight"
,
new
Blob_Data
<
double
>
(
m_weight
));
if
(
p_me
->
EventGenerationMode
()
!=
0
)
{
...
...
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