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
PhysicsAnalysis
AnalysisTrigger
AnalysisTriggerEvent
AnalysisTriggerEvent
FakeHLTWord.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: FakeHLTWord.h,v 1.3 2008-05-08 15:00:11 krasznaa Exp $
8
#ifndef ANALYSISTRIGGEREVENT_FAKEHLTWORD_H
9
#define ANALYSISTRIGGEREVENT_FAKEHLTWORD_H
10
11
// System include(s):
12
#include <inttypes.h>
13
14
// Gaudi/Athena include(s):
15
#include "
AthenaKernel/CLASS_DEF.h
"
16
25
class
FakeHLTWord
{
26
27
public
:
28
FakeHLTWord
() :
m_word
(0) {}
29
FakeHLTWord
(
uint32_t
word
) :
m_word
(
word
) {}
30
virtual
~FakeHLTWord
() {}
31
32
uint32_t
word
()
const
{
return
m_word
; }
33
34
private
:
35
uint32_t
m_word
;
36
37
};
// class FakeHLTWord
38
39
CLASS_DEF
(
FakeHLTWord
, 238803446, 1 )
40
41
#endif // ANALYSISTRIGGEREVENT_FAKEHLTWORD_H
FakeHLTWord::word
uint32_t word() const
Definition:
FakeHLTWord.h:32
xAOD::uint32_t
setEventNumber uint32_t
Definition:
EventInfo_v1.cxx:127
FakeHLTWord
Fake HLT word for streaming (deprecated)
Definition:
FakeHLTWord.h:25
FakeHLTWord::m_word
uint32_t m_word
Definition:
FakeHLTWord.h:35
FakeHLTWord::FakeHLTWord
FakeHLTWord()
Definition:
FakeHLTWord.h:28
FakeHLTWord::~FakeHLTWord
virtual ~FakeHLTWord()
Definition:
FakeHLTWord.h:30
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
CLASS_DEF.h
macros to associate a CLID to a type
FakeHLTWord::FakeHLTWord
FakeHLTWord(uint32_t word)
Definition:
FakeHLTWord.h:29
Generated on Wed May 7 2025 21:09:42 for ATLAS Offline Software by
1.8.18