ROOT logo
#ifndef HTOFCONTFACT_H
#define HTOFCONTFACT_H

#include "hcontfact.h"

class HParSet;
class HContainer;

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

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