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
TrigAlgorithms
TrigEFMissingET
Root
PUSplitGrid.cxx
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TrigEFMissingET/PUSplitGrid.h
"
6
7
namespace
HLT
8
{
9
namespace
MET
10
{
11
PUSplitGrid::PUSplitGrid
(
12
double
maxEta
,
13
std::size_t nEtaTowers,
14
std::size_t nPhiTowers,
15
bool
displaceEta,
16
bool
displacePhi) :
PUSplitGrid
(
GridParameters
{
maxEta
,
nEtaTowers
,
nPhiTowers
,
displaceEta
,
displacePhi
})
17
{
18
}
19
20
PUSplitGrid::PUSplitGrid
(
const
GridParameters
&
parameters
) :
PufitMultiGrid
<3>(
parameters
)
21
{
22
}
23
24
PUSplitGrid::PUSplitGrid
(
const
PUSplitGrid
&
other
) :
PufitMultiGrid
<3>(
other
)
25
{
26
}
27
}
// namespace MET
28
}
// namespace HLT
HLT::MET::PeriodicGridBase::displacePhi
bool displacePhi() const
Whether or not this is displaced in phi.
Definition:
PeriodicGridBase.cxx:144
HLT::MET::PeriodicGridBase::nPhiTowers
std::size_t nPhiTowers() const
The number of phi bins.
Definition:
PeriodicGridBase.cxx:141
PUfitVar::maxEta
constexpr float maxEta
Definition:
GepMETPufitAlg.cxx:13
HLT::MET::PeriodicGridBase::displaceEta
bool displaceEta() const
Whether or not this is displaced in eta.
Definition:
PeriodicGridBase.cxx:143
PUSplitGrid.h
HLT
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
Definition:
HLTResultReader.h:26
HLT::MET::PUSplitGrid::PUSplitGrid
PUSplitGrid(double maxEta, std::size_t nEtaTowers, std::size_t nPhiTowers, bool displaceEta=false, bool displacePhi=false)
Create a new tower grid.
Definition:
PUSplitGrid.cxx:11
HLT::MET::PeriodicGridBase::maxEta
double maxEta() const
The maximum eta range for the grid.
Definition:
PeriodicGridBase.cxx:139
MET
Definition:
MET.py:1
HLT::MET::PufitMultiGrid
Multiple grids combined into one.
Definition:
PufitMultiGrid.h:63
InDetDD::other
@ other
Definition:
InDetDD_Defs.h:16
HLT::MET::GridParameters
Parameters describing a grid.
Definition:
PeriodicGridBase.h:43
physics_parameters.parameters
parameters
Definition:
physics_parameters.py:144
HLT::MET::PUSplitGrid
Definition:
PUSplitGrid.h:15
HLT::MET::PeriodicGridBase::nEtaTowers
std::size_t nEtaTowers() const
The number of eta bins.
Definition:
PeriodicGridBase.cxx:140
Generated on Fri Apr 11 2025 21:17:23 for ATLAS Offline Software by
1.8.18