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
MuonEventAthenaPool
src
ChamberT0sCnv.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONEVENTATHENAPOOL_CHAMBERT0SCNV_H
6
#define MUONEVENTATHENAPOOL_CHAMBERT0SCNV_H
7
8
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
9
#include "
MuonChamberT0s/ChamberT0s.h
"
10
#include "
MuonEventTPCnv/MuonChamberT0s/ChamberT0s_p1.h
"
11
#include "
MuonEventTPCnv/MuonChamberT0s/ChamberT0sCnv_p1.h
"
12
13
// the latest persistent representation type of ChamberT0s
14
typedef
Muon::ChamberT0s_p1
ChamberT0s_PERS
;
15
typedef
T_AthenaPoolCustomCnv<Muon::ChamberT0s, ChamberT0s_PERS >
ChamberT0sCnvBase
;
16
17
class
ChamberT0sCnv
:
public
ChamberT0sCnvBase
{
18
friend
class
CnvFactory
<
ChamberT0sCnv
>;
19
public
:
20
ChamberT0sCnv
(ISvcLocator* svcloc) :
ChamberT0sCnvBase
(svcloc) {}
21
protected
:
22
virtual
ChamberT0s_PERS
*
createPersistent
(
Muon::ChamberT0s
* transObj);
23
virtual
Muon::ChamberT0s
*
createTransient
();
24
};
25
26
#endif
ChamberT0s_PERS
Muon::ChamberT0s_p1 ChamberT0s_PERS
Definition:
ChamberT0sCnv.h:14
Muon::ChamberT0s
Stores links between chambers and the reconstructed T0.
Definition:
ChamberT0s.h:17
ChamberT0sCnv::createTransient
virtual Muon::ChamberT0s * createTransient()
Definition:
ChamberT0sCnv.cxx:20
ChamberT0sCnv::createPersistent
virtual ChamberT0s_PERS * createPersistent(Muon::ChamberT0s *transObj)
Definition:
ChamberT0sCnv.cxx:12
Muon::ChamberT0s_p1
Definition:
ChamberT0s_p1.h:13
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
ChamberT0sCnv_p1.h
ChamberT0s.h
ChamberT0s_p1.h
ChamberT0sCnv::ChamberT0sCnv
ChamberT0sCnv(ISvcLocator *svcloc)
Definition:
ChamberT0sCnv.h:20
ChamberT0sCnvBase
T_AthenaPoolCustomCnv< Muon::ChamberT0s, ChamberT0s_PERS > ChamberT0sCnvBase
Definition:
ChamberT0sCnv.h:15
ChamberT0sCnv
Definition:
ChamberT0sCnv.h:17
Generated on Sun May 25 2025 21:07:25 for ATLAS Offline Software by
1.8.18