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
Trigger
TrigEvent
TrigInDetEventTPCnv
TrigInDetEventTPCnv
TrigTauTracksInfo_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigInDetEventTPCnv
8
* @class : TrigTauTracksInfo_p2
9
*
10
* @brief persistent partner for TrigTauTracksInfo
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Olga Igonkina Nikhef
14
*
15
**********************************************************************************/
16
#ifndef TRIGINDETEVENTTPCNV_TRIGTAUTRACKSINFO_P2_H
17
#define TRIGINDETEVENTTPCNV_TRIGTAUTRACKSINFO_P2_H
18
19
#include "
AthenaPoolUtilities/TPObjRef.h
"
20
21
#include "
EventCommonTPCnv/P4PtEtaPhiM_p1.h
"
22
23
class
TrigTauTracksInfo_p2
24
{
25
friend
class
TrigTauTracksInfoCnv_p2
;
26
27
public
:
28
29
TrigTauTracksInfo_p2
() {}
30
virtual
~TrigTauTracksInfo_p2
() =
default
;
31
32
//private:
33
34
int
m_allTheInts
[4]{};
35
/*
36
int m_roiID;
37
int m_nCoreTracks;
38
int m_nSlowTracks;
39
int m_nIsoTracks;
40
*/
41
42
float
m_allTheFloats
[5]{};
43
/*
44
float m_charge;
45
float m_leadingTrackPt;
46
float m_scalarPtSumCore;
47
float m_scalarPtSumIso;
48
float m_ptBalance;
49
*/
50
51
// TPObjRef m_3fastest;
52
P4PtEtaPhiM_p1
m_3fastest
;
53
P4PtEtaPhiM_p1
m_P4PtEtaPhiM
;
54
55
};
56
57
#endif
TrigTauTracksInfoCnv_p2
Definition:
TrigTauTracksInfoCnv_p2.h:32
P4PtEtaPhiM_p1.h
TrigTauTracksInfo_p2::m_3fastest
P4PtEtaPhiM_p1 m_3fastest
Definition:
TrigTauTracksInfo_p2.h:62
TrigTauTracksInfo_p2::m_allTheFloats
float m_allTheFloats[5]
Definition:
TrigTauTracksInfo_p2.h:52
TrigTauTracksInfo_p2::m_P4PtEtaPhiM
P4PtEtaPhiM_p1 m_P4PtEtaPhiM
Definition:
TrigTauTracksInfo_p2.h:63
TrigTauTracksInfo_p2::TrigTauTracksInfo_p2
TrigTauTracksInfo_p2()
Definition:
TrigTauTracksInfo_p2.h:39
P4PtEtaPhiM_p1
Definition:
P4PtEtaPhiM_p1.h:23
TPObjRef.h
TrigTauTracksInfo_p2::~TrigTauTracksInfo_p2
virtual ~TrigTauTracksInfo_p2()=default
TrigTauTracksInfo_p2::m_allTheInts
int m_allTheInts[4]
Definition:
TrigTauTracksInfo_p2.h:44
TrigTauTracksInfo_p2
Definition:
TrigTauTracksInfo_p2.h:24
Generated on Mon Mar 17 2025 21:22:02 for ATLAS Offline Software by
1.8.18