#include <ReweightMinPT.h>
Public Member Functions | |
virtual double | weight () const |
Return the wieght for the kinematical configuation provided by the assigned XComb object (in the LastXCombInfo base class). | |
Standard constructors and destructors. | |
ReweightMinPT () | |
Default constructor. | |
Functions used by the persistent I/O system. | |
void | persistentOutput (PersistentOStream &os) const |
Function used to write out object persistently. | |
void | persistentInput (PersistentIStream &is, int version) |
Function used to read in object persistently. | |
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interfaces. | |
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 | |
ReweightMinPT & | operator= (const ReweightMinPT &) |
Private and non-existent assignment operator. | |
Private Attributes | |
double | power |
The weight is the minimum pt/scale to a power. | |
Energy | scale |
The weight is the minimum pt/scale to a power. | |
Static Private Attributes | |
static ClassDescription < ReweightMinPT > | initReweightMinPT |
Describe a concrete base class with persistent data. |
Definition at line 24 of file ReweightMinPT.h.
void ThePEG::ReweightMinPT::persistentOutput | ( | PersistentOStream & | os | ) | const |
Function used to write out object persistently.
os | the persistent output stream written to. |
Reimplemented from ThePEG::ReweightBase.
void ThePEG::ReweightMinPT::persistentInput | ( | PersistentIStream & | is, | |
int | version | |||
) |
Function used to read in object persistently.
is | the persistent input stream read from. | |
version | the version number of the object when written. |
Reimplemented from ThePEG::ReweightBase.
virtual IBPtr ThePEG::ReweightMinPT::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
virtual IBPtr ThePEG::ReweightMinPT::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.