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
PhysicsAnalysis
D3PDMaker
TrackD3PDMaker
src
TrackParticlePerigeeAtOOAssociationTool.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: TrackParticlePerigeeAtOOAssociationTool.h 281348 2010-02-24 23:15:11Z zaidan $
14
#ifndef TRACKD3PDMAKER_TRACKPARTICLEPERIGEEATOOASSOCIATIONTOOL_H
15
#define TRACKD3PDMAKER_TRACKPARTICLEPERIGEEATOOASSOCIATIONTOOL_H
16
17
#include "
D3PDMakerUtils/SingleAssociationTool.h
"
18
#include "
xAODTracking/TrackParticle.h
"
19
#include "
TrkParameters/TrackParameters.h
"
20
21
namespace
Rec
{
22
class
TrackParticle
;
23
}
24
25
namespace
D3PD
{
26
30
class
TrackParticlePerigeeAtOOAssociationTool
31
:
public
SingleAssociationTool
<Types<Rec::TrackParticle, xAOD::TrackParticle>, Trk::Perigee>
32
{
33
public
:
34
typedef
SingleAssociationTool<Types<Rec::TrackParticle, xAOD::TrackParticle>
,
Trk::Perigee
>
Base
;
35
42
TrackParticlePerigeeAtOOAssociationTool
(
const
std::string&
type
,
43
const
std::string&
name
,
44
const
IInterface*
parent
);
45
46
53
virtual
const
Trk::Perigee
*
get
(
const
Rec::TrackParticle
&
p
)
override
;
54
55
62
virtual
const
Trk::Perigee
*
get
(
const
xAOD::TrackParticle
&
p
)
override
;
63
};
64
65
66
}
// namespace D3PD
67
68
69
70
#endif // not TRACKD3PDMAKER_TRACKPARTICLEPERIGEEATOOASSOCIATIONTOOL_H
TrackParameters.h
Trk::ParametersT
Dummy class used to allow special convertors to be called for surfaces owned by a detector element.
Definition:
EMErrorDetail.h:25
D3PD::SingleAssociationTool
Type-safe wrapper for single associator tools.
Definition:
SingleAssociationTool.h:133
D3PD::TrackParticlePerigeeAtOOAssociationTool::TrackParticlePerigeeAtOOAssociationTool
TrackParticlePerigeeAtOOAssociationTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard Gaudi tool constructor.
Definition:
TrackParticlePerigeeAtOOAssociationTool.cxx:26
D3PD::TrackParticlePerigeeAtOOAssociationTool
Associate from a TrackParticle to its default Perigee.
Definition:
TrackParticlePerigeeAtOOAssociationTool.h:32
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
xAOD::TrackParticle
TrackParticle_v1 TrackParticle
Reference the current persistent version:
Definition:
Event/xAOD/xAODTracking/xAODTracking/TrackParticle.h:13
SingleAssociationTool.h
Type-safe wrapper for single associator tools.
D3PD
Block filler tool for noisy FEB information.
Definition:
CaloCellDetailsFillerTool.cxx:29
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
Rec
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
Definition:
FakeTrackBuilder.h:10
D3PD::TrackParticlePerigeeAtOOAssociationTool::get
virtual const Trk::Perigee * get(const Rec::TrackParticle &p) override
Return the target object.
Definition:
TrackParticlePerigeeAtOOAssociationTool.cxx:41
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
D3PD::TrackParticlePerigeeAtOOAssociationTool::Base
SingleAssociationTool< Types< Rec::TrackParticle, xAOD::TrackParticle >, Trk::Perigee > Base
Definition:
TrackParticlePerigeeAtOOAssociationTool.h:34
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
Rec::TrackParticle
Definition:
Reconstruction/Particle/Particle/TrackParticle.h:47
TrackParticle.h
xAOD::TrackParticle_v1
Class describing a TrackParticle.
Definition:
TrackParticle_v1.h:43
Generated on Sun Mar 30 2025 21:21:03 for ATLAS Offline Software by
1.8.18