Loading [MathJax]/jax/output/SVG/config.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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonDigitContainer
MuonSimDataCnv_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 MUONSIMDATACNV_P3_H
6
#define MUONSIMDATACNV_P3_H
7
8
#include "
MuonSimData/MuonSimData.h
"
9
#include "
MuonSimData_p3.h
"
10
11
#include "
GeneratorObjectsTPCnv/HepMcParticleLinkCnv_p3.h
"
12
#include "
MuonMCDataCnv_p1.h
"
13
14
class
MsgStream;
15
16
class
MuonSimDataCnv_p3
:
public
T_AthenaPoolTPCnvBase
<MuonSimData, Muon::MuonSimData_p3> {
17
18
public
:
19
MuonSimDataCnv_p3
() {};
20
void
persToTrans
(
const
Muon::MuonSimData_p3
* persObj,
MuonSimData
* transObj, MsgStream &
log
);
21
void
transToPers
(
const
MuonSimData
* transObj,
Muon::MuonSimData_p3
* persObj, MsgStream &
log
);
22
23
private
:
24
HepMcParticleLinkCnv_p3
m_mcpartlinkCnv
;
25
MuonMCDataCnv_p1
m_mcdataCnv
;
26
27
};
28
29
#endif
HepMcParticleLinkCnv_p3
Definition:
HepMcParticleLinkCnv_p3.h:29
HepMcParticleLinkCnv_p3.h
MuonSimDataCnv_p3::m_mcpartlinkCnv
HepMcParticleLinkCnv_p3 m_mcpartlinkCnv
Definition:
MuonSimDataCnv_p3.h:24
TPConverterBase
Definition:
TPConverter.h:738
MuonSimDataCnv_p3::MuonSimDataCnv_p3
MuonSimDataCnv_p3()
Definition:
MuonSimDataCnv_p3.h:19
MuonSimData_p3.h
MuonSimDataCnv_p3::m_mcdataCnv
MuonMCDataCnv_p1 m_mcdataCnv
Definition:
MuonSimDataCnv_p3.h:25
Muon::MuonSimData_p3
Definition:
MuonSimData_p3.h:13
MuonSimDataCnv_p3
Definition:
MuonSimDataCnv_p3.h:16
MuonSimDataCnv_p3::persToTrans
void persToTrans(const Muon::MuonSimData_p3 *persObj, MuonSimData *transObj, MsgStream &log)
Definition:
MuonSimDataCnv_p3.cxx:8
MuonMCDataCnv_p1
Definition:
MuonMCDataCnv_p1.h:14
MuonSimData
Definition:
MuonSimData.h:62
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
MuonMCDataCnv_p1.h
MuonSimDataCnv_p3::transToPers
void transToPers(const MuonSimData *transObj, Muon::MuonSimData_p3 *persObj, MsgStream &log)
Definition:
MuonSimDataCnv_p3.cxx:35
MuonSimData.h
Generated on Sat May 31 2025 21:14:57 for ATLAS Offline Software by
1.8.18