ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
database
framework
packages
CaloBase
CaloReco
centrality
ClusterIso
compressor
Half
HelixHough
intt
jetbackground
KFParticle_sPHENIX
micromegas
mvtx
NodeDump
particleflow
PHField
PHField.h
PHField2D.cc
PHField2D.h
PHField3DCartesian.cc
PHField3DCartesian.h
PHField3DCylindrical.cc
PHField3DCylindrical.h
PHFieldBeast.cc
PHFieldBeast.h
PHFieldCleo.cc
PHFieldCleo.h
PHFieldConfig.cc
PHFieldConfig.h
PHFieldConfigLinkDef.h
PHFieldConfigv1.cc
PHFieldConfigv1.h
PHFieldConfigv1LinkDef.h
PHFieldConfigv2.cc
PHFieldConfigv2.h
PHFieldConfigv2LinkDef.h
PHFieldUniform.cc
PHFieldUniform.h
PHFieldUtility.cc
PHFieldUtility.h
PHGenFitPkg
PHGeometry
PHTpcTracker
tpc
tpccalib
tpcdaq
trackbase
trackbase_historic
trackreco
trigger
vararray
QA
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHFieldConfig.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHFieldConfig.cc
1
10
#include "
PHFieldConfig.h
"
11
12
#include <iostream>
13
14
using namespace
std;
15
16
const
std::string
PHFieldConfig::kInvalid_FileName
(
"INVALID FILE"
);
17
18
string
PHFieldConfig::get_field_config_description
()
const
19
{
20
switch
(get_field_config())
21
{
22
case
kFieldUniform:
23
return
"Uniform field"
;
24
break
;
25
case
kField2D:
26
return
"2D field map expressed in cylindrical coordinates"
;
27
break
;
28
case
kField3DCylindrical:
29
return
"3D field map expressed in cylindrical coordinates"
;
30
break
;
31
case
Field3DCartesian:
32
return
"3D field map expressed in Cartesian coordinates"
;
33
break
;
34
case
kFieldBeast:
35
return
"Beast Field"
;
36
break
;
37
case
kFieldCleo:
38
return
"Cleo Magnet Field"
;
39
break
;
40
default
:
41
return
"Invalid Field"
;
42
}
43
}
44
48
void
PHFieldConfig::identify
(std::ostream& os)
const
49
{
50
os <<
"PHFieldConfig::identify - isValid() = "
<< isValid() << endl;
51
}
coresoftware
blob
master
offline
packages
PHField
PHFieldConfig.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration