#include <FixedCMSLuminosity.h>
Public Member Functions | |
Energy | energy () const |
The total energy in the cms of the incoming particles. | |
Standard constructors and destructors. | |
virtual | ~FixedCMSLuminosity () |
Destructor. | |
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interface. | |
Protected Member Functions | |
Clone Methods. | |
virtual IBPtr | clone () const |
Make a simple clone of this object. | |
virtual IBPtr | fullclone () const |
Make a clone of this object, possibly modifying the cloned object to make it sane. | |
Private Member Functions | |
void | setEnergy (Energy) |
Utility function used by the interface. | |
Energy | getEnergy () const |
Utility function used by the interface. | |
FixedCMSLuminosity & | operator= (const FixedCMSLuminosity &) |
Private and non-existent assignment operator. | |
Static Private Attributes | |
static NoPIOClassDescription < FixedCMSLuminosity > | initFixedCMSLuminosity |
Describe a concrete class with persistent data. |
It is derived from the LuminosityFunction base class.
Definition at line 33 of file FixedCMSLuminosity.h.
virtual IBPtr ThePEG::FixedCMSLuminosity::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Reimplemented from ThePEG::LuminosityFunction.
virtual IBPtr ThePEG::FixedCMSLuminosity::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::LuminosityFunction.