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
TrigHLTJetHypo
TrigHLTJetHypoUtils
CombinationsGrouper.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 TRIGHLTJETHYPO_COMBINATIONSGROUPER_H
6
#define TRIGHLTJETHYPO_COMBINATIONSGROUPER_H
7
8
#include "
TrigHLTJetHypo/TrigHLTJetHypoUtils/IJetGrouper.h
"
9
10
class
CombinationsGrouper
:
public
IJetGrouper
{
11
public
:
12
CombinationsGrouper
();
13
CombinationsGrouper
(
unsigned
int
);
14
CombinationsGrouper
(
unsigned
int
,
const
HypoJetVector
&);
15
CombinationsGrouper
(
unsigned
int
,
16
const
HypoJetCIter
&
b
,
17
const
HypoJetCIter
&
e
18
);
19
20
virtual
HypoJetVector
next
()
override
;
21
virtual
std::string
getName
()
const override
;
22
virtual
std::string
toString
()
const override
;
23
24
private
:
25
unsigned
int
m_groupSize
{0
u
};
26
HypoJetVector
m_jets
;
27
28
};
29
#endif
AllowedVariables::e
e
Definition:
AsgElectronSelectorTool.cxx:37
IJetGrouper
Definition:
IJetGrouper.h:11
CombinationsGrouper::next
virtual HypoJetVector next() override
Definition:
CombinationsGrouper.cxx:29
Trk::u
@ u
Enums for curvilinear frames.
Definition:
ParamDefs.h:77
CombinationsGrouper::CombinationsGrouper
CombinationsGrouper()
Definition:
CombinationsGrouper.cxx:10
HypoJetCIter
HypoJetVector::const_iterator HypoJetCIter
Definition:
HypoJetDefs.h:29
CombinationsGrouper
Definition:
CombinationsGrouper.h:10
IJetGrouper.h
HypoJetVector
std::vector< pHypoJet > HypoJetVector
Definition:
HypoJetDefs.h:27
CombinationsGrouper::m_jets
HypoJetVector m_jets
Definition:
CombinationsGrouper.h:26
CombinationsGrouper::getName
virtual std::string getName() const override
Definition:
CombinationsGrouper.cxx:47
plotBeamSpotMon.b
b
Definition:
plotBeamSpotMon.py:77
CombinationsGrouper::toString
virtual std::string toString() const override
Definition:
CombinationsGrouper.cxx:51
CombinationsGrouper::m_groupSize
unsigned int m_groupSize
Definition:
CombinationsGrouper.h:25
Generated on Sat Mar 22 2025 21:08:33 for ATLAS Offline Software by
1.8.18