EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicFieldMapDetector.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EicFieldMapDetector.h
1 //
2 // AYK (ayk@bnl.gov), 2015/08/06
3 //
4 // EIC field-map-related fake detector class;
5 //
6 
7 #ifndef _EIC_FIELD_MAP_DETECTOR_
8 #define _EIC_FIELD_MAP_DETECTOR_
9 
10 #include <EicDetector.h>
11 
13 
15  public:
16  EicFieldMapDetector(EicMagneticFieldMap *fmap = 0, Bool_t Active = kFALSE);
18 
19  void ConstructGeometry();
20 
21  private:
23 
25 };
26 
27 #endif