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
HighGranularityTimingDetector
HGTD_Digitization
HGTD_Overlay
src
HGTD_Overlay.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef HGTDOVERLAY_HGTDOVERLAY_H
6
#define HGTDOVERLAY_HGTDOVERLAY_H
7
8
#include <
IDC_OverlayBase/IDC_OverlayBase.h
>
9
#include <
HGTD_RawData/HGTD_RDO_Container.h
>
10
11
12
class
HGTD_Overlay
:
public
IDC_OverlayBase
13
{
14
public
:
15
16
HGTD_Overlay
(
const
std::string &
name
, ISvcLocator *pSvcLocator);
17
18
virtual
StatusCode
initialize
()
override
final
;
19
virtual
StatusCode
execute
(
const
EventContext& ctx)
const
override
final
;
20
21
private
:
22
SG::ReadHandleKey<HGTD_RDO_Container>
m_bkgInputKey
{
this
,
"BkgInputKey"
,
"Bkg_HGTD_RDOs"
,
"ReadHandleKey for Background Input HGTD_RDO_Container"
};
23
SG::ReadHandleKey<HGTD_RDO_Container>
m_signalInputKey
{
this
,
"SignalInputKey"
,
"Sig_HGTD_RDOs"
,
"ReadHandleKey for Signal Input HGTD_RDO_Container"
};
24
SG::WriteHandleKey<HGTD_RDO_Container>
m_outputKey
{
this
,
"OutputKey"
,
"HGTD_RDOs"
,
"WriteHandleKey for Output HGTD_RDO_Container"
};
25
};
26
27
#endif // HGTDOVERLAY_HGTDOVERLAY_H
HGTD_Overlay
Definition:
HGTD_Overlay.h:13
HGTD_RDO_Container.h
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration.
HGTD_Overlay::m_signalInputKey
SG::ReadHandleKey< HGTD_RDO_Container > m_signalInputKey
Definition:
HGTD_Overlay.h:23
SG::ReadHandleKey< HGTD_RDO_Container >
HGTD_Overlay::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition:
HGTD_Overlay.cxx:62
SG::WriteHandleKey< HGTD_RDO_Container >
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HGTD_Overlay::HGTD_Overlay
HGTD_Overlay(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
HGTD_Overlay.cxx:42
HGTD_Overlay::m_outputKey
SG::WriteHandleKey< HGTD_RDO_Container > m_outputKey
Definition:
HGTD_Overlay.h:24
HGTD_Overlay::initialize
virtual StatusCode initialize() override final
Definition:
HGTD_Overlay.cxx:47
IDC_OverlayBase.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
HGTD_Overlay::m_bkgInputKey
SG::ReadHandleKey< HGTD_RDO_Container > m_bkgInputKey
Definition:
HGTD_Overlay.h:22
IDC_OverlayBase
Definition:
IDC_OverlayBase.h:25
Generated on Sat May 10 2025 21:10:28 for ATLAS Offline Software by
1.8.18