Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244691
QtoQGammaSplitFn.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
QtoQGammaSplitFn.cc
View Options
// -*- C++ -*-
//
// This is the implementation of the non-inlined, non-templated member
// functions of the QtoQGammaSplitFun class.
//
#include
"QtoQGammaSplitFn.h"
using
namespace
Herwig
;
ClassDescription
<
QtoQGammaSplitFn
>
QtoQGammaSplitFn
::
initQtoQGammaSplitFn
;
QtoQGammaSplitFn
::~
QtoQGammaSplitFn
()
{}
double
QtoQGammaSplitFn
::
P
(
const
double
z
,
const
Energy2
qtilde2
,
const
IdList
&
)
{
return
(
1.
+
sqr
(
z
))
/
(
1.
-
z
);
}
double
QtoQGammaSplitFn
::
overestimateP
(
const
double
z
,
const
IdList
&
)
{
return
2.
/
(
1.
-
z
);
}
double
QtoQGammaSplitFn
::
integOverP
(
const
double
z
)
{
return
-
2.
*
log
(
1.
-
z
);
}
double
QtoQGammaSplitFn
::
invIntegOverP
(
const
double
r
)
{
return
1.
-
exp
(
-
r
/
2.
);
}
void
QtoQGammaSplitFn
::
colourConnection
(
const
ShoColinePair
&
parent
,
ShoColinePair
&
first
,
ShoColinePair
&
second
)
{
// Return immediately if the input is inconsistent.
if
((
!
parent
.
first
&&
!
parent
.
second
)
||
(
parent
.
first
&&
parent
.
second
))
return
;
// second should be Gamma, doesn't get colour, of course.
first
=
parent
;
second
=
ShoColinePair
();
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Tue, Sep 30, 4:44 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6545545
Default Alt Text
QtoQGammaSplitFn.cc (1 KB)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment