PandaRoot
PndHypContFact.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- CbmHypContFact header file -----
3 // ----- Created A.Sanchez -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef PNDHYPCONTFACT_H
7 #define PNDHYPCONTFACT_H
8 
9 #include "FairContFact.h"
10 
11 class FairContainer;
12 
13 class PndHypContFact : public FairContFact {
14  private:
15  void setAllContainers();
16 
17  public:
20  FairParSet *createContainer(FairContainer *);
21 
22  ClassDef(PndHypContFact, 2) // Factory for all HYP parameter containers
23 };
24 
25 #endif /* !PNDHYPCONTFACT_H */
FairParSet * createContainer(FairContainer *)