Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
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
a1c37cd2
Commit
a1c37cd2
authored
Jan 12, 2013
by
Hendrik Hoeth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new METS mu_F patch
parent
06f02f97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
PHASIC++/Main/Phase_Space_Handler.C
PHASIC++/Main/Phase_Space_Handler.C
+14
-4
No files found.
PHASIC++/Main/Phase_Space_Handler.C
View file @
a1c37cd2
...
...
@@ -463,8 +463,13 @@ Weight_Info *Phase_Space_Handler::OneEvent(Process_Base *const proc,int mode)
dxs
=
m_result_2
/
m_psweight
;
xf1
=
p_isrhandler
->
XF1
(
1
);
xf2
=
p_isrhandler
->
XF2
(
1
);
mu12
=
p_isrhandler
->
MuF2
(
1
);
mu22
=
p_isrhandler
->
MuF2
(
0
);
if
(
proc
->
ScaleSetter
()
&&
!
proc
->
ScaleSetter
()
->
Amplitudes
().
empty
())
{
mu12
=
mu22
=
proc
->
ScaleSetter
()
->
Amplitudes
()[
1
]
->
MuF2
();
}
else
{
mu12
=
p_isrhandler
->
MuF2
(
1
);
mu22
=
p_isrhandler
->
MuF2
(
0
);
}
NLO_subevtlist
*
nlos
=
p_active
->
Process
()
->
GetSubevtList
();
if
(
nlos
)
{
(
*
nlos
).
MultMEwgt
(
1
.
/
(
1
.
-
pnf
));
...
...
@@ -482,8 +487,13 @@ Weight_Info *Phase_Space_Handler::OneEvent(Process_Base *const proc,int mode)
dxs
=
m_result_1
/
m_psweight
;
xf1
=
p_isrhandler
->
XF1
(
0
);
xf2
=
p_isrhandler
->
XF2
(
0
);
mu12
=
p_isrhandler
->
MuF2
(
0
);
mu22
=
p_isrhandler
->
MuF2
(
1
);
if
(
proc
->
ScaleSetter
()
&&
!
proc
->
ScaleSetter
()
->
Amplitudes
().
empty
())
{
mu12
=
mu22
=
proc
->
ScaleSetter
()
->
Amplitudes
()[
0
]
->
MuF2
();
}
else
{
mu12
=
p_isrhandler
->
MuF2
(
0
);
mu22
=
p_isrhandler
->
MuF2
(
1
);
}
NLO_subevtlist
*
nlos
=
p_active
->
Process
()
->
GetSubevtList
();
if
(
nlos
)
(
*
nlos
).
MultMEwgt
(
1
.
/
pnf
);
if
(
wgtinfo
)
{
...
...
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