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
ITrigSerGuidHelper.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
#ifndef ITRIGSERGUIDHELPERBASE_H
6
#define ITRIGSERGUIDHELPERBASE_H
7
8
#include "GaudiKernel/IAlgTool.h"
9
#include <string>
10
17
static
const
InterfaceID IID_ITrigSerGuidHelper(
"ITrigSerGuidHelper"
, 1 , 0);
18
19
class
ITrigSerGuidHelperBase
{
20
public
:
21
24
virtual
StatusCode
ClassNameToInts
(
const
std::string &clname,
uint32_t
*iarr) = 0;
25
28
virtual
StatusCode
IntsToClassName
(
const
uint32_t
*iarr, std::string &clname) = 0;
29
32
virtual
~ITrigSerGuidHelperBase
(){};
33
};
34
35
42
class
ITrigSerializeGuidHelper
:
virtual
public
ITrigSerGuidHelperBase
,
virtual
public
IAlgTool
43
44
{
45
public
:
46
47
// Retrieve interface ID
48
static
const
InterfaceID&
interfaceID
() {
return
IID_ITrigSerGuidHelper; }
49
50
};
51
52
#endif
53
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
ITrigSerializeGuidHelper::interfaceID
static const InterfaceID & interfaceID()
Definition:
ITrigSerGuidHelper.h:48
ITrigSerGuidHelperBase::~ITrigSerGuidHelperBase
virtual ~ITrigSerGuidHelperBase()
Definition:
ITrigSerGuidHelper.h:32
ITrigSerGuidHelperBase
Definition:
ITrigSerGuidHelper.h:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ITrigSerGuidHelperBase::ClassNameToInts
virtual StatusCode ClassNameToInts(const std::string &clname, uint32_t *iarr)=0
ITrigSerializeGuidHelper
Definition:
ITrigSerGuidHelper.h:44
ITrigSerGuidHelperBase::IntsToClassName
virtual StatusCode IntsToClassName(const uint32_t *iarr, std::string &clname)=0
Generated on Thu Apr 3 2025 21:12:30 for ATLAS Offline Software by
1.8.18