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
w
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
TrkTools
TrkTruthCreatorTools
TrkTruthCreatorTools
TruthMatchTanimoto.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
11
#ifndef TRUTHMATCHTANIMOTO_H
12
#define TRUTHMATCHTANIMOTO_H
13
14
#include "
TrkToolInterfaces/IDetailedTrackTruthSimilarity.h
"
15
#include "
TrkTruthCreatorTools/CommonTruthMatchWeights.h
"
16
17
namespace
Trk
{
18
19
class
TruthMatchTanimoto
final
:
virtual
public
IDetailedTrackTruthSimilarity
,
20
public
CommonTruthMatchWeights
21
{
22
public
:
23
TruthMatchTanimoto
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
24
41
virtual
double
trackTruthSimilarity
(
const
DetailedTrackTruth
& dtt)
const
override
final
;
42
};
43
44
}
// end namespace Trk
45
46
#endif
/*TRUTHMATCHTANIMOTO_H*/
IDetailedTrackTruthSimilarity.h
Trk::IDetailedTrackTruthSimilarity
Interface for track-truth match quality estimator tools.
Definition:
IDetailedTrackTruthSimilarity.h:28
Trk::CommonTruthMatchWeights
Definition:
CommonTruthMatchWeights.h:21
CommonTruthMatchWeights.h
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
Trk::TruthMatchTanimoto::TruthMatchTanimoto
TruthMatchTanimoto(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
TruthMatchTanimoto.cxx:12
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
columnar::final
CM final
Definition:
ColumnAccessor.h:106
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition:
FakeTrackBuilder.h:9
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
DetailedTrackTruth
Definition:
DetailedTrackTruth.h:16
Trk::TruthMatchTanimoto::trackTruthSimilarity
virtual double trackTruthSimilarity(const DetailedTrackTruth &dtt) const override final
Tanimoto distance between sets A and B is.
Definition:
TruthMatchTanimoto.cxx:19
Trk::TruthMatchTanimoto
Definition:
TruthMatchTanimoto.h:21
Generated on Fri May 30 2025 21:21:58 for ATLAS Offline Software by
1.8.18