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