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
TrigHypothesis
TrigStreamerHypo
src
ITrigStreamerHypoTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGSTREAMER_ITRIGSTREAMERHYPOTOOL_H
6
#define TRIGSTREAMER_ITRIGSTREAMERHYPOTOOL_H
7
8
#include "
AsgTools/IAsgTool.h
"
9
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
10
#include "
TrigCompositeUtils/HLTIdentifier.h
"
11
#include <vector>
12
13
14
class
ITrigStreamerHypoTool
:
virtual
public::IAlgTool {
15
16
public
:
17
DeclareInterfaceID
(
ITrigStreamerHypoTool
, 1, 0);
18
19
struct
HypoInfo
{
20
HypoInfo
(
TrigCompositeUtils::Decision
* newD,
const
TrigCompositeUtils::Decision
* previousD )
21
:
m_newDecision
( newD ),
22
m_previousDecisionIDs
(
TrigCompositeUtils
::
decisionIDs
( previousD ).
begin
(),
23
TrigCompositeUtils
::
decisionIDs
( previousD ).
end
() )
24
{}
25
TrigCompositeUtils::Decision
*
m_newDecision
;
26
const
TrigCompositeUtils::DecisionIDContainer
m_previousDecisionIDs
;
27
};
28
29
virtual
~ITrigStreamerHypoTool
(){};
30
virtual
StatusCode
decide
(std::vector<HypoInfo>&)
const
= 0;
31
virtual
const
HLT::Identifier
&
getId
()
const
= 0;
32
33
34
};
35
#endif
ITrigStreamerHypoTool::~ITrigStreamerHypoTool
virtual ~ITrigStreamerHypoTool()
Definition:
ITrigStreamerHypoTool.h:29
ITrigStreamerHypoTool::DeclareInterfaceID
DeclareInterfaceID(ITrigStreamerHypoTool, 1, 0)
PlotCalibFromCool.begin
begin
Definition:
PlotCalibFromCool.py:94
ITrigStreamerHypoTool::getId
virtual const HLT::Identifier & getId() const =0
mergePhysValFiles.end
end
Definition:
DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
ITrigStreamerHypoTool::HypoInfo::m_previousDecisionIDs
const TrigCompositeUtils::DecisionIDContainer m_previousDecisionIDs
Definition:
ITrigStreamerHypoTool.h:26
TrigCompositeUtils.h
ITrigStreamerHypoTool
Definition:
ITrigStreamerHypoTool.h:14
ITrigStreamerHypoTool::HypoInfo
Definition:
ITrigStreamerHypoTool.h:19
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IAsgTool.h
xAOD::TrigComposite_v1
Class used to describe composite objects in the HLT.
Definition:
TrigComposite_v1.h:52
HLT::Identifier
Definition:
TrigCompositeUtils/TrigCompositeUtils/HLTIdentifier.h:20
TrigCompositeUtils::DecisionIDContainer
std::set< DecisionID > DecisionIDContainer
Definition:
TrigComposite_v1.h:28
HLTIdentifier.h
TrigCompositeUtils::decisionIDs
void decisionIDs(const Decision *d, DecisionIDContainer &destination)
Extracts DecisionIDs stored in the Decision object.
Definition:
TrigCompositeUtilsRoot.cxx:67
TrigCompositeUtils
Definition:
Event/xAOD/xAODTrigger/xAODTrigger/TrigComposite.h:19
ITrigStreamerHypoTool::decide
virtual StatusCode decide(std::vector< HypoInfo > &) const =0
ITrigStreamerHypoTool::HypoInfo::m_newDecision
TrigCompositeUtils::Decision * m_newDecision
Definition:
ITrigStreamerHypoTool.h:25
ITrigStreamerHypoTool::HypoInfo::HypoInfo
HypoInfo(TrigCompositeUtils::Decision *newD, const TrigCompositeUtils::Decision *previousD)
Definition:
ITrigStreamerHypoTool.h:20
Generated on Wed Apr 2 2025 21:12:25 for ATLAS Offline Software by
1.8.18