ROOT logo
#ifndef HMDCCONTFACT_H
#define HMDCCONTFACT_H

#include "hcontfact.h"

class HParSet;
class HContainer;

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

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