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
TrigAlgorithms
TrigL2MuonSA
src
FtfRoadDefiner.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGL2MUONSA_FTFROADDEFINER_H
6
#define TRIGL2MUONSA_FTFROADDEFINER_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "GaudiKernel/ToolHandle.h"
10
11
#include "
MuonRoad.h
"
12
13
#include "
xAODTracking/TrackParticleContainer.h
"
14
#include "
TrkExInterfaces/IExtrapolator.h
"
15
16
namespace
TrigL2MuonSA
{
17
18
// --------------------------------------------------------------------------------
19
// --------------------------------------------------------------------------------
20
21
class
FtfRoadDefiner
:
public
AthAlgTool
22
{
23
public
:
24
25
FtfRoadDefiner
(
const
std::string&
type
,
26
const
std::string&
name
,
27
const
IInterface*
parent
);
28
29
virtual
StatusCode
initialize
()
override
;
30
31
public
:
32
StatusCode
defineRoad
(
const
xAOD::TrackParticle
* idtrack,
33
TrigL2MuonSA::MuonRoad
& muonRoad)
const
;
34
std::unique_ptr<const Trk::TrackParameters>
extTrack
(
const
bool
CylinderFirst,
const
xAOD::TrackParticle
* trk,
const
double
R,
const
double
Z,
int
& extFlag )
const
;
35
std::unique_ptr<const Trk::TrackParameters>
extTrack
(
const
bool
CylinderFirst,
const
Trk::TrackParameters
& param,
const
double
R,
const
double
Z,
int
& extFlag )
const
;
36
37
protected
:
38
39
private
:
40
ToolHandle<Trk::IExtrapolator>
m_extrapolator
{
41
this
,
"IOExtrapolator"
,
"Trk::Extrapolator/AtlasExtrapolator"
};
42
43
};
44
45
// --------------------------------------------------------------------------------
46
// --------------------------------------------------------------------------------
47
}
48
49
#endif // TRIGL2MUONSA_FTFROADDEFINER_H
MuonRoad.h
IExtrapolator.h
TrigL2MuonSA::FtfRoadDefiner
Definition:
FtfRoadDefiner.h:22
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
TrigL2MuonSA::FtfRoadDefiner::defineRoad
StatusCode defineRoad(const xAOD::TrackParticle *idtrack, TrigL2MuonSA::MuonRoad &muonRoad) const
Definition:
FtfRoadDefiner.cxx:28
TrigL2MuonSA::FtfRoadDefiner::initialize
virtual StatusCode initialize() override
Definition:
FtfRoadDefiner.cxx:17
TrigL2MuonSA::MuonRoad
Definition:
MuonRoad.h:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigL2MuonSA::FtfRoadDefiner::m_extrapolator
ToolHandle< Trk::IExtrapolator > m_extrapolator
Definition:
FtfRoadDefiner.h:40
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
Trk::ParametersBase
Definition:
ParametersBase.h:55
TrigL2MuonSA::FtfRoadDefiner::extTrack
std::unique_ptr< const Trk::TrackParameters > extTrack(const bool CylinderFirst, const xAOD::TrackParticle *trk, const double R, const double Z, int &extFlag) const
Definition:
FtfRoadDefiner.cxx:171
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
TrigL2MuonSA::FtfRoadDefiner::FtfRoadDefiner
FtfRoadDefiner(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
FtfRoadDefiner.cxx:7
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition:
TrackParticle_v1.h:43
AthAlgTool
Definition:
AthAlgTool.h:26
TrackParticleContainer.h
TrigL2MuonSA
Definition:
AlignmentBarrelLUT.h:13
Generated on Sun May 11 2025 21:10:00 for ATLAS Offline Software by
1.8.18