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
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
fun4all_coresoftware
blob
master
offline
packages
PHField
PHFieldUtility.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:45
using
1.8.2 with
EIC GitHub integration