Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Simulation
ISF
ISF_Geant4
ISF_Geant4Tools
src
G4RunManagerHelper.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ISF_GEANT4TOOLS_G4RUNMANAGERHELPER_H
6
#define ISF_GEANT4TOOLS_G4RUNMANAGERHELPER_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
ISF_Geant4Tools/IG4RunManagerHelper.h
"
10
11
#include "
G4AtlasAlg/G4AtlasRunManager.h
"
12
13
namespace
iGeant4
{
14
15
class
G4RunManagerHelper
:
public
extends<AthAlgTool, ISF::IG4RunManagerHelper> {
16
17
public
:
18
G4RunManagerHelper
(
const
std::string&
type
,
19
const
std::string&
name
,
20
const
IInterface*
parent
);
21
virtual
~G4RunManagerHelper
();
22
23
virtual
StatusCode
initialize
()
override
;
24
25
virtual
G4AtlasRunManager
* g4RunManager
ATLAS_NOT_THREAD_SAFE
()
override
;
26
virtual
G4RunManager* fastG4RunManager
ATLAS_NOT_THREAD_SAFE
()
override
;
27
28
private
:
29
30
G4AtlasRunManager
*
m_g4RunManager
;
31
G4RunManager*
m_fastG4RunManager
;
32
33
};
34
35
}
36
37
#endif // ISF_GEANT4TOOLS_G4RUNMANAGERHELPER_H
iGeant4::G4RunManagerHelper::ATLAS_NOT_THREAD_SAFE
virtual G4AtlasRunManager *g4RunManager ATLAS_NOT_THREAD_SAFE() override
iGeant4::G4RunManagerHelper::G4RunManagerHelper
G4RunManagerHelper(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
G4RunManagerHelper.cxx:19
G4AtlasRunManager
ATLAS custom singleton run manager.
Definition:
G4AtlasRunManager.h:30
iGeant4::G4RunManagerHelper::~G4RunManagerHelper
virtual ~G4RunManagerHelper()
Definition:
G4RunManagerHelper.cxx:28
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
G4AtlasRunManager.h
IG4RunManagerHelper.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
iGeant4::G4RunManagerHelper::m_fastG4RunManager
G4RunManager * m_fastG4RunManager
Definition:
G4RunManagerHelper.h:31
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
iGeant4::G4RunManagerHelper::ATLAS_NOT_THREAD_SAFE
virtual G4RunManager *fastG4RunManager ATLAS_NOT_THREAD_SAFE() override
iGeant4::G4RunManagerHelper::initialize
virtual StatusCode initialize() override
Definition:
G4RunManagerHelper.cxx:32
iGeant4::G4RunManagerHelper
Definition:
G4RunManagerHelper.h:15
iGeant4::G4RunManagerHelper::m_g4RunManager
G4AtlasRunManager * m_g4RunManager
Definition:
G4RunManagerHelper.h:30
iGeant4
Definition:
Geant4TruthIncident.h:35
Generated on Mon Apr 21 2025 21:11:03 for ATLAS Offline Software by
1.8.18