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
TrigSteer
DecisionHandling
src
ViewCreatorInitialROITool.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 DECISIONHANDLING_VIEWCREATORINITIALROITOOL_H
6
#define DECISIONHANDLING_VIEWCREATORINITIALROITOOL_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
DecisionHandling/IViewCreatorROITool.h
"
10
11
#include "
HLTSeeding/IRoiUpdaterTool.h
"
12
23
class
ViewCreatorInitialROITool
:
public
extends<AthAlgTool, IViewCreatorROITool>
24
{
25
public
:
26
ViewCreatorInitialROITool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
27
28
virtual
~ViewCreatorInitialROITool
() =
default
;
29
33
virtual
StatusCode
attachROILinks
(
TrigCompositeUtils::DecisionContainer
&
decisions
,
const
EventContext& ctx)
const override
;
34
35
ToolHandle<IRoiUpdaterTool>
m_roiupdater
{
this
,
"RoiUpdater"
,
""
,
"Roi Updater"
};
36
};
37
38
#endif //> !DECISIONHANDLING_VIEWCREATORINITIALROITOOL_H
ViewCreatorInitialROITool
Definition:
ViewCreatorInitialROITool.h:24
ViewCreatorInitialROITool::attachROILinks
virtual StatusCode attachROILinks(TrigCompositeUtils::DecisionContainer &decisions, const EventContext &ctx) const override
Tool interface method.
Definition:
ViewCreatorInitialROITool.cxx:15
IViewCreatorROITool.h
ViewCreatorInitialROITool::m_roiupdater
ToolHandle< IRoiUpdaterTool > m_roiupdater
Definition:
ViewCreatorInitialROITool.h:35
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
ViewCreatorInitialROITool::~ViewCreatorInitialROITool
virtual ~ViewCreatorInitialROITool()=default
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IRoiUpdaterTool.h
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:794
xAOD::decisions
decisions
Definition:
TrigComposite_v1.cxx:101
ViewCreatorInitialROITool::ViewCreatorInitialROITool
ViewCreatorInitialROITool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
ViewCreatorInitialROITool.cxx:11
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
Generated on Wed Apr 2 2025 21:22:46 for ATLAS Offline Software by
1.8.18