FairRoot/PandaRoot
PndMdtContFact.h
Go to the documentation of this file.
1 
2 #ifndef PNDMDTCONTFACT_H
3 #define PNDMDTCONTFACT_H
4 
5 #include "FairContFact.h"
6 
7 class FairContainer;
8 
9 class PndMdtContFact : public FairContFact {
10 private:
11  void setAllContainers();
12 public:
15  FairParSet* createContainer(FairContainer*);
16  /* void activateParIo(FairParIo* io); */
17  ClassDef( PndMdtContFact,0) // Factory for all MDT parameter containers
18 };
19 
20 #endif /* !PNDMDTCONTFACT_H */
FairParSet * createContainer(FairContainer *)