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
w
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
Simulation
G4Sim
MCTruth
MCTruth
TruthController.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TruthController_H
6
#define TruthController_H
7
8
class
TrackVisualizationHelper
;
9
10
class
TruthController
{
11
public
:
12
static
const
TruthController
*
getTruthController
();
13
void
setVisualizationHelper
(
TrackVisualizationHelper
*);
14
const
TrackVisualizationHelper
*
getVisualizationHelper
()
const
15
{
16
return
m_theVisHelper
;
17
}
18
private
:
19
// this is a singleton
20
TruthController
();
21
TruthController
(
const
TruthController
&) =
delete
;
22
TruthController
&
operator=
(
const
TruthController
&) =
delete
;
23
~TruthController
();
24
TrackVisualizationHelper
*
m_theVisHelper
;
25
};
26
27
#endif
TruthController::operator=
TruthController & operator=(const TruthController &)=delete
TruthController::~TruthController
~TruthController()
Definition:
TruthController.cxx:19
TruthController
Definition:
TruthController.h:10
TruthController::TruthController
TruthController(const TruthController &)=delete
TruthController::getVisualizationHelper
const TrackVisualizationHelper * getVisualizationHelper() const
Definition:
TruthController.h:14
TruthController::m_theVisHelper
TrackVisualizationHelper * m_theVisHelper
Definition:
TruthController.h:24
TruthController::setVisualizationHelper
void setVisualizationHelper(TrackVisualizationHelper *)
Definition:
TruthController.cxx:23
TrackVisualizationHelper
Definition:
TrackVisualizationHelper.h:8
TruthController::getTruthController
static const TruthController * getTruthController()
Definition:
TruthController.cxx:8
TruthController::TruthController
TruthController()
Definition:
TruthController.cxx:14
Generated on Thu May 29 2025 21:22:42 for ATLAS Offline Software by
1.8.18