EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicContFact.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicContFact.h
1 //
2 // AYK (ayk@bnl.gov), 2013/06/12
3 //
4 // FairRoot-style EIC container factory definitions
5 //
6 
7 #ifndef _EIC_CONT_FACT_
8 #define _EIC_CONT_FACT_
9 
10 #include "FairContFact.h"
11 
12 class FairContainer;
13 class EicDetector;
14 
16 class EicContFact : public FairContFact {
17 public:
19  EicContFact(EicDetector *det, const char *_fName, const char *_fTitle,
20  const char* name, const char* title, const char* context);
24 
25  private:
29  char *fGeoParName;
30 
40 
41  ClassDef(EicContFact,4)
42 };
43 
44 #endif