PandaRoot
PndFieldContFact.h
Go to the documentation of this file.
1 
5 #ifndef PNDFIELDCONTFACT_H
6 #define PNDFIELDCONTFACT_H 1
7 
8 #include "FairContFact.h"
9 
10 class FairContainer;
11 class FairParSet;
12 
13 class PndFieldContFact : public FairContFact {
14 
15  public:
18 
21 
25  FairParSet *createContainer(FairContainer *container);
26 
27  private:
32  void SetAllContainers();
33 
34  ClassDef(PndFieldContFact, 1);
35 };
36 
37 #endif
FairParSet * createContainer(FairContainer *container)