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
PhysicsAnalysis
JetTagging
JetTagInfoTPCnv
JetTagInfoTPCnv
SETrackInfo_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 JETTAGINFOTPCNV_SETrackInfo_P1_H
6
#define JETTAGINFOTPCNV_SETrackInfo_P1_H
7
8
#include "
DataModelAthenaPool/ElementLink_p1.h
"
9
13
14
#include <string>
15
#include <vector>
16
17
namespace
Analysis
{
18
class
SETrackInfoCnv_p1;
19
20
class
SETrackInfo_p1
{
21
friend
class
SETrackInfoCnv_p1
;
22
23
public
:
24
SETrackInfo_p1
()
25
:
m_valD0wrtPV
(0),
26
m_pTrel
(0)
27
{}
28
29
private
:
30
ElementLinkInt_p1
m_electron
;
31
ElementLinkInt_p1
m_photon
;
32
float
m_valD0wrtPV
;
33
float
m_pTrel
;
34
std::vector<float>
m_tagLikelihood
;
35
};
36
}
37
38
#endif
Analysis::SETrackInfo_p1::m_electron
ElementLinkInt_p1 m_electron
Definition:
SETrackInfo_p1.h:30
ElementLink_p1.h
This file contains the class definition for the ElementLink_p1 class.
Analysis::SETrackInfo_p1::m_tagLikelihood
std::vector< float > m_tagLikelihood
Definition:
SETrackInfo_p1.h:34
Analysis::SETrackInfo_p1::SETrackInfo_p1
SETrackInfo_p1()
Definition:
SETrackInfo_p1.h:24
ElementLink_p1< uint32_t >
Analysis::SETrackInfo_p1::m_valD0wrtPV
float m_valD0wrtPV
Definition:
SETrackInfo_p1.h:32
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition:
BTaggingCnvAlg.h:20
Analysis::SETrackInfoCnv_p1
Definition:
SETrackInfoCnv_p1.h:21
Analysis::SETrackInfo_p1::m_photon
ElementLinkInt_p1 m_photon
Definition:
SETrackInfo_p1.h:31
Analysis::SETrackInfo_p1
Definition:
SETrackInfo_p1.h:20
Analysis::SETrackInfo_p1::m_pTrel
float m_pTrel
Definition:
SETrackInfo_p1.h:33
Generated on Thu May 8 2025 21:17:34 for ATLAS Offline Software by
1.8.18