FairRoot/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 private:
15  void setAllContainers();
16 
17  ClassDef( PndGemContFact,2); // Factory for all GEM parameter containers
18 };
19 
20 #endif /* !GEMCONTFACT_H */
FairParSet * createContainer(FairContainer *c)
ClassDef(PndGemContFact, 2)