#include <PtGenerator.h>
Public Member Functions | |
Virtual functions to be implemented by sub-classes. | |
virtual TransverseMomentum | generate () const =0 |
Generate () components of the transverse momentum. | |
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. |
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.