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
InnerDetector
InDetG4
BCM_G4_SD
src
BCMExtra.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef BCMEXTRA_H
6
#define BCMEXTRA_H
7
8
class
BCMExtra
9
{
10
public
:
11
BCMExtra
():
m_vertexX
(0.0),
m_vertexY
(0.0),
m_vertexZ
(0.0) {};
12
virtual
~BCMExtra
() {};
13
14
void
SetVertex
(
double
X
,
double
Y
,
double
Z
);
15
double
GetVertexX
();
16
double
GetVertexY
();
17
double
GetVertexZ
();
18
private
:
19
double
m_vertexX
;
20
double
m_vertexY
;
21
double
m_vertexZ
;
22
};
23
24
#include "
AthenaKernel/CLASS_DEF.h
"
25
CLASS_DEF
(
BCMExtra
, 207661756, 1)
26
27
#endif
Monitored::Z
@ Z
Definition:
HistogramFillerUtils.h:24
BCMExtra::m_vertexX
double m_vertexX
Definition:
BCMExtra.h:19
BCMExtra::BCMExtra
BCMExtra()
Definition:
BCMExtra.h:11
BCMExtra
Definition:
BCMExtra.h:9
BCMExtra::SetVertex
void SetVertex(double X, double Y, double Z)
Definition:
BCMExtra.cxx:7
BCMExtra::GetVertexY
double GetVertexY()
Definition:
BCMExtra.cxx:19
BCMExtra::m_vertexZ
double m_vertexZ
Definition:
BCMExtra.h:21
Monitored::X
@ X
Definition:
HistogramFillerUtils.h:24
BCMExtra::m_vertexY
double m_vertexY
Definition:
BCMExtra.h:20
BCMExtra::~BCMExtra
virtual ~BCMExtra()
Definition:
BCMExtra.h:12
Monitored::Y
@ Y
Definition:
HistogramFillerUtils.h:24
BCMExtra::GetVertexX
double GetVertexX()
Definition:
BCMExtra.cxx:14
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
BCMExtra::GetVertexZ
double GetVertexZ()
Definition:
BCMExtra.cxx:24
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Apr 17 2025 21:07:43 for ATLAS Offline Software by
1.8.18