ROOT logo
#ifndef HBASECONTFACT_H
#define HBASECONTFACT_H

#include "hcontfact.h"

class HParSet;

class HBaseContFact : public HContFact {
private:
  void setAllContainers();
public:
  HBaseContFact();
  ~HBaseContFact() {}
  HParSet* createContainer(HContainer*); 
  ClassDef(HBaseContFact,0) // Factory for parameter containers in lib Hydra
};

#endif  /* !HBASECONTFACT_H */
 hbasecontfact.h:1
 hbasecontfact.h:2
 hbasecontfact.h:3
 hbasecontfact.h:4
 hbasecontfact.h:5
 hbasecontfact.h:6
 hbasecontfact.h:7
 hbasecontfact.h:8
 hbasecontfact.h:9
 hbasecontfact.h:10
 hbasecontfact.h:11
 hbasecontfact.h:12
 hbasecontfact.h:13
 hbasecontfact.h:14
 hbasecontfact.h:15
 hbasecontfact.h:16
 hbasecontfact.h:17
 hbasecontfact.h:18