Loading [MathJax]/extensions/MathMenu.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
IActsTrackingVolumeBuilder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ACTSGEOMETRYINTERFACES_IACTSTRACKINGVOLUMEBUILDER_H
6
#define ACTSGEOMETRYINTERFACES_IACTSTRACKINGVOLUMEBUILDER_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "GaudiKernel/IAlgTool.h"
10
11
#include "Acts/Geometry/GeometryContext.hpp"
12
13
#include <memory>
14
15
16
17
namespace
Acts
{
18
class
TrackingVolume;
19
class
VolumeBounds;
20
}
21
22
23
class
IActsTrackingVolumeBuilder
:
virtual
public
IAlgTool
24
{
25
public
:
26
27
DeclareInterfaceID
(
IActsTrackingVolumeBuilder
, 1, 0);
28
29
IActsTrackingVolumeBuilder
() {;}
30
31
virtual
32
std::shared_ptr<Acts::TrackingVolume>
33
trackingVolume
(
const
Acts::GeometryContext& gctx,
34
std::shared_ptr<const Acts::TrackingVolume> insideVolume =
nullptr
,
35
std::shared_ptr<const Acts::VolumeBounds> outsideBounds =
nullptr
)
const
= 0;
36
};
37
38
#endif
IActsTrackingVolumeBuilder::trackingVolume
virtual std::shared_ptr< Acts::TrackingVolume > trackingVolume(const Acts::GeometryContext &gctx, std::shared_ptr< const Acts::TrackingVolume > insideVolume=nullptr, std::shared_ptr< const Acts::VolumeBounds > outsideBounds=nullptr) const =0
Acts
Definition:
ChamberAssembleTool.h:18
AthAlgTool.h
IActsTrackingVolumeBuilder
Definition:
IActsTrackingVolumeBuilder.h:24
IActsTrackingVolumeBuilder::IActsTrackingVolumeBuilder
IActsTrackingVolumeBuilder()
Definition:
IActsTrackingVolumeBuilder.h:29
IActsTrackingVolumeBuilder::DeclareInterfaceID
DeclareInterfaceID(IActsTrackingVolumeBuilder, 1, 0)
Generated on Fri Mar 14 2025 21:11:39 for ATLAS Offline Software by
1.8.18