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
InnerDetector
InDetEventCnv
InDetSimEventTPCnv
InDetSimEventTPCnv
InDetHits
TRT_Hit_p2.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 TRT_HIT_P2_H
6
#define TRT_HIT_P2_H
7
8
#include "
GeneratorObjectsTPCnv/HepMcParticleLink_p2.h
"
9
10
class
TRT_Hit_p2
{
11
public
:
12
int
hitID
;
// To identify the hit
13
HepMcParticleLink_p2
m_partLink
;
// link to the particle generating the hit
14
int
particleEncoding
;
// PDG id
15
float
kineticEnergy
;
// kin energy of the particle
16
float
energyDeposit
;
// energy deposit by the hit
17
float
preStepX
;
18
float
preStepY
;
19
float
preStepZ
;
20
float
postStepX
;
21
float
postStepY
;
22
float
postStepZ
;
23
float
globalTime
;
24
};
25
#endif
TRT_Hit_p2::preStepY
float preStepY
Definition:
TRT_Hit_p2.h:18
TRT_Hit_p2
Definition:
TRT_Hit_p2.h:10
TRT_Hit_p2::kineticEnergy
float kineticEnergy
Definition:
TRT_Hit_p2.h:15
TRT_Hit_p2::postStepX
float postStepX
Definition:
TRT_Hit_p2.h:20
TRT_Hit_p2::particleEncoding
int particleEncoding
Definition:
TRT_Hit_p2.h:14
TRT_Hit_p2::globalTime
float globalTime
Definition:
TRT_Hit_p2.h:23
TRT_Hit_p2::preStepX
float preStepX
Definition:
TRT_Hit_p2.h:17
TRT_Hit_p2::postStepY
float postStepY
Definition:
TRT_Hit_p2.h:21
TRT_Hit_p2::energyDeposit
float energyDeposit
Definition:
TRT_Hit_p2.h:16
TRT_Hit_p2::postStepZ
float postStepZ
Definition:
TRT_Hit_p2.h:22
HepMcParticleLink_p2
Definition:
HepMcParticleLink_p2.h:17
TRT_Hit_p2::m_partLink
HepMcParticleLink_p2 m_partLink
Definition:
TRT_Hit_p2.h:13
TRT_Hit_p2::preStepZ
float preStepZ
Definition:
TRT_Hit_p2.h:19
TRT_Hit_p2::hitID
int hitID
Definition:
TRT_Hit_p2.h:12
HepMcParticleLink_p2.h
Generated on Thu May 8 2025 21:21:22 for ATLAS Offline Software by
1.8.18