Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244516
QtoQGSudakovFormFactor.cc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
993 B
Referenced Files
None
Subscribers
None
QtoQGSudakovFormFactor.cc
View Options
// -*- C++ -*-
//
// This is the implementation of the non-inlined, non-templated member
// functions of the QtoQGSudakovFormFactor class.
//
#include
"QtoQGSudakovFormFactor.h"
#include
"Pythia7/Repository/UseRandom.h"
using
namespace
Herwig
;
QtoQGSudakovFormFactor
::~
QtoQGSudakovFormFactor
()
{}
Energy
QtoQGSudakovFormFactor
::
generateNextBranching
(
tPartCollHdlPtr
ch
,
const
Energy
startingScale
,
const
bool
reverseAngularOrder
)
{
// First reset the internal kinematics variables that can
// have been eventually set in the previous call to thie method.
_q
=
Energy
();
_z
=
0.0
;
_phi
=
0.0
;
//***LOOKHERE*** GENERATE _q , AND EVENTUALLY ALSO _z AND _phi
// BELOW IS JUST A TEMPORARY FAKE
if
(
reverseAngularOrder
)
{
_q
=
startingScale
/
UseRandom
::
rnd
();
}
else
{
_q
=
startingScale
*
UseRandom
::
rnd
();
}
_z
=
0.0
;
_phi
=
(
UseRandom
::
rndbool
()
?
1.0
:
-
1.0
)
*
3.1415
*
UseRandom
::
rnd
();
return
_q
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Tue, Sep 30, 4:42 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6552313
Default Alt Text
QtoQGSudakovFormFactor.cc (993 B)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment