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