9 #ifndef ThePEG_ThePEGStrategy_H
10 #define ThePEG_ThePEGStrategy_H
13 #include "ThePEG/Repository/Strategy.h"
80 struct ClassTraits<ThePEGStrategy>:
public ClassTraitsBase<ThePEGStrategy> {
82 static string className() {
return "ThePEG::ThePEGStrategy"; }
86 static string library() {
return "ThePEGStrategy.so"; }
ClassTraitsType is an empty, non-polymorphic, base class.
ThePEGStrategy & operator=(const ThePEGStrategy &)
Private and non-existent assignment operator.
The Strategy class represents a general strategy to be assigned to an EventGenerator.
virtual IBPtr clone() const
Make a simple clone of this object.
This is the main namespace within which all identifiers in ThePEG are declared.
A concreate implementation of ClassDescriptionBase describing a concrete class without persistent dat...
static void Init()
Standard Init function used to initialize the interface.
static string library()
The name of a file containing the dynamic library where the class T is implemented.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
RCPtr is a reference counted (smart) pointer.
static string className()
Return the name of class T.
int NthBase
The type of the BaseN'th base class (int means there are no further base classes).
BaseClassTraits describes the base classes of the templated class.
static NoPIOClassDescription< ThePEGStrategy > initThePEGStrategy
Describe concrete class without persistent data.
The ThePEGStrategy class is a sub-class of the Strategy class, simply implementing the correct citati...