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