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
Trigger
TrigEvent
TrigSteeringEventAthenaPool
src
TrigPassBitsCnv.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
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigEventAthenaPool
8
* @class : TrigPassBitsCnv
9
*
10
* @brief transient persistent converter for TrigPassBits
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
*
15
* File and Version Information:
16
* $Id: TrigPassBitsCnv.h 719102 2016-01-21 16:04:25Z will $
17
**********************************************************************************/
18
19
#ifndef TRIGEVENTATHENAPOOL_TRIGPASSBITSCNV_H
20
#define TRIGEVENTATHENAPOOL_TRIGPASSBITSCNV_H
21
22
#include "
TrigSteeringEvent/TrigPassBits.h
"
23
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
24
25
class
TrigPassBits_p1
;
26
27
class
MsgStream;
28
29
// typedef to the latest top level persistent version
30
// typedef TrigPassBits_p1 TrigPassBits_PERS;
31
typedef
TrigPassBits_p1
TrigPassBits_PERS
;
32
33
typedef
T_AthenaPoolCustomCnv<TrigPassBits, TrigPassBits_PERS >
TrigPassBitsCnvBase
;
34
35
class
TrigPassBitsCnv
:
public
TrigPassBitsCnvBase
{
36
37
friend
class
CnvFactory
<
TrigPassBitsCnv
>;
38
39
public
:
40
TrigPassBitsCnv
(ISvcLocator *svcloc);
41
~TrigPassBitsCnv
();
42
43
protected
:
44
virtual
TrigPassBits_PERS
*
createPersistent
(
TrigPassBits
*transObj);
45
virtual
TrigPassBits
*
createTransient
();
46
};
47
48
49
#endif
TrigPassBitsCnv
Definition:
TrigPassBitsCnv.h:35
TrigPassBits_PERS
TrigPassBits_p1 TrigPassBits_PERS
Definition:
TrigPassBitsCnv.h:27
TrigPassBitsCnv::createTransient
virtual TrigPassBits * createTransient()
Definition:
TrigPassBitsCnv.cxx:23
TrigPassBitsCnv::createPersistent
virtual TrigPassBits_PERS * createPersistent(TrigPassBits *transObj)
Definition:
TrigPassBitsCnv.cxx:13
TrigPassBits_p1
Definition:
TrigPassBits_p1.h:21
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
TrigPassBitsCnv::~TrigPassBitsCnv
~TrigPassBitsCnv()
Definition:
TrigPassBitsCnv.cxx:10
TrigPassBitsCnvBase
T_AthenaPoolCustomCnv< TrigPassBits, TrigPassBits_PERS > TrigPassBitsCnvBase
Definition:
TrigPassBitsCnv.h:33
TrigPassBits
Definition:
Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/TrigPassBits.h:17
TrigPassBitsCnv::TrigPassBitsCnv
TrigPassBitsCnv(ISvcLocator *svcloc)
Definition:
TrigPassBitsCnv.cxx:9
TrigPassBits.h
Generated on Sat May 10 2025 21:20:57 for ATLAS Offline Software by
1.8.18