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
Reconstruction
Jet
JetEventTPCnv
JetEventTPCnv
JetCollection_p6.h
Go to the documentation of this file.
1
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// JetCollection_p6.h
8
// Header file for class JetCollection_p6
9
// Author: S.Binet<binet@cern.ch>
10
// Date: March 2007
12
#ifndef JETEVENTTPCNV_JETCOLLECTION_P6_H
13
#define JETEVENTTPCNV_JETCOLLECTION_P6_H
14
15
// STL includes
16
#include <vector>
17
#include <string>
18
19
// JetEventTPCnv includes
20
#include "
JetEventTPCnv/Jet_p6.h
"
21
22
// DataModelAthenaPool
23
#include "
DataModelAthenaPool/DataLink_p2.h
"
24
25
// forward declare
26
class
JetCollectionCnv_p6
;
27
28
class
JetCollection_p6
:
public
std::vector<TPObjRef>
29
{
31
// Friend classes
33
public
:
34
JetCollection_p6
():
m_jetIdBugFixed
(false){}
35
// Make the AthenaPoolCnv class our friend
36
friend
class
JetCollectionCnv_p6
;
37
39
// Private data:
41
private
:
42
short
m_ordered
{};
43
DataLink_p2
m_keyStore
;
44
//DataLink_p2 m_momentMapLink;
45
unsigned
short
m_jetAuthor
{};
46
// Only to fix reading of very early release 16 validation sample
47
bool
m_jetIdBugFixed
;
48
};
49
50
#endif //> JETEVENTTPCNV_JETCOLLECTION_P6_H
JetCollection_p6::m_keyStore
DataLink_p2 m_keyStore
Definition:
JetCollection_p6.h:43
JetCollection_p6::JetCollection_p6
JetCollection_p6()
Definition:
JetCollection_p6.h:34
JetCollection_p6::m_ordered
short m_ordered
Definition:
JetCollection_p6.h:42
Jet_p6.h
DataLink_p2.h
This file contains the class definition for DataLink_p2 and DataLinkVector_p2.
JetCollection_p6::m_jetIdBugFixed
bool m_jetIdBugFixed
Definition:
JetCollection_p6.h:47
DataLink_p2
Persistent representation of DataLink contains the StoreGate key of the container object to which the...
Definition:
DataLink_p2.h:23
JetCollection_p6::m_jetAuthor
unsigned short m_jetAuthor
Definition:
JetCollection_p6.h:45
JetCollection_p6
Definition:
JetCollection_p6.h:29
JetCollectionCnv_p6
Definition:
JetCollectionCnv_p6.h:35
Generated on Thu Mar 13 2025 21:12:39 for ATLAS Offline Software by
1.8.18