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
Trigger
TrigEvent
TrigSteeringEventAthenaPool
src
TrigPassFlagsCnv.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 : TrigPassFlagsCnv
9
*
10
* @brief transient persistent converter for TrigPassFlags
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: TrigPassFlagsCnv.h 719102 2016-01-21 16:04:25Z will $
17
**********************************************************************************/
18
19
#ifndef TRIGEVENTATHENAPOOL_TRIGPASSFLAGSCNV_H
20
#define TRIGEVENTATHENAPOOL_TRIGPASSFLAGSCNV_H
21
22
#include "
TrigSteeringEvent/TrigPassFlags.h
"
23
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
24
25
class
TrigPassFlags_p1
;
26
27
class
MsgStream;
28
29
// typedef to the latest top level persistent version
30
// typedef TrigPassFlags_p1 TrigPassFlags_PERS;
31
typedef
TrigPassFlags_p1
TrigPassFlags_PERS
;
32
33
typedef
T_AthenaPoolCustomCnv<TrigPassFlags, TrigPassFlags_PERS >
TrigPassFlagsCnvBase
;
34
35
class
TrigPassFlagsCnv
:
public
TrigPassFlagsCnvBase
{
36
37
friend
class
CnvFactory
<
TrigPassFlagsCnv
>;
38
39
public
:
40
TrigPassFlagsCnv
(ISvcLocator *svcloc);
41
42
protected
:
43
virtual
TrigPassFlags_PERS
*
createPersistent
(
TrigPassFlags
*transObj);
44
virtual
TrigPassFlags
*
createTransient
();
45
};
46
47
48
#endif
TrigPassFlags_p1
Definition:
TrigPassFlags_p1.h:21
TrigPassFlagsCnv::createTransient
virtual TrigPassFlags * createTransient()
Definition:
TrigPassFlagsCnv.cxx:25
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
TrigPassFlagsCnv::createPersistent
virtual TrigPassFlags_PERS * createPersistent(TrigPassFlags *transObj)
Definition:
TrigPassFlagsCnv.cxx:12
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
TrigPassFlagsCnv
Definition:
TrigPassFlagsCnv.h:35
TrigPassFlagsCnvBase
T_AthenaPoolCustomCnv< TrigPassFlags, TrigPassFlags_PERS > TrigPassFlagsCnvBase
Definition:
TrigPassFlagsCnv.h:33
TrigPassFlags
A Flag is an ordered collection of bits (vector<bool>) that can hold additional (boolean) information...
Definition:
TrigPassFlags.h:29
TrigPassFlagsCnv::TrigPassFlagsCnv
TrigPassFlagsCnv(ISvcLocator *svcloc)
Definition:
TrigPassFlagsCnv.cxx:9
TrigPassFlags.h
TrigPassFlags_PERS
TrigPassFlags_p1 TrigPassFlags_PERS
Definition:
TrigPassFlagsCnv.h:27
Generated on Mon May 12 2025 21:21:03 for ATLAS Offline Software by
1.8.18