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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
blob
master
base
cbmbase
cbmdata
dbase
eic
eventdisplay
examples
fairtools
field
FieldLinkDef.h
PndConstField.cxx
PndConstField.h
PndConstPar.cxx
PndConstPar.h
PndDipole1Par.cxx
PndDipole1Par.h
PndDipole2Par.cxx
PndDipole2Par.h
PndDipole3Par.cxx
PndDipole3Par.h
PndDipoleMap.cxx
PndDipoleMap.h
PndDipolePar.cxx
PndDipolePar.h
PndFieldContFact.cxx
PndFieldContFact.h
PndFieldCreator.cxx
PndFieldCreator.h
PndFieldMap.cxx
PndFieldMap.h
PndFieldMapData.cxx
PndFieldMapData.h
PndFieldPar.cxx
PndFieldPar.h
PndMapPar.cxx
PndMapPar.h
PndMultiField.cxx
PndMultiField.h
PndMultiFieldPar.cxx
PndMultiFieldPar.h
PndRegion.cxx
PndRegion.h
PndSolenoid1Par.cxx
PndSolenoid1Par.h
PndSolenoid2Par.cxx
PndSolenoid2Par.h
PndSolenoid3Par.cxx
PndSolenoid3Par.h
PndSolenoid4Par.cxx
PndSolenoid4Par.h
PndSolenoidMap.cxx
PndSolenoidMap.h
PndSolenoidPar.cxx
PndSolenoidPar.h
PndTransMap.cxx
PndTransMap.h
PndTransPar.cxx
PndTransPar.h
gconfig
geane
genfit
GenfitTools
geobase
geometry
input
littrack
parbase
passive
pCDR-2018
pid
pnddata
PndTools
rich
trackbase
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PndMapPar.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PndMapPar.h
1
11
#ifndef PNDMAPPAR_H
12
#define PNDMAPPAR_H 1
13
14
15
#include "
FairField.h
"
16
#include "
FairParGenericSet.h
"
17
18
19
class
FairParamList
;
20
21
22
class
PndMapPar
:
public
FairParGenericSet
23
{
24
25
public
:
26
27
29
PndMapPar
(
const
char
*
name
,
const
char
*
title
,
const
char
* context);
30
32
PndMapPar
();
33
35
~PndMapPar
();
36
37
39
virtual
void
putParams
(
FairParamList
*
list
);
40
41
43
virtual
Bool_t
getParams
(
FairParamList
* list);
44
45
47
void
SetParameters
(FairField* field);
48
49
51
Int_t
GetType
()
const
{
return
fType
; }
52
Double_t
GetXmin
()
const
{
return
fXmin
; }
53
Double_t
GetXmax
()
const
{
return
fXmax
; }
54
Double_t
GetYmin
()
const
{
return
fYmin
; }
55
Double_t
GetYmax
()
const
{
return
fYmax
; }
56
Double_t
GetZmin
()
const
{
return
fZmin
; }
57
Double_t
GetZmax
()
const
{
return
fZmax
; }
58
void
MapName
(TString& name) { name =
fMapName
; }
59
Double_t
GetPositionX
()
const
{
return
fPosX
; }
60
Double_t
GetPositionY
()
const
{
return
fPosY
; }
61
Double_t
GetPositionZ
()
const
{
return
fPosZ
; }
62
Double_t
GetScale
()
const
{
return
fScale
; }
63
64
65
protected
:
66
73
Int_t
fType
;
74
75
77
Double_t
fXmin
,
fXmax
;
78
Double_t
fYmin
,
fYmax
;
79
Double_t
fZmin
,
fZmax
;
80
81
82
84
TString
fMapName
;
85
86
88
Double_t
fPosX
,
fPosY
,
fPosZ
;
89
90
92
Double_t
fScale
;
93
94
95
ClassDef
(
PndMapPar
,1);
96
97
};
98
99
100
#endif
EicRoot
blob
master
field
PndMapPar.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:36
using
1.8.2 with
EIC GitHub integration