er  dev
ERDetectorContFact.h
1 // -------------------------------------------------------------------------
2 // ----- ERDetectorContFact header file -----
3 // ----- Created 03/15 by V.Schetinin -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef ERDetectorContFact_H
7 #define ERDetectorContFact_H
8 
9 #include "FairContFact.h"
10 
11 class FairContainer;
12 
13 class ERDetectorContFact : public FairContFact
14 {
15  private:
16  void setAllContainers();
17  public:
19  ~ERDetectorContFact() {}
20  FairParSet* createContainer(FairContainer*);
21  ClassDef( ERDetectorContFact,0)
22 };
23 
24 #endif /* !ERDetectorContFact_H */