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
simulation
g4simulation
EICPhysicsList
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
g4eval
g4gdml
PHG4GDMLAuxStructType.hh
PHG4GDMLConfig.hh
PHG4GDMLUtility.cc
PHG4GDMLUtility.hh
PHG4GDMLWrite.cc
PHG4GDMLWrite.hh
PHG4GDMLWriteDefine.cc
PHG4GDMLWriteDefine.hh
PHG4GDMLWriteMaterials.cc
PHG4GDMLWriteMaterials.hh
PHG4GDMLWriteParamvol.cc
PHG4GDMLWriteParamvol.hh
PHG4GDMLWriteSetup.cc
PHG4GDMLWriteSetup.hh
PHG4GDMLWriteSolids.cc
PHG4GDMLWriteSolids.hh
PHG4GDMLWriteStructure.cc
PHG4GDMLWriteStructure.hh
g4histos
g4intt
g4jets
g4main
g4micromegas
g4mvtx
g4tpc
g4trackfastsim
g4vertex
tpcresponse
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
PHG4GDMLUtility.hh
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4GDMLUtility.hh
1
// $Id: $
2
11
#ifndef CORESOFTWARE_SIMULATION_G4SIMULATION_G4GDML_PHG4GDMLUTILITY_HH_
12
#define CORESOFTWARE_SIMULATION_G4SIMULATION_G4GDML_PHG4GDMLUTILITY_HH_
13
14
#include <string>
15
16
class
G4VPhysicalVolume
;
17
class
PHG4GDMLConfig
;
18
class
PHCompositeNode
;
19
23
class
PHG4GDMLUtility
24
{
25
public
:
26
virtual
~PHG4GDMLUtility
() {}
27
29
static
void
Dump_GDML
(
const
std::string &
filename
,
G4VPhysicalVolume
*vol,
PHCompositeNode
*topNode =
nullptr
);
30
32
static
void
Dump_G4_GDML
(
const
std::string &
filename
,
G4VPhysicalVolume
*vol);
33
34
static
constexpr
const
char
*
get_PHG4GDML_Schema
()
35
{
36
return
"http://service-spi.web.cern.ch/service-spi/app/releases/GDML/schema/gdml.xsd"
;
37
}
38
40
static
PHG4GDMLConfig
*
GetOrMakeConfigNode
(
PHCompositeNode
*topNode,
bool
build_new =
true
);
41
42
static
constexpr
const
char
*
getDSTNodeName
()
43
{
44
return
"G4GDML_CONFIG"
;
45
}
46
47
private
:
48
PHG4GDMLUtility
() {}
49
};
50
51
#endif
/* SIMULATION_CORESOFTWARE_SIMULATION_G4SIMULATION_G4GDML_PHG4GDMLUTILITY_HH_ */
coresoftware
blob
master
simulation
g4simulation
g4gdml
PHG4GDMLUtility.hh
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:43
using
1.8.2 with
ECCE GitHub integration