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
TrigMuonEventTPCnv
TrigMuonEventTPCnv
IsoMuonFeature_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: TrigMuonEventTPCnv
8
* @class : IsoMuonFeature_p1
9
*
10
* @brief persistent partner for IsoMuonFeature
11
*
12
* @author Stefano Giagu <Stefano.Giagu@cern.ch> - U. of Rome
13
* @modified by Fabrizio Salvatore <p.salvatore@cern.ch> - U of Sussex
14
**********************************************************************************/
15
#ifndef TRIGMUONEVENTTPCNV_ISOMUONFEATURE_P2_H
16
#define TRIGMUONEVENTTPCNV_ISOMUONFEATURE_P2_H
17
18
//#include "AthenaPoolUtilities/TPObjRef.h"
19
20
class
IsoMuonFeature_p2
{
21
friend
class
IsoMuonFeatureCnv_p2
;
22
23
public
:
24
25
IsoMuonFeature_p2
() =
default
;
26
~IsoMuonFeature_p2
() =
default
;
27
28
float
m_allTheFloats
[11]{};
29
// float m_EtInnerConeEC;
30
// float m_EtOuterConeEC;
31
// float m_EtInnerConeHC;
32
// float m_EtOuterConeHC;
33
int
m_NTracksCone
{};
34
// float m_SumPtTracksCone;
35
// float m_PtMuTracksCone;
36
// float m_LAr_w;
37
// float m_Tile_w;
38
int
m_RoiIdMu
{};
39
// float m_PtMu;
40
// float m_EtaMu;
41
// float m_PhiMu;
42
43
};
44
45
#endif
46
IsoMuonFeatureCnv_p2
Definition:
IsoMuonFeatureCnv_p2.h:26
IsoMuonFeature_p2::m_NTracksCone
int m_NTracksCone
Definition:
IsoMuonFeature_p2.h:42
IsoMuonFeature_p2
Definition:
IsoMuonFeature_p2.h:20
IsoMuonFeature_p2::~IsoMuonFeature_p2
~IsoMuonFeature_p2()=default
IsoMuonFeature_p2::m_allTheFloats
float m_allTheFloats[11]
Definition:
IsoMuonFeature_p2.h:37
IsoMuonFeature_p2::m_RoiIdMu
int m_RoiIdMu
Definition:
IsoMuonFeature_p2.h:47
IsoMuonFeature_p2::IsoMuonFeature_p2
IsoMuonFeature_p2()=default
Generated on Sat Apr 5 2025 21:12:24 for ATLAS Offline Software by
1.8.18