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
Trigger
TrigEvent
TrigParticleTPCnv
TrigParticleTPCnv
TrigEFBphys_p1.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: TrigParticleTPCnv
8
* @class : TrigEFBphys_p1
9
*
10
* @brief persistent partner for TrigEFBphys
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
**********************************************************************************/
15
#ifndef TRIGPARTICLETPCNV_TRIGEFBPHYS_P1_H
16
#define TRIGPARTICLETPCNV_TRIGEFBPHYS_P1_H
17
18
#include "
AthenaPoolUtilities/TPObjRef.h
"
19
20
class
TrigEFBphys_p1
21
{
22
friend
class
TrigEFBphysCnv_p1
;
23
24
public
:
25
26
TrigEFBphys_p1
() =
default
;
27
virtual
~TrigEFBphys_p1
() =
default
;
28
29
enum
pType_p1
{
PHIKK
=0,
DSPHIPI
=1,
BMUMU
=2,
BMUMUX
=3,
JPSIEE
=4,
JPSIMUMU
=5,
MULTIMU
=6,
BKMUMU
=7,
BDKSTMUMU
=8,
BSPHIMUMU
=9,
LBLMUMU
=10,
BCDSMUMU
=11};
30
31
int
m_roiID
{};
32
pType_p1
m_particleType
{};
33
float
m_eta
{};
34
float
m_phi
{};
35
float
m_mass
{};
36
bool
m_valid
{};
37
TPObjRef
m_secondaryDecay
;
38
39
};
40
41
#endif
TrigEFBphys_p1::DSPHIPI
@ DSPHIPI
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::BKMUMU
@ BKMUMU
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::JPSIEE
@ JPSIEE
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::BSPHIMUMU
@ BSPHIMUMU
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::m_roiID
int m_roiID
Definition:
TrigEFBphys_p1.h:40
TrigEFBphys_p1::BMUMU
@ BMUMU
Definition:
TrigEFBphys_p1.h:38
TPObjRef
Definition:
TPObjRef.h:20
TrigEFBphysCnv_p1
Definition:
TrigEFBphysCnv_p1.h:31
TrigEFBphys_p1::JPSIMUMU
@ JPSIMUMU
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1
Definition:
TrigEFBphys_p1.h:21
TrigEFBphys_p1::~TrigEFBphys_p1
virtual ~TrigEFBphys_p1()=default
TrigEFBphys_p1::LBLMUMU
@ LBLMUMU
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::m_mass
float m_mass
Definition:
TrigEFBphys_p1.h:44
TrigEFBphys_p1::m_phi
float m_phi
Definition:
TrigEFBphys_p1.h:43
TrigEFBphys_p1::pType_p1
pType_p1
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::BMUMUX
@ BMUMUX
Definition:
TrigEFBphys_p1.h:38
TPObjRef.h
TrigEFBphys_p1::PHIKK
@ PHIKK
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::m_eta
float m_eta
Definition:
TrigEFBphys_p1.h:42
TrigEFBphys_p1::MULTIMU
@ MULTIMU
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::m_particleType
pType_p1 m_particleType
Definition:
TrigEFBphys_p1.h:41
TrigEFBphys_p1::m_valid
bool m_valid
Definition:
TrigEFBphys_p1.h:45
TrigEFBphys_p1::m_secondaryDecay
TPObjRef m_secondaryDecay
Definition:
TrigEFBphys_p1.h:46
TrigEFBphys_p1::BCDSMUMU
@ BCDSMUMU
Definition:
TrigEFBphys_p1.h:38
TrigEFBphys_p1::TrigEFBphys_p1
TrigEFBphys_p1()=default
TrigEFBphys_p1::BDKSTMUMU
@ BDKSTMUMU
Definition:
TrigEFBphys_p1.h:38
Generated on Tue May 13 2025 21:20:38 for ATLAS Offline Software by
1.8.18