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
ForwardDetectors
ForwardSimulation
ForwardRegionProperties
src
ForwardRegionProperties.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 ForwardRegionProperties_H
6
#define ForwardRegionProperties_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
ForwardRegionGeoModel/IForwardRegionProperties.h
"
10
#include "CLHEP/Geometry/Point3D.h"
11
12
class
ForwardRegionProperties
:
public
extends<AthAlgTool, IForwardRegionProperties>
13
{
14
public
:
15
ForwardRegionProperties
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
16
17
// Standard Destructor
18
virtual
~ForwardRegionProperties
();
19
20
virtual
PFWDMg_CONFIGURATION
getConf
()
override
final
;
21
22
void
getMagTransforms
(
const
std::string&,
int
, HepGeom::Point3D<double>&, HepGeom::Point3D<double>&,
double
&,
bool
twiss =
false
)
override
final
;
23
void
getMagTransforms
(
const
std::string&,
int
, HepGeom::Point3D<double>&, HepGeom::Point3D<double>&,
bool
twiss =
false
)
override
final
;
24
25
private
:
26
// property configuration
27
FWDMg_CONFIGURATION
m_Config
;
28
};
29
30
#endif // ForwardRegionProperties_H
ForwardRegionProperties::getConf
virtual PFWDMg_CONFIGURATION getConf() override final
Definition:
ForwardRegionProperties.cxx:74
ForwardRegionProperties
Definition:
ForwardRegionProperties.h:13
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
_FWDMg_CONFIGURATION
Definition:
IForwardRegionProperties.h:13
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
ForwardRegionProperties::getMagTransforms
void getMagTransforms(const std::string &, int, HepGeom::Point3D< double > &, HepGeom::Point3D< double > &, double &, bool twiss=false) override final
Definition:
ForwardRegionProperties.cxx:78
ForwardRegionProperties::m_Config
FWDMg_CONFIGURATION m_Config
Definition:
ForwardRegionProperties.h:27
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
IForwardRegionProperties.h
ForwardRegionProperties::~ForwardRegionProperties
virtual ~ForwardRegionProperties()
Definition:
ForwardRegionProperties.cxx:72
ForwardRegionProperties::ForwardRegionProperties
ForwardRegionProperties(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
ForwardRegionProperties.cxx:7
Generated on Sat Apr 12 2025 21:10:55 for ATLAS Offline Software by
1.8.18