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
TrigMuonEF_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/**********************************************************************************
6
* @Project: Trigger
7
* @Package: TrigMuonEventTPCnv
8
* @class : TrigMuonEF_p2
9
*
10
* @brief persistent partner for TrigMuonEF
11
*
12
* @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13
* @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14
*
15
* File and Version Information:
16
* $Id: TrigMuonEF_p2.h 723204 2016-02-10 18:15:58Z ssnyder $
17
**********************************************************************************/
18
#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEF_P2_H
19
#define TRIGMUONEVENTTPCNV_TRIGMUONEF_P2_H
20
21
#include <stdint.h>
22
#include <string>
23
//#include "FourMom/P4IPtCotThPhiM.h"
24
#include "
TrigMuonEvent/TrigMuonEF.h
"
25
#include "
AthenaPoolUtilities/TPObjRef.h
"
26
#include "
EventCommonTPCnv/P4IPtCotThPhiMCnv_p1.h
"
27
28
29
class
TrigMuonEF_p2
30
{
31
friend
class
TrigMuonEFCnv_p2
;
32
33
public
:
34
35
TrigMuonEF_p2
() :
m_muonCode
(0),
m_charge
(0),
m_P4IPtCotThPhiM
(0) {}
36
virtual
~TrigMuonEF_p2
(){}
37
38
// private:
39
int
m_muonCode
;
40
std::string
m_roi
;
41
float
m_charge
;
42
43
P4IPtCotThPhiM_p1
m_P4IPtCotThPhiM
;
44
};
45
46
#endif
47
TrigMuonEF_p2::m_charge
float m_charge
Definition:
TrigMuonEF_p2.h:53
P4IPtCotThPhiMCnv_p1.h
TrigMuonEF_p2::m_muonCode
int m_muonCode
Definition:
TrigMuonEF_p2.h:51
TrigMuonEF_p2::~TrigMuonEF_p2
virtual ~TrigMuonEF_p2()
Definition:
TrigMuonEF_p2.h:48
TrigMuonEF_p2::m_P4IPtCotThPhiM
P4IPtCotThPhiM_p1 m_P4IPtCotThPhiM
Definition:
TrigMuonEF_p2.h:55
TrigMuonEF_p2::m_roi
std::string m_roi
Definition:
TrigMuonEF_p2.h:52
TrigMuonEF.h
TrigMuonEF_p2
Definition:
TrigMuonEF_p2.h:30
TrigMuonEF_p2::TrigMuonEF_p2
TrigMuonEF_p2()
Definition:
TrigMuonEF_p2.h:47
P4IPtCotThPhiM_p1
Definition:
P4IPtCotThPhiM_p1.h:23
TrigMuonEFCnv_p2
Definition:
TrigMuonEFCnv_p2.h:30
TPObjRef.h
Generated on Tue Apr 8 2025 21:21:52 for ATLAS Offline Software by
1.8.18