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
TrigAlgorithms
TrigL2MuonSA
src
PtFromRadius.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGL2MUONSA_PTFROMRADIUS_H
6
#define TRIGL2MUONSA_PTFROMRADIUS_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
10
#include "GaudiKernel/ServiceHandle.h"
11
12
#include "
TrackData.h
"
13
#include "
PtBarrelLUTSvc.h
"
14
#include "
PtBarrelLUT.h
"
15
16
namespace
TrigL2MuonSA
{
17
18
class
PtFromRadius
:
public
AthAlgTool
19
{
20
public
:
21
22
PtFromRadius
(
const
std::string&
type
,
23
const
std::string&
name
,
24
const
IInterface*
parent
);
25
26
void
setMCFlag
(
const
BooleanProperty&
m_use_mcLUT
,
27
const
TrigL2MuonSA::PtBarrelLUTSvc
* ptBarrelLUTSvc);
28
29
public
:
30
31
// For Barrel
32
StatusCode
setPt
(
TrigL2MuonSA::TrackPattern
& trackPattern)
const
;
33
34
private
:
35
BooleanProperty
m_use_mcLUT
{0};
36
37
const
ToolHandle<PtBarrelLUT>*
m_ptBarrelLUT
{
nullptr
};
38
};
39
40
}
// namespace PtFromRadius
41
42
#endif // PTFROMRADIUS_H
TrigL2MuonSA::PtFromRadius::m_use_mcLUT
BooleanProperty m_use_mcLUT
Definition:
PtFromRadius.h:35
TrackData.h
TrigL2MuonSA::PtFromRadius::setPt
StatusCode setPt(TrigL2MuonSA::TrackPattern &trackPattern) const
Definition:
PtFromRadius.cxx:34
TrigL2MuonSA::PtFromRadius::m_ptBarrelLUT
const ToolHandle< PtBarrelLUT > * m_ptBarrelLUT
Definition:
PtFromRadius.h:37
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
TrigL2MuonSA::TrackPattern
Definition:
TrackData.h:16
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigL2MuonSA::PtBarrelLUTSvc
Definition:
PtBarrelLUTSvc.h:19
AthAlgTool.h
PtBarrelLUTSvc.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
TrigL2MuonSA::PtFromRadius::PtFromRadius
PtFromRadius(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
PtFromRadius.cxx:14
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
PtBarrelLUT.h
AthAlgTool
Definition:
AthAlgTool.h:26
TrigL2MuonSA::PtFromRadius
Definition:
PtFromRadius.h:19
TrigL2MuonSA::PtFromRadius::setMCFlag
void setMCFlag(const BooleanProperty &m_use_mcLUT, const TrigL2MuonSA::PtBarrelLUTSvc *ptBarrelLUTSvc)
Definition:
PtFromRadius.cxx:24
TrigL2MuonSA
Definition:
AlignmentBarrelLUT.h:13
Generated on Sat Apr 19 2025 21:17:14 for ATLAS Offline Software by
1.8.18