9 #ifndef THEPEG_ReweightConstant_H 10 #define THEPEG_ReweightConstant_H 15 #include "ThePEG/MatrixElement/ReweightBase.h" 44 virtual double weight()
const;
114 #include "ThePEG/Utilities/ClassTraits.h" 134 static string className() {
return "ThePEG::ReweightConstant"; }
138 static string library() {
return "ReweightConstant.so"; }
PersistentIStream is used to read persistent objects from a stream where they were previously written...
double C
The constant to reweight with.
ReweightConstant()
The default constructor.
A concreate implementation of ClassDescriptionBase describing a concrete class with persistent data...
static void Init()
The standard Init function used to initialize the interfaces.
PersistentOStream is used to write objects persistently to a stream from which they can be read in ag...
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
static ClassDescription< ReweightConstant > initReweightConstant
The static object used to initialize the description of this class.
This is the main namespace within which all identifiers in ThePEG are declared.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
virtual IBPtr clone() const
Make a simple clone of this object.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
RCPtr is a reference counted (smart) pointer.
The ReweightConstant class is a simple ReweightBase sub-class which simply reweight an event with a c...
virtual double weight() const
Return the wieght for the kinematical configuation provided by the assigned XComb object (in the Last...
ReweightConstant & operator=(const ReweightConstant &)
The assignment operator is private and must never be called.
The default concrete implementation of ClassTraitsBase.
The ReweightBase class is the base class of all objects representing external biases to matrix elemen...
BaseClassTraits describes the base classes of the templated class.
The templated ClassTraitsBase class defines a set of default information about classes used by ThePEG...