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
Tracking
TrkDetDescr
TrkDetDescrInterfaces
TrkDetDescrInterfaces
ITrackingGeometrySvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// ITrackingGeometrySvc.h, (c) ATLAS Detector software
8
9
#ifndef TRKDETDESCRINTERFACES_ITRACKINGGEOMETRYSERVICE_H
10
#define TRKDETDESCRINTERFACES_ITRACKINGGEOMETRYSERVICE_H
11
12
// Include Files
13
#include "GaudiKernel/IInterface.h"
14
#include "GaudiKernel/StatusCode.h"
15
16
24
namespace
Trk
{
25
class
TrackingGeometry;
26
27
class
ITrackingGeometrySvc
:
virtual
public
IInterface {
28
29
public
:
31
DeclareInterfaceID
(
ITrackingGeometrySvc
, 1, 0);
32
34
virtual
const
Trk::TrackingGeometry
*
trackingGeometry
()
const
= 0;
35
37
virtual
const
std::string&
trackingGeometryName
()
const
= 0;
38
};
39
}
40
41
#endif // TRKDETDESCRINTERFACES_ITRACKINGGEOMETRYSERVICE_H
42
Trk::ITrackingGeometrySvc::DeclareInterfaceID
DeclareInterfaceID(ITrackingGeometrySvc, 1, 0)
Creates the InterfaceID and interfaceID() method.
Trk::ITrackingGeometrySvc::trackingGeometryName
virtual const std::string & trackingGeometryName() const =0
Trk::ITrackingGeometrySvc
Definition:
ITrackingGeometrySvc.h:27
Trk::TrackingGeometry
Definition:
TrackingGeometry.h:67
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::ITrackingGeometrySvc::trackingGeometry
virtual const Trk::TrackingGeometry * trackingGeometry() const =0
Provide the TrackingGeometry.
Generated on Sat Mar 22 2025 21:12:28 for ATLAS Offline Software by
1.8.18