EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
12
class
EicMagneticFieldMap
;
13
14
class
EicFieldMapDetector
:
public
EicDetector
{
15
public
:
16
EicFieldMapDetector
(
EicMagneticFieldMap
*fmap = 0, Bool_t Active = kFALSE);
17
~EicFieldMapDetector
() {};
18
19
void
ConstructGeometry
();
20
21
private
:
22
EicMagneticFieldMap
*
mMap
;
23
24
ClassDef
(
EicFieldMapDetector
,2);
25
};
26
27
#endif
EicRoot
blob
master
eic
base
EicFieldMapDetector.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:33
using
1.8.2 with
EIC GitHub integration