ThePEG::ClassDocumentation< T > Class Template Reference

The ClassDocumentation class is used to communicate documetation about an Interfaced class to the Repository. More...

#include <ClassDocumentation.h>

Inheritance diagram for ThePEG::ClassDocumentation< T >:

ThePEG::ClassDocumentationBase

List of all members.

Public Member Functions

 ClassDocumentation (string newDocumentation, string newModelDescription="", string newModelReferences="")
 The standard constructor.

Private Member Functions

 ClassDocumentation ()
 Private and unimplemented default constructor.
 ClassDocumentation (const ClassDocumentation &)
 Private and unimplemented copy constructor.
ClassDocumentationoperator= (const ClassDocumentation &)
 Private and unimplemented assignment operator.


Detailed Description

template<typename T>
class ThePEG::ClassDocumentation< T >

The ClassDocumentation class is used to communicate documetation about an Interfaced class to the Repository.

Similarly to classes inheriting from InterfaceBase, only one static object of the templated ClassDocumentation, which inherits from ClassDocumentationBase, should be created for each Interfaced class. This object will then automatically register itself with the static Repository.

The ClassDocumentation should in the constructor specify three strings with information:

The documentation contains a brief description of the corresponding class which can be displayed by the Repository (or user interfaces derived from it).

The model description contains a very brief description of the model of the process implemented in the step handler, given in the form of a LaTeX \item. This is written to a file after a run by an EventGenerator.

The model references contains possible LaTeX \bibitems corresponding to \cite commands in the model description. This is also written to a file after a run by an EventGenerator.

See also:
Interfaced

Repository

Definition at line 160 of file ClassDocumentation.h.


Constructor & Destructor Documentation

template<typename T>
ThePEG::ClassDocumentation< T >::ClassDocumentation ( string  newDocumentation,
string  newModelDescription = "",
string  newModelReferences = "" 
) [inline]

The standard constructor.

All other constructors are private.

Parameters:
newDocumentation the documentation for the corresponding class.
newModelDescription the model description for the corresponding class.
newModelReferences the model references of the corresponding class..

Definition at line 173 of file ClassDocumentation.h.


The documentation for this class was generated from the following file:

Generated on Thu Apr 29 12:43:06 2010 for ThePEG by  doxygen 1.5.5