#include <Pythia7Strategy.h>
Public Member Functions | |
Standard constructors and destructors. | |
Pythia7Strategy () | |
Default constructor. | |
Pythia7Strategy (const Pythia7Strategy &) | |
Copy-constructor. | |
virtual | ~Pythia7Strategy () |
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. | |
Standard Interfaced functions. | |
virtual void | doupdate () throw (UpdateException) |
Check sanity of the object during the setup phase. | |
virtual void | doinit () throw (InitException) |
Initialize this object after the setup phase before saving an EventGenerator to disk. | |
virtual void | dofinish () |
Finalize this object. | |
virtual void | rebind (const TranslationMap &trans) throw (RebindException) |
Rebind pointer to other Interfaced objects. | |
virtual IVector | getReferences () |
Return a vector of all pointers to Interfaced objects used in this object. | |
Private Member Functions | |
Pythia7Strategy & | operator= (const Pythia7Strategy &) |
Private and non-existent assignment operator. | |
Static Private Attributes | |
static NoPIOClassDescription < Pythia7Strategy > | initPythia7Strategy |
Describe concrete class without persistent data. |
See also the interfaces defined for Pythia7Strategy.
Definition at line 23 of file Pythia7Strategy.h.
virtual IBPtr Pythia7::Pythia7Strategy::clone | ( | ) | const [inline, protected, virtual] |
Make a simple clone of this object.
Reimplemented from ThePEG::Strategy.
virtual IBPtr Pythia7::Pythia7Strategy::fullclone | ( | ) | const [inline, protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::Strategy.
virtual void Pythia7::Pythia7Strategy::doinit | ( | ) | throw (InitException) [inline, protected, virtual] |
Initialize this object after the setup phase before saving an EventGenerator to disk.
InitException | if object could not be initialized properly. |
Reimplemented from ThePEG::InterfacedBase.
virtual void Pythia7::Pythia7Strategy::dofinish | ( | ) | [inline, protected, virtual] |
Finalize this object.
Called in the run phase just after a run has ended. Used eg. to write out statistics.
Reimplemented from ThePEG::InterfacedBase.
virtual void Pythia7::Pythia7Strategy::rebind | ( | const TranslationMap & | trans | ) | throw (RebindException) [inline, protected, virtual] |
Rebind pointer to other Interfaced objects.
Called in the setup phase after all objects used in an EventGenerator has been cloned so that the pointers will refer to the cloned objects afterwards.
trans | a TranslationMap relating the original objects to their respective clones. |
RebindException | if no cloned object was found for a given pointer. |
Reimplemented from ThePEG::InterfacedBase.
virtual IVector Pythia7::Pythia7Strategy::getReferences | ( | ) | [inline, protected, virtual] |
Return a vector of all pointers to Interfaced objects used in this object.
Reimplemented from ThePEG::InterfacedBase.