FairRoot/PandaRoot
PndHypContFact.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- CbmHypContFact header file -----
3 // ----- Created A.Sanchez -----
4 // -------------------------------------------------------------------------
5 
6 
7 #ifndef PNDHYPCONTFACT_H
8 #define PNDHYPCONTFACT_H
9 
10 #include "FairContFact.h"
11 
12 class FairContainer;
13 
14 class PndHypContFact : public FairContFact {
15 private:
16  void setAllContainers();
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 *)