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
graphics
VP1
VP1Systems
VP1TrackingGeometrySystems
VP1TrackingGeometrySystems
TrackingVolumeToSoNode.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRACKINGVOLUMETOSONODE_H
6
#define TRACKINGVOLUMETOSONODE_H
7
8
#include "GeoModelKernel/GeoShape.h"
9
#include "
TrkVolumes/VolumeBounds.h
"
10
12
// //
13
// Header file for class TrackingVolumeToSoNode //
14
// //
15
// Author: Andreas Salzburger <Andreas.Salzburger@cern.ch> (primary) //
16
// Thomas Kittelmann <Thomas.Kittelmann@cern.ch> //
17
// //
18
// Initial VP1 version: June 2007 //
19
// //
21
22
class
SoNode;
23
24
namespace
Trk
{
25
class
TrackingVolume;
26
}
27
28
class
TrackingVolumeToSoNode
{
29
30
public
:
31
// Public type definitions:
32
33
// Default constructor
34
TrackingVolumeToSoNode
();
35
36
// Destructor
37
virtual
~TrackingVolumeToSoNode
();
38
39
// just the TrackingVolume
40
SoNode*
translateTrackingVolume
(
const
Trk::TrackingVolume
& tvol)
const
;
41
42
private
:
43
const
GeoShape*
getShapeFromBounds
(
const
Trk::VolumeBounds
* volBounds )
const
;
44
45
};
46
47
#endif
48
49
TrackingVolumeToSoNode::TrackingVolumeToSoNode
TrackingVolumeToSoNode()
Definition:
TrackingVolumeToSoNode.cxx:51
VolumeBounds.h
TrackingVolumeToSoNode
Definition:
TrackingVolumeToSoNode.h:28
Trk::VolumeBounds
Definition:
VolumeBounds.h:45
TrackingVolumeToSoNode::translateTrackingVolume
SoNode * translateTrackingVolume(const Trk::TrackingVolume &tvol) const
Definition:
TrackingVolumeToSoNode.cxx:60
TrackingVolumeToSoNode::getShapeFromBounds
const GeoShape * getShapeFromBounds(const Trk::VolumeBounds *volBounds) const
Definition:
TrackingVolumeToSoNode.cxx:212
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
Trk::TrackingVolume
Definition:
TrackingVolume.h:121
TrackingVolumeToSoNode::~TrackingVolumeToSoNode
virtual ~TrackingVolumeToSoNode()
Generated on Thu Apr 10 2025 21:20:21 for ATLAS Offline Software by
1.8.18