elegent is hosted by Hepforge, IPPP Durham
Elegent
Elegent::ModelFactory Class Reference

A class to give list of available models and to create an instance of a model specified by tag. More...

#include <ModelFactory.h>

Public Member Functions

void PrintList () const
 
ModelMakeInstance (const std::string &tag, bool callInit=true) const
 

Protected Attributes

std::map< std::string, Model * > model_map
 map: tag –> model instance
 

Detailed Description

A class to give list of available models and to create an instance of a model specified by tag.


The documentation for this class was generated from the following files:
  • src/libElegent/interface/ModelFactory.h
  • src/libElegent/src/ModelFactory.cc