PandaRoot
PndEmcContFact.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndEmcContFact header file -----
3 // ----- Created 14/08/06 by S.Spataro -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef PNDEMCCONTFACT_H
7 #define PNDEMCCONTFACT_H
8 
9 #include "FairContFact.h"
10 
11 class FairContainer;
12 
13 class PndEmcContFact : public FairContFact {
14  private:
15  void setAllContainers();
16 
17  public:
20  FairParSet *createContainer(FairContainer *);
21  // void activateParIo(FairParIo* io);
22 
23  ClassDef(PndEmcContFact, 0) // Factory for all EMC parameter containers
24 };
25 
26 #endif /* !PNDEMCCONTFACT_H */
FairParSet * createContainer(FairContainer *)