#include "htriggercontfact.h" |
HTriggerContFact
class description - source file - inheritance tree (.pdf)
private:
void setAllContainers()
public:
HTriggerContFact()
HTriggerContFact(const HTriggerContFact&)
~HTriggerContFact()
static TClass* Class()
virtual HParSet* createContainer(HContainer*)
virtual TClass* IsA() const
HTriggerContFact& operator=(const HTriggerContFact&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HTriggerContFact
Factory for the parameter containers in libTrigger
HTriggerContFact()
Constructor (called when the library is loaded)
void setAllContainers()
Creates the Container objects with all accepted contexts and adds them to
the list of containers for the Trigger library.
Input parameters:
none
Output parameters:
none
Return code:
none
HParSet* createContainer(HContainer* c)
Calls the constructor of the corresponding parameter container.
For an actual context, which is not an empty string and not the default context
of this container, the name is concatinated with the context.
Input Parameters:
HContainer* c
Container object that defines which container sould be created.
Output parameters:
none
Return code:
Function returns pointer to created parameter container specified by input parameter.
Inline Functions
void ~HTriggerContFact()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
HTriggerContFact HTriggerContFact(const HTriggerContFact&)
HTriggerContFact& operator=(const HTriggerContFact&)
Last update: Fri Jan 26 12:37:36 2007
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.