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
G4Atlas
G4AtlasTools
G4AtlasTools
GeometryConfigurationToolBase.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4ATLASTOOLS_GeometryConfigurationToolBase_H
6
#define G4ATLASTOOLS_GeometryConfigurationToolBase_H
7
8
// Framework includes
9
#include "GaudiKernel/ServiceHandle.h"
10
#include "GaudiKernel/ToolHandle.h"
11
#include "
AthenaBaseComps/AthAlgTool.h
"
12
13
// G4Atlas includes
14
#include "
G4AtlasInterfaces/IG4GeometryConfigurationTool.h
"
15
16
25
class
GeometryConfigurationToolBase
:
public
extends<AthAlgTool, IG4GeometryConfigurationTool>
26
{
27
28
public
:
30
GeometryConfigurationToolBase
(
const
std::string&
type
,
const
std::string&
name
,
31
const
IInterface*
parent
);
32
34
virtual
~GeometryConfigurationToolBase
(){}
35
37
virtual
StatusCode
initialize
( )
override
;
38
40
virtual
StatusCode
preGeometryConfigure
()
const override
;
41
virtual
StatusCode
postGeometryConfigure
()
const override
;
42
43
};
44
45
#endif // G4ATLASTOOLS_GeometryConfigurationTToolBase_H
GeometryConfigurationToolBase::initialize
virtual StatusCode initialize() override
Initialize method.
Definition:
GeometryConfigurationToolBase.cxx:29
GeometryConfigurationToolBase::~GeometryConfigurationToolBase
virtual ~GeometryConfigurationToolBase()
Destructor.
Definition:
GeometryConfigurationToolBase.h:34
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
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
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
IG4GeometryConfigurationTool.h
GeometryConfigurationToolBase::preGeometryConfigure
virtual StatusCode preGeometryConfigure() const override
Configure methods.
Definition:
GeometryConfigurationToolBase.cxx:36
GeometryConfigurationToolBase::GeometryConfigurationToolBase
GeometryConfigurationToolBase(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition:
GeometryConfigurationToolBase.cxx:18
GeometryConfigurationToolBase
Definition:
GeometryConfigurationToolBase.h:26
GeometryConfigurationToolBase::postGeometryConfigure
virtual StatusCode postGeometryConfigure() const override
Definition:
GeometryConfigurationToolBase.cxx:43
Generated on Sat Mar 29 2025 21:10:58 for ATLAS Offline Software by
1.8.18