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
IDetectorElement.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef ACTSGEOMETRYINTERFACES_IACTSDETECTORELEMENT_H
5
#define ACTSGEOMETRYINTERFACES_IACTSDETECTORELEMENT_H
6
8
#include "
ActsGeometryInterfaces/GeometryDefs.h
"
10
#ifndef SIMULATIONBASE
11
# include "Acts/Geometry/DetectorElementBase.hpp"
12
#endif
13
#include "
ActsGeometryInterfaces/ActsGeometryContext.h
"
14
#include "
ActsGeometryInterfaces/DetectorAlignStore.h
"
15
#include "Identifier/Identifier.h"
16
23
namespace
ActsTrk
{
28
class
IDetectorElementBase
29
#ifndef SIMULATIONBASE
30
:
public
Acts::DetectorElementBase
31
#endif
32
{
33
public
:
35
~IDetectorElementBase
() =
default
;
37
virtual
Identifier
identify
()
const
= 0;
39
virtual
DetectorType
detectorType
()
const
= 0;
40
41
};
43
class
IDetectorElement
:
public
IDetectorElementBase
{
44
public
:
45
virtual
~IDetectorElement
() =
default
;
46
48
virtual
unsigned
int
storeAlignedTransforms
(
const
ActsTrk::DetectorAlignStore
&
store
)
const
= 0;
49
};
50
}
// namespace ActsTrk
51
52
#endif
SGTest::store
TestStore store
Definition:
TestStore.cxx:23
ActsTrk::DetectorType
DetectorType
Simple enum to Identify the Type of the ACTS sub detector.
Definition:
GeometryDefs.h:17
ActsGeometryContext.h
ActsTrk::IDetectorElementBase::identify
virtual Identifier identify() const =0
Return the ATLAS identifier.
ActsTrk::DetectorAlignStore
Definition:
DetectorAlignStore.h:20
ActsTrk::IDetectorElementBase::~IDetectorElementBase
~IDetectorElementBase()=default
Default destructor.
ActsTrk::IDetectorElementBase::detectorType
virtual DetectorType detectorType() const =0
Returns the detector element type.
ActsTrk::IDetectorElementBase
base class interface providing the bare minimal interface extension.
Definition:
IDetectorElement.h:32
GeometryDefs.h
ActsTrk::IDetectorElement
Base class interface for the actual readout elements.
Definition:
IDetectorElement.h:43
ActsTrk::IDetectorElement::storeAlignedTransforms
virtual unsigned int storeAlignedTransforms(const ActsTrk::DetectorAlignStore &store) const =0
Caches the aligned transformation in the provided store. Returns the number of cached elements.
ActsTrk::IDetectorElement::~IDetectorElement
virtual ~IDetectorElement()=default
DetectorAlignStore.h
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition:
MuonDetectorBuilderTool.cxx:55
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Fri Mar 14 2025 21:11:45 for ATLAS Offline Software by
1.8.18