PandaRoot
PndGemContFact.h
Go to the documentation of this file.
1 #ifndef PNDGEMCONTFACT_H
2 #define PNDGEMCONTFACT_H
3 
4 #include "FairContFact.h"
5 
6 class FairContainer;
7 // class FairParIo;
8 
9 class PndGemContFact : public FairContFact {
10  public:
13  FairParSet *createContainer(FairContainer *c);
14 
15  private:
16  void setAllContainers();
17 
18  ClassDef(PndGemContFact, 2); // Factory for all GEM parameter containers
19 };
20 
21 #endif /* !GEMCONTFACT_H */
FairParSet * createContainer(FairContainer *c)