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
ForwardDetectors
LUCID
LUCID_Cnv
LUCID_EventTPCnv
LUCID_EventTPCnv
LUCID_SimHit_p3.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LUCID_EVENTTPCNV_LUCID_SIMHIT_P3_H
6
#define LUCID_EVENTTPCNV_LUCID_SIMHIT_P3_H
7
8
#include <vector>
9
#include "
GeneratorObjectsTPCnv/HepMcParticleLink_p3.h
"
10
11
class
LUCID_SimHit_p3
{
12
13
public
:
14
15
LUCID_SimHit_p3
() {};
16
17
friend
class
LUCID_SimHitCnv_p3
;
18
19
private
:
20
21
HepMcParticleLink_p3
m_partLink
;
22
23
short
m_tubeID
{0};
24
int
m_pdgCode
{0};
25
int
m_genVolume
{0};
26
float
m_stepStartPosX
{0};
27
float
m_stepStartPosY
{0};
28
float
m_stepStartPosZ
{0};
29
float
m_stepEndPosX
{0};
30
float
m_stepEndPosY
{0};
31
float
m_stepEndPosZ
{0};
32
float
m_preStepTime
{0};
33
float
m_postStepTime
{0};
34
float
m_wavelength
{0};
35
float
m_energy
{0};
36
};
37
38
#endif // LUCID_EVENTTPCNV_LUCID_SIMHIT_P3_H
LUCID_SimHit_p3::m_postStepTime
float m_postStepTime
Definition:
LUCID_SimHit_p3.h:33
LUCID_SimHit_p3::m_pdgCode
int m_pdgCode
Definition:
LUCID_SimHit_p3.h:24
LUCID_SimHit_p3::m_tubeID
short m_tubeID
Definition:
LUCID_SimHit_p3.h:23
LUCID_SimHit_p3::m_genVolume
int m_genVolume
Definition:
LUCID_SimHit_p3.h:25
LUCID_SimHit_p3::m_energy
float m_energy
Definition:
LUCID_SimHit_p3.h:35
LUCID_SimHit_p3::m_stepEndPosX
float m_stepEndPosX
Definition:
LUCID_SimHit_p3.h:29
HepMcParticleLink_p3
Definition:
HepMcParticleLink_p3.h:17
LUCID_SimHit_p3::LUCID_SimHit_p3
LUCID_SimHit_p3()
Definition:
LUCID_SimHit_p3.h:15
LUCID_SimHit_p3
Definition:
LUCID_SimHit_p3.h:11
LUCID_SimHit_p3::m_wavelength
float m_wavelength
Definition:
LUCID_SimHit_p3.h:34
LUCID_SimHit_p3::m_preStepTime
float m_preStepTime
Definition:
LUCID_SimHit_p3.h:32
LUCID_SimHit_p3::m_stepStartPosY
float m_stepStartPosY
Definition:
LUCID_SimHit_p3.h:27
LUCID_SimHit_p3::m_stepEndPosY
float m_stepEndPosY
Definition:
LUCID_SimHit_p3.h:30
LUCID_SimHitCnv_p3
Definition:
LUCID_SimHitCnv_p3.h:15
HepMcParticleLink_p3.h
LUCID_SimHit_p3::m_stepEndPosZ
float m_stepEndPosZ
Definition:
LUCID_SimHit_p3.h:31
LUCID_SimHit_p3::m_stepStartPosZ
float m_stepStartPosZ
Definition:
LUCID_SimHit_p3.h:28
LUCID_SimHit_p3::m_stepStartPosX
float m_stepStartPosX
Definition:
LUCID_SimHit_p3.h:26
LUCID_SimHit_p3::m_partLink
HepMcParticleLink_p3 m_partLink
Definition:
LUCID_SimHit_p3.h:21
Generated on Sat Apr 5 2025 21:14:18 for ATLAS Offline Software by
1.8.18