ROOT logo
#ifndef HSHOWERCONTFACT_H
#define HSHOWERCONTFACT_H

#include "hcontfact.h"

class HParSet;
class HContainer;

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

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