ThePEG
1.8.0
|
PtGenerator is the base for all classes implementing alternative models for transverse momentum generation. More...
#include <PtGenerator.h>
Public Member Functions | |
Virtual functions to be implemented by sub-classes. | |
virtual TransverseMomentum | generate () const =0 |
Generate ( ![]() |
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interface. |
Private Member Functions | |
PtGenerator & | operator= (const PtGenerator &) |
Private and non-existent assignment operator. |
Static Private Attributes | |
static AbstractClassDescription < PtGenerator > | initPtGenerator |
Describe an abstract class without persistent data. |
PtGenerator is the base for all classes implementing alternative models for transverse momentum generation.
It inherits from the HandlerBase which among other things provides forward access to the random number object held by the EventGenerator object.
Definition at line 29 of file PtGenerator.h.