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
InnerDetector
InDetRecTools
SiClusterizationTool
SiClusterizationTool
SCT_ReClustering.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
14
#ifndef SiClusterizationTool_SCT_ReClustering_H
15
#define SiClusterizationTool_SCT_ReClustering_H
16
17
class
SCT_ID
;
18
class
Identifier
;
19
#include <vector>
20
22
class
SCT_ReClustering
23
{
24
public
:
28
static
std::vector<std::vector<Identifier> >
recluster
(std::vector<std::vector<Identifier>>&,
const
SCT_ID
&);
29
30
private
:
31
typedef
std::vector<Identifier>
ID_Vector
;
32
typedef
std::vector<Identifier>::iterator
Discont
;
33
};
34
35
#endif // SiClusterizationTool_SCT_ReClustering_H
xAOD::iterator
JetConstituentVector::iterator iterator
Definition:
JetConstituentVector.cxx:68
SCT_ReClustering::ID_Vector
std::vector< Identifier > ID_Vector
Definition:
SCT_ReClustering.h:31
SCT_ReClustering
This performs reclustering after identifying dead or noisy channels.
Definition:
SCT_ReClustering.h:23
SCT_ReClustering::recluster
static std::vector< std::vector< Identifier > > recluster(std::vector< std::vector< Identifier >> &, const SCT_ID &)
called by SCT_ClusteringTool.
Definition:
SCT_ReClustering.cxx:24
SCT_ReClustering::Discont
std::vector< Identifier >::iterator Discont
Definition:
SCT_ReClustering.h:32
SCT_ID
Definition:
SCT_ID.h:68
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Sat Apr 5 2025 21:17:59 for ATLAS Offline Software by
1.8.18