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
PHFieldUtility.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHFieldUtility.h
1
#ifndef PHFIELD_PHFIELDUTILITY_H
2
#define PHFIELD_PHFIELDUTILITY_H
3
4
#include <string>
5
6
class
PHCompositeNode
;
7
class
PHField
;
8
class
PHFieldConfig
;
9
11
class
PHFieldUtility
12
{
13
public
:
18
static
PHFieldConfig
*
DefaultFieldConfig
();
19
23
static
PHField
*
24
GetFieldMapNode
(
const
PHFieldConfig
*default_config =
nullptr
,
PHCompositeNode
*topNode =
nullptr
,
const
int
verbosity = 0);
25
29
static
PHFieldConfig
*
30
GetFieldConfigNode
(
const
PHFieldConfig
*default_config =
nullptr
,
PHCompositeNode
*topNode =
nullptr
,
const
int
verbosity = 0);
31
33
static
PHField
*
34
BuildFieldMap
(
const
PHFieldConfig
*field_config,
const
int
verbosity = 0);
35
37
static
std::string
38
GetDSTFieldMapNodeName
()
39
{
40
return
std::string(
"FIELD_MAP"
);
41
}
42
44
static
std::string
45
GetDSTConfigNodeName
()
46
{
47
return
std::string(
"FIELD_CONFIG"
);
48
}
49
50
private
:
51
// static tool sets only
52
PHFieldUtility
() =
delete
;
53
~PHFieldUtility
() =
delete
;
54
};
55
56
#endif
coresoftware
blob
master
offline
packages
PHField
PHFieldUtility.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:36
using
1.8.2 with
ECCE GitHub integration