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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonDigitContainer
MuonSimData_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 MUONSIMDATA_P3_H
6
#define MUONSIMDATA_P3_H
7
8
#include <vector>
9
#include "
GeneratorObjectsTPCnv/HepMcParticleLink_p3.h
"
10
#include "
MuonMCData_p1.h
"
11
12
namespace
Muon
{
13
class
MuonSimData_p3
{
14
15
public
:
16
MuonSimData_p3
() :
m_word
(0),
x
(0.),
y
(0.),
z
(0.),
t
(0.) {};
17
friend
class
MuonSimDataCnv_p3
;
18
int
m_word
;
19
std::vector < std::pair < HepMcParticleLink_p3, MuonMCData_p1 > >
m_deposits
;
20
float
x
;
21
float
y
;
22
float
z
;
23
float
t
;
24
};
25
}
26
#endif
Muon::MuonSimData_p3::m_deposits
std::vector< std::pair< HepMcParticleLink_p3, MuonMCData_p1 > > m_deposits
Definition:
MuonSimData_p3.h:19
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MuonSimData_p3::t
float t
Definition:
MuonSimData_p3.h:23
MuonMCData_p1.h
Muon::MuonSimData_p3::z
float z
Definition:
MuonSimData_p3.h:22
Muon::MuonSimData_p3
Definition:
MuonSimData_p3.h:13
MuonSimDataCnv_p3
Definition:
MuonSimDataCnv_p3.h:16
Muon::MuonSimData_p3::m_word
int m_word
Definition:
MuonSimData_p3.h:18
HepMcParticleLink_p3.h
Muon::MuonSimData_p3::x
float x
Definition:
MuonSimData_p3.h:20
Muon::MuonSimData_p3::MuonSimData_p3
MuonSimData_p3()
Definition:
MuonSimData_p3.h:16
Muon::MuonSimData_p3::y
float y
Definition:
MuonSimData_p3.h:21
Generated on Tue Apr 15 2025 21:15:50 for ATLAS Offline Software by
1.8.18