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
Acts
ActsGeometryInterfaces
ActsGeometryInterfaces
IDetectorVolumeSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ACTSGEOMETRYINTERFACES_IACTSDETECTORVOLUMESVC_H
6
#define ACTSGEOMETRYINTERFACES_IACTSDETECTORVOLUMESVC_H
7
8
#include "GaudiKernel/IService.h"
9
#include "
ActsGeometryInterfaces/ActsGeometryContext.h
"
10
#ifndef SIMULATIONBASE
11
# include "Acts/Detector/Detector.hpp"
12
#endif
13
#include <memory>
14
15
namespace
Acts
{
16
namespace
Experimental {
17
class
Detector
;
18
}
19
}
20
21
namespace
ActsTrk
{
26
class
IDetectorVolumeSvc
:
virtual
public
IService {
27
public
:
28
29
30
DeclareInterfaceID
(
IDetectorVolumeSvc
, 1, 0);
31
32
virtual
~IDetectorVolumeSvc
() =
default
;
33
37
using
DetectorPtr
= std::shared_ptr<const Acts::Experimental::Detector>;
38
virtual
DetectorPtr
detector
()
const
= 0;
39
42
using
AlignmentStore
=
ActsGeometryContext::AlignmentStore
;
43
virtual
unsigned
int
populateAlignmentStore
(
AlignmentStore
&
store
)
const
= 0;
45
virtual
const
ActsGeometryContext
&
getNominalContext
()
const
= 0;
46
};
47
48
}
49
50
51
#endif
ActsTrk::IDetectorVolumeSvc::~IDetectorVolumeSvc
virtual ~IDetectorVolumeSvc()=default
ActsTrk::IDetectorVolumeSvc::detector
virtual DetectorPtr detector() const =0
SGTest::store
TestStore store
Definition:
TestStore.cxx:23
ActsGeometryContext.h
ActsTrk::DetectorAlignStore
Definition:
DetectorAlignStore.h:20
ActsGeometryContext::AlignmentStore
ActsTrk::DetectorAlignStore AlignmentStore
Definition:
ActsGeometryContext.h:30
Acts
Definition:
ChamberAssembleTool.h:18
ActsTrk::IDetectorVolumeSvc::populateAlignmentStore
virtual unsigned int populateAlignmentStore(AlignmentStore &store) const =0
jet::CompCategory::Detector
@ Detector
Definition:
UncertaintyEnum.h:19
ActsTrk::IDetectorVolumeSvc
Interface of the service providing the Acts::Detector which implements the navigation delegate paradi...
Definition:
IDetectorVolumeSvc.h:26
ActsGeometryContext
Include the GeoPrimitives which need to be put first.
Definition:
ActsGeometryContext.h:27
ActsTrk::IDetectorVolumeSvc::DeclareInterfaceID
DeclareInterfaceID(IDetectorVolumeSvc, 1, 0)
ActsTrk::IDetectorVolumeSvc::getNominalContext
virtual const ActsGeometryContext & getNominalContext() const =0
Returns an empty nominal context without any alignment caches.
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:55
ActsTrk::IDetectorVolumeSvc::DetectorPtr
std::shared_ptr< const Acts::Experimental::Detector > DetectorPtr
Returns the pointer to the Acts::Detector representing all ATLAS tracking layers If the method is cal...
Definition:
IDetectorVolumeSvc.h:37
Generated on Sat Mar 15 2025 21:11:40 for ATLAS Offline Software by
1.8.18