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
DecisionHandling
DebugComboHypoTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef DECISIONHANDLING_DEBUGCOMBOHYPOTOOL_H
6
#define DECISIONHANDLING_DEBUGCOMBOHYPOTOOL_H
7
8
#include "
TrigCompositeUtils/HLTIdentifier.h
"
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
11
#include "
DecisionHandling/ComboHypoToolBase.h
"
12
19
class
DebugComboHypoTool
:
public
ComboHypoToolBase
{
20
21
public
:
22
23
DebugComboHypoTool
(
const
std::string&
type
,
24
const
std::string&
name
,
25
const
IInterface*
parent
);
26
27
virtual
~DebugComboHypoTool
() {};
28
virtual
StatusCode
initialize
()
override
;
29
30
private
:
31
bool
executeAlg
(
const
std::vector<Combo::LegDecision>& combination)
const override
;
32
33
};
34
35
#endif // DECISIONHANDLING_DEBUGCOMBOHYPOTOOL_H
36
DebugComboHypoTool
Concrete implimentation of the ComboHypoToolBase used by the ComboHypoTool unit test....
Definition:
DebugComboHypoTool.h:19
DebugComboHypoTool::~DebugComboHypoTool
virtual ~DebugComboHypoTool()
Definition:
DebugComboHypoTool.h:27
ComboHypoToolBase
Base class for tools which cut on properties of multi-object or multi-leg chains. User should derive ...
Definition:
ComboHypoToolBase.h:26
DebugComboHypoTool::executeAlg
bool executeAlg(const std::vector< Combo::LegDecision > &combination) const override
Only a dummy implementation exists in ComboHypoToolBase.
Definition:
DebugComboHypoTool.cxx:24
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
TrigCompositeUtils.h
DebugComboHypoTool::initialize
virtual StatusCode initialize() override
Definition:
DebugComboHypoTool.cxx:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
ComboHypoToolBase.h
DebugComboHypoTool::DebugComboHypoTool
DebugComboHypoTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
DebugComboHypoTool.cxx:12
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
HLTIdentifier.h
Generated on Sat Mar 22 2025 21:09:31 for ATLAS Offline Software by
1.8.18