ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetG4
BCM_G4_SD
src
BCMExtra.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
BCMExtra.h
"
6
7
void
BCMExtra::SetVertex
(
double
X,
double
Y,
double
Z)
8
{
9
m_vertexX
= X;
10
m_vertexY
= Y;
11
m_vertexZ
= Z;
12
}
13
14
double
BCMExtra::GetVertexX
()
15
{
16
return
m_vertexX
;
17
}
18
19
double
BCMExtra::GetVertexY
()
20
{
21
return
m_vertexY
;
22
}
23
24
double
BCMExtra::GetVertexZ
()
25
{
26
return
m_vertexZ
;
27
}
28
BCMExtra.h
BCMExtra::m_vertexY
double m_vertexY
Definition
BCMExtra.h:20
BCMExtra::SetVertex
void SetVertex(double X, double Y, double Z)
Definition
BCMExtra.cxx:7
BCMExtra::GetVertexX
double GetVertexX()
Definition
BCMExtra.cxx:14
BCMExtra::GetVertexZ
double GetVertexZ()
Definition
BCMExtra.cxx:24
BCMExtra::m_vertexX
double m_vertexX
Definition
BCMExtra.h:19
BCMExtra::GetVertexY
double GetVertexY()
Definition
BCMExtra.cxx:19
BCMExtra::m_vertexZ
double m_vertexZ
Definition
BCMExtra.h:21
Generated on
for ATLAS Offline Software by
1.14.0