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_p3.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_p3
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_P3_H
16
#define TRIGMUONEVENTTPCNV_ISOMUONFEATURE_P3_H
17
18
class
IsoMuonFeature_p3
{
19
friend
class
IsoMuonFeatureCnv_p3
;
20
21
public
:
22
23
IsoMuonFeature_p3
() =
default
;
24
~IsoMuonFeature_p3
() =
default
;
25
26
//private:
27
28
float
m_allTheFloats
[14]{};
29
int
m_flag
{};
30
int
m_RoiIdMu
{};
31
32
};
33
34
#endif
35
IsoMuonFeature_p3::IsoMuonFeature_p3
IsoMuonFeature_p3()=default
IsoMuonFeature_p3
Definition:
IsoMuonFeature_p3.h:18
IsoMuonFeature_p3::m_allTheFloats
float m_allTheFloats[14]
Definition:
IsoMuonFeature_p3.h:37
IsoMuonFeature_p3::m_flag
int m_flag
Definition:
IsoMuonFeature_p3.h:38
IsoMuonFeatureCnv_p3
Definition:
IsoMuonFeatureCnv_p3.h:26
IsoMuonFeature_p3::m_RoiIdMu
int m_RoiIdMu
Definition:
IsoMuonFeature_p3.h:39
IsoMuonFeature_p3::~IsoMuonFeature_p3
~IsoMuonFeature_p3()=default
Generated on Sat Apr 5 2025 21:12:24 for ATLAS Offline Software by
1.8.18