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
PndConstPar.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PndConstPar.h
1
10
#ifndef PNDCONSTPAR_H
11
#define PNDCONSTPAR_H 1
12
#include "
PndMapPar.h
"
13
class
FairParamList
;
14
15
class
PndConstPar
:
public
PndMapPar
16
{
17
18
public
:
19
20
22
PndConstPar
(
const
char
*
name
,
const
char
*
title
,
const
char
* context);
23
25
PndConstPar
();
26
28
~PndConstPar
();
29
30
void
putParams
(
FairParamList
*
list
);
31
32
34
Bool_t
getParams
(
FairParamList
* list);
35
36
38
void
SetParameters
(FairField* field);
39
40
41
Double_t
GetBx
()
const
{
return
fBx
; }
42
Double_t
GetBy
()
const
{
return
fBy
; }
43
Double_t
GetBz
()
const
{
return
fBz
; }
44
45
protected
:
46
48
Double_t
fBx
,
fBy
,
fBz
;
49
50
ClassDef
(
PndConstPar
,1);
51
52
};
53
54
55
#endif
EicRoot
blob
master
field
PndConstPar.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:36
using
1.8.2 with
EIC GitHub integration