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
TrigHLTJetHypo
src
ITrigJetHypoToolNoGrouperConfig.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGHLTJETHYPO_ITRIGJETHYPOTOOLNOGROUPERCONFIG_H
5
#define TRIGHLTJETHYPO_ITRIGJETHYPOTOOLNOGROUPERCONFIG_H
6
7
8
#include "GaudiKernel/IAlgTool.h"
9
#include "
./ConditionsDefs.h
"
10
#include "
./IJetsMatcher.h
"
11
#include "
./ConditionFilter.h
"
12
13
class
ITrigJetHypoToolNoGrouperConfig
:
virtual
public
::IAlgTool {
18
public
:
19
DeclareInterfaceID
(
ITrigJetHypoToolNoGrouperConfig
, 1, 0);
20
virtual
~ITrigJetHypoToolNoGrouperConfig
(){};
21
22
24
virtual
StatusCode
checkVals
()
const
= 0;
25
26
28
virtual
std::unique_ptr<IJetsMatcher>
getMatcher
()
const
= 0;
29
30
31
/*( Gives the minimum number of jets the helper using this Confiog
32
class will require to pass the event. */
33
virtual
std::size_t
requiresNJets
()
const
=0;
34
};
35
#endif
ConditionsDefs.h
ITrigJetHypoToolNoGrouperConfig::getMatcher
virtual std::unique_ptr< IJetsMatcher > getMatcher() const =0
return an object that tests jet group - Conditions matching
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ITrigJetHypoToolNoGrouperConfig::DeclareInterfaceID
DeclareInterfaceID(ITrigJetHypoToolNoGrouperConfig, 1, 0)
PABC (Pure Abstract Base Class) for JetHypoTool Condiguration classes.
ITrigJetHypoToolNoGrouperConfig::checkVals
virtual StatusCode checkVals() const =0
check the input values
ITrigJetHypoToolNoGrouperConfig::~ITrigJetHypoToolNoGrouperConfig
virtual ~ITrigJetHypoToolNoGrouperConfig()
Definition:
ITrigJetHypoToolNoGrouperConfig.h:20
ConditionFilter.h
IJetsMatcher.h
ITrigJetHypoToolNoGrouperConfig
Definition:
ITrigJetHypoToolNoGrouperConfig.h:13
ITrigJetHypoToolNoGrouperConfig::requiresNJets
virtual std::size_t requiresNJets() const =0
Generated on Mon Mar 24 2025 21:12:25 for ATLAS Offline Software by
1.8.18