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
MuonSpectrometer
MuonCnv
MuonEventTPCnv
MuonEventTPCnv
MuonPrepRawData
CscPrepDataCnv_p1.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 CSCPREPDATACNV_P1_TRK_H
6
#define CSCPREPDATACNV_P1_TRK_H
7
8
//-----------------------------------------------------------------------------
9
//
10
// file: CscPrepDataCnv_p1.h
11
//
12
//-----------------------------------------------------------------------------
13
14
#include "
MuonPrepRawData/CscPrepData.h
"
15
#include "
CscPrepData_p1.h
"
16
#include "
TrkEventTPCnv/TrkPrepRawData/PrepRawDataCnv_p1.h
"
17
18
class
MsgStream;
19
20
class
CscPrepDataCnv_p1
21
:
public
T_AthenaPoolTPPolyCnvBase
< Trk::PrepRawData, Muon::CscPrepData, Muon::CscPrepData_p1 >
22
{
23
public
:
24
CscPrepDataCnv_p1
() :
m_prdCnv
(0) {}
25
26
void
persToTrans
(
const
Muon::CscPrepData_p1
*persObj,
27
Muon::CscPrepData
*transObj,
28
MsgStream &
log
);
29
void
transToPers
(
const
Muon::CscPrepData
*transObj,
30
Muon::CscPrepData_p1
*persObj,
31
MsgStream &
log
);
32
33
protected
:
34
PrepRawDataCnv_p1
*
m_prdCnv
;
35
};
36
37
#endif
PrepRawDataCnv_p1.h
CscPrepDataCnv_p1::CscPrepDataCnv_p1
CscPrepDataCnv_p1()
Definition:
CscPrepDataCnv_p1.h:24
PrepRawDataCnv_p1
Definition:
PrepRawDataCnv_p1.h:26
TPPolyCnvBase
Definition:
TPConverter.h:674
CscPrepData.h
Muon::CscPrepData
Class representing clusters from the CSC.
Definition:
CscPrepData.h:39
CscPrepDataCnv_p1
Definition:
CscPrepDataCnv_p1.h:22
CscPrepData_p1.h
CscPrepDataCnv_p1::m_prdCnv
PrepRawDataCnv_p1 * m_prdCnv
Definition:
CscPrepDataCnv_p1.h:34
CscPrepDataCnv_p1::persToTrans
void persToTrans(const Muon::CscPrepData_p1 *persObj, Muon::CscPrepData *transObj, MsgStream &log)
Definition:
CscPrepDataCnv_p1.cxx:15
CscPrepDataCnv_p1::transToPers
void transToPers(const Muon::CscPrepData *transObj, Muon::CscPrepData_p1 *persObj, MsgStream &log)
Definition:
CscPrepDataCnv_p1.cxx:38
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
Muon::CscPrepData_p1
Definition:
CscPrepData_p1.h:19
Generated on Sun May 11 2025 21:08:06 for ATLAS Offline Software by
1.8.18