#ifndef HGO4CONTFACT_H
#define HGo4CONTFACT_H

#include "hcontfact.h"

class HParSet;
class HContainer;

/** Factory for all GO4 parameter containers.
*/

class HGo4ContFact : public HContFact {
private:
  void setAllContainers();
public:
  HGo4ContFact();
  ~HGo4ContFact() {}
  HParSet* createContainer(HContainer*); 
  ClassDef(HGo4ContFact,0) // Factory for all GO4 parameter containers
};

#endif  /* !HGO4CONTFACT_H */

Last change: Sat May 22 12:56:56 2010
Last generated: 2010-05-22 12:56

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.