Loading [MathJax]/jax/input/TeX/config.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
Tracking
TrkEventCnv
TrkEventTPCnv
TrkEventTPCnv
TrkClusterSplitProbabilityContainer
ClusterSplitProbability_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef _ClusterSplitProbability_p1_H_
6
#define _ClusterSplitProbability_p1_H_
7
8
#include "Identifier/Identifier.h"
9
10
namespace
Trk
{
11
struct
ClusterSplitProbability_p1
12
{
13
ClusterSplitProbability_p1
() :
m_id
{},
m_splitPrpbability
{},
m_isSplit
{} {}
14
ClusterSplitProbability_p1
(
unsigned
int
id
,
float
probability1,
float
probability2,
bool
is_split)
15
:
m_id
(
id
),
16
m_splitPrpbability
{probability1,probability2},
17
m_isSplit
(is_split)
18
{}
19
20
unsigned
int
m_id
;
21
float
m_splitPrpbability
[2];
22
bool
m_isSplit
;
23
};
24
}
25
#endif
Trk::ClusterSplitProbability_p1::m_isSplit
bool m_isSplit
Definition:
ClusterSplitProbability_p1.h:22
Trk::ClusterSplitProbability_p1::ClusterSplitProbability_p1
ClusterSplitProbability_p1()
Definition:
ClusterSplitProbability_p1.h:13
Trk::ClusterSplitProbability_p1::m_id
unsigned int m_id
Definition:
ClusterSplitProbability_p1.h:20
Trk::ClusterSplitProbability_p1::ClusterSplitProbability_p1
ClusterSplitProbability_p1(unsigned int id, float probability1, float probability2, bool is_split)
Definition:
ClusterSplitProbability_p1.h:14
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
id
SG::auxid_t id
Definition:
Control/AthContainers/Root/debug.cxx:239
Trk::ClusterSplitProbability_p1::m_splitPrpbability
float m_splitPrpbability[2]
Definition:
ClusterSplitProbability_p1.h:21
Trk::ClusterSplitProbability_p1
Definition:
ClusterSplitProbability_p1.h:12
Generated on Wed Apr 2 2025 21:08:31 for ATLAS Offline Software by
1.8.18