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
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
TrigDataAccess
TrigSerializeCnvSvc
TrigSerializeCnvSvc
TrigSerializeCnvSvc.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGSERIALIZECONVERSIONSVC_H
6
#define TRIGSERIALIZECONVERSIONSVC_H
7
8
#include "GaudiKernel/IService.h"
9
#include "GaudiKernel/ConversionSvc.h"
10
#include "
TrigSerializeCnvSvc/TrigStreamAddress.h
"
11
12
template
<
class
TYPE>
class
SvcFactory
;
13
14
15
class
TrigSerializeCnvSvc
:
public
ConversionSvc {
16
public
:
17
static
long
int
storageType
() {
return
TrigStreamAddress::storageType
(); }
18
virtual
long
int
repSvcType
()
const override
{
return
storageType
(); }
19
20
virtual
StatusCode
initialize
()
override
;
21
22
TrigSerializeCnvSvc
(
const
std::string &
name
, ISvcLocator*
svc
) :
23
ConversionSvc(
name
,
svc
,
storageType
()) {}
24
};
25
26
27
#endif //
TrigStreamAddress::storageType
static constexpr long storageType()
Definition:
TrigStreamAddress.h:34
TrigSerializeCnvSvc::repSvcType
virtual long int repSvcType() const override
Definition:
TrigSerializeCnvSvc.h:18
SvcFactory
Definition:
AthCnvSvc.h:28
TrigSerializeCnvSvc::initialize
virtual StatusCode initialize() override
Definition:
TrigSerializeCnvSvc.cxx:10
TrigStreamAddress.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigSerializeCnvSvc::TrigSerializeCnvSvc
TrigSerializeCnvSvc(const std::string &name, ISvcLocator *svc)
Definition:
TrigSerializeCnvSvc.h:22
TrigSerializeCnvSvc::storageType
static long int storageType()
Definition:
TrigSerializeCnvSvc.h:17
Handler::svc
AthROOTErrorHandlerSvc * svc
Definition:
AthROOTErrorHandlerSvc.cxx:10
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
TrigSerializeCnvSvc
Definition:
TrigSerializeCnvSvc.h:15
Generated on Thu Apr 3 2025 21:21:53 for ATLAS Offline Software by
1.8.18