Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sherpa Team
sherpa
Commits
47131c4c
Commit
47131c4c
authored
Oct 19, 2013
by
Stefan Hoeche
Browse files
implemented core scale factors from version 1.4.3
parent
6d248356
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PHASIC++/Scales/Default_Core_Scale.C
PHASIC++/Scales/Default_Core_Scale.C
+3
-3
No files found.
PHASIC++/Scales/Default_Core_Scale.C
View file @
47131c4c
...
...
@@ -62,7 +62,7 @@ PDF::CParam Default_Core_Scale::Calculate(Cluster_Amplitude *const ampl)
double
s
(
2
.
0
*
campl
->
Leg
(
0
)
->
Mom
()
*
campl
->
Leg
(
1
)
->
Mom
());
double
t
(
2
.
0
*
campl
->
Leg
(
0
)
->
Mom
()
*
campl
->
Leg
(
2
)
->
Mom
());
double
u
(
2
.
0
*
campl
->
Leg
(
0
)
->
Mom
()
*
campl
->
Leg
(
3
)
->
Mom
());
muq2
=
muf2
=
mur2
=-
1
.
0
/
(
1
.
0
/
s
+
1
.
0
/
t
+
1
.
0
/
u
);
muq2
=
muf2
=
mur2
=-
1
.
0
/
(
1
.
0
/
s
+
1
.
0
/
t
+
1
.
0
/
u
)
/
4
.
0
;
}
else
if
(
!
fl
[
2
].
Strong
()
&&
!
fl
[
3
].
Strong
())
{
msg_Debugging
()
<<
"DY like
\n
"
;
...
...
@@ -70,11 +70,11 @@ PDF::CParam Default_Core_Scale::Calculate(Cluster_Amplitude *const ampl)
}
else
if
(
fl
[
2
].
Strong
()
&&
!
fl
[
3
].
Strong
())
{
msg_Debugging
()
<<
"jV like
\n
"
;
muq2
=
muf2
=
mur2
=
campl
->
Leg
(
3
)
->
Mom
().
MPerp2
();
muq2
=
muf2
=
mur2
=
campl
->
Leg
(
3
)
->
Mom
().
MPerp2
()
/
4
.
0
;
}
else
if
(
!
fl
[
2
].
Strong
()
&&
fl
[
3
].
Strong
())
{
msg_Debugging
()
<<
"Vj like
\n
"
;
muq2
=
muf2
=
mur2
=
campl
->
Leg
(
2
)
->
Mom
().
MPerp2
();
muq2
=
muf2
=
mur2
=
campl
->
Leg
(
2
)
->
Mom
().
MPerp2
()
/
4
.
0
;
}
else
THROW
(
not_implemented
,
"Please define your own core scale"
);
}
...
...
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