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
InDetEventCnv
InDetEventTPCnv
InDetEventTPCnv
InDetPrepRawData
PixelGangedClusterAmbiguities_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef PIXELGANGEDCLUSTERAMBIGUITIES_P1_H
6
#define PIXELGANGEDCLUSTERAMBIGUITIES_P1_H
7
8
/*
9
10
Author: Andreas Wildauer
11
12
*/
13
14
#include <vector>
15
#include <inttypes.h>
16
17
namespace
InDet
{
18
class
PixelGangedClusterAmbiguities_p1
19
{
20
public
:
22
PixelGangedClusterAmbiguities_p1
();
23
24
std::string
m_pixelClusterContainerName
;
25
std::vector< std::pair<uint32_t, std::vector<uint32_t> > >
m_ambiguityMap
;
26
};
27
28
// inlines
29
inline
30
PixelGangedClusterAmbiguities_p1::PixelGangedClusterAmbiguities_p1
() : m_pixelClusterContainerName(
""
) {}
31
}
32
33
#endif
InDet::PixelGangedClusterAmbiguities_p1::PixelGangedClusterAmbiguities_p1
PixelGangedClusterAmbiguities_p1()
Default constructor.
Definition:
PixelGangedClusterAmbiguities_p1.h:30
InDet::PixelGangedClusterAmbiguities_p1::m_pixelClusterContainerName
std::string m_pixelClusterContainerName
Definition:
PixelGangedClusterAmbiguities_p1.h:24
InDet
Primary Vertex Finder.
Definition:
VP1ErrorUtils.h:36
InDet::PixelGangedClusterAmbiguities_p1
Definition:
PixelGangedClusterAmbiguities_p1.h:19
InDet::PixelGangedClusterAmbiguities_p1::m_ambiguityMap
std::vector< std::pair< uint32_t, std::vector< uint32_t > > > m_ambiguityMap
Definition:
PixelGangedClusterAmbiguities_p1.h:25
Generated on Fri Apr 25 2025 21:16:53 for ATLAS Offline Software by
1.8.18