File: Smearing.h
Description:
namespace Herwig
CLASS
Smearing
Public members:
static bool gaussianSmearing( const double mean, const double sigma, double & x );
It returns true if succeed in drawing a value (x) drawn from a
gaussian of specified mean and sigma,
false otherwise.
Indeed, it generates uncorrelated pairs and throws one of them away.
static bool azimuthalSmearing( const double r, double & vx, double & vy );
It returns true if it succeed in drawing a rotated 2-vector
(vx,vy) of given length r, false otherwise.
Private members:
Smearing();
Smearing(const Smearing & x);
Smearing & operator=(const Smearing & x);
pure static class
DEFINED MACROS
INCLUDED FILES
Herwig++/Config/Herwig.h
Smearing.icc