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
TrigEventAthenaPool
src
TrigDecisionCnv.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: HLT
7
* @Package: TrigEventAthenaPool
8
* @class : TrigDecisionCnv
9
*
10
* @brief The top-level converter for TrigEventAthenaPool/TrigDecision_pX. It calls the
11
* converters for specific persistent data formats (for now only TrigDecision_p1).
12
*
13
* @author Nicolas Berger <Nicolas.Berger@cern.ch> - CERN
14
* @author Till Eifert <Till.Eifert@cern.ch> - U. of Geneva, Switzerland
15
* @author Ricardo Goncalo <Jose.Goncalo@cern.ch> - Royal Holloway, U. of London
16
*
17
* File and Version Information:
18
* $Id: TrigDecisionCnv.h,v 1.9 2009-02-23 18:59:19 ssnyder Exp $
19
**********************************************************************************/
20
21
#ifndef TrigDecisionCnv_H
22
#define TrigDecisionCnv_H
23
24
#include "
AthenaPoolCnvSvc/T_AthenaPoolCustomCnv.h
"
25
#include "
TrigDecisionEvent/TrigDecision.h
"
26
namespace
TrigDec
{
27
class
TrigDecision_p5;
28
}
29
30
// the latest persistent representation type of TrigDecision:
31
32
//typedef TrigDec::TrigDecision_p1 TrigDecision_PERS;
33
//typedef TrigDec::TrigDecision_p2 TrigDecision_PERS;
34
//typedef TrigDecisionCnv_p2 TrigDecisionCnv_PERS;
35
//typedef TrigDec::TrigDecision_p3 TrigDecision_PERS;
36
//typedef TrigDec::TrigDecision_p4 TrigDecision_PERS;
37
typedef
TrigDec::TrigDecision_p5
TrigDecision_PERS
;
38
39
typedef
T_AthenaPoolCustomCnv<TrigDec::TrigDecision, TrigDecision_PERS >
TrigDecisionCnvBase
;
40
41
class
TrigDecisionCnv
:
public
TrigDecisionCnvBase
{
42
43
friend
class
CnvFactory
<
TrigDecisionCnv
>;
44
45
public
:
46
TrigDecisionCnv
(ISvcLocator* svcloc);
47
~TrigDecisionCnv
();
48
49
protected
:
50
virtual
TrigDecision_PERS
*
createPersistent
(
TrigDec::TrigDecision
* transCont);
51
virtual
TrigDec::TrigDecision
*
createTransient
();
52
};
53
54
#endif
TrigDec
Definition:
ITrigDecisionCnvTool.h:18
TrigDecisionCnvBase
T_AthenaPoolCustomCnv< TrigDec::TrigDecision, TrigDecision_PERS > TrigDecisionCnvBase
Definition:
TrigDecisionCnv.h:39
TrigDecisionCnv::createPersistent
virtual TrigDecision_PERS * createPersistent(TrigDec::TrigDecision *transCont)
Definition:
TrigDecisionCnv.cxx:24
TrigDec::TrigDecision
The TrigDecision is an object which merges trigger informations from various levels.
Definition:
Trigger/TrigEvent/TrigDecisionEvent/TrigDecisionEvent/TrigDecision.h:61
TrigDecisionCnv::createTransient
virtual TrigDec::TrigDecision * createTransient()
Definition:
TrigDecisionCnv.cxx:36
T_AthenaPoolCustomCnv
Compatibility for old converter classes that don't get passed the key.
Definition:
T_AthenaPoolCustomCnv.h:132
TrigDecision.h
TrigDecisionCnv::TrigDecisionCnv
TrigDecisionCnv(ISvcLocator *svcloc)
Definition:
TrigDecisionCnv.cxx:18
TrigDecision_PERS
TrigDec::TrigDecision_p5 TrigDecision_PERS
Definition:
TrigDecisionCnv.h:37
T_AthenaPoolCustomCnv.h
his file contains the class definition for the templated T_AthenaPoolCustomCnv class.
TrigDecisionCnv
Definition:
TrigDecisionCnv.h:41
CnvFactory
Abstract factory to create the converter.
Definition:
ToyConverter.h:16
TrigDec::TrigDecision_p5
Definition:
TrigDecision_p5.h:60
TrigDecisionCnv::~TrigDecisionCnv
~TrigDecisionCnv()
Definition:
TrigDecisionCnv.cxx:21
Generated on Tue May 13 2025 21:20:34 for ATLAS Offline Software by
1.8.18