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