Main Page
+
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
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
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
+
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
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
TrackingTools
TransientTrackingRecHit
interface
TransientTrackingRecHitBuilder.h
Go to the documentation of this file.
1
#ifndef TRACKINGTOOLS_TRANSIENTRECHITBUILDER_H
2
#define TRACKINGTOOLS_TRANSIENTRECHITBUILDER_H
3
4
#include "
TrackingTools/TransientTrackingRecHit/interface/TValidTrackingRecHit.h
"
5
6
class
TransientTrackingRecHitBuilder
{
7
public
:
8
typedef
TransientTrackingRecHit::RecHitPointer
RecHitPointer
;
9
typedef
TransientTrackingRecHit::RecHitContainer
RecHitContainer
;
10
virtual
~TransientTrackingRecHitBuilder
() =
default
;
12
virtual
RecHitPointer
build
(
const
TrackingRecHit
*
p
)
const
= 0;
13
15
virtual
RecHitPointer
build
(
const
TrackingRecHit
*
p
,
const
TrajectoryStateOnSurface
&
state
)
const
{
16
return
build
(
p
);
17
};
18
};
19
20
#endif
TransientTrackingRecHitBuilder::RecHitContainer
TransientTrackingRecHit::RecHitContainer RecHitContainer
Definition:
TransientTrackingRecHitBuilder.h:9
TrackingRecHit::RecHitContainer
std::vector< ConstRecHitPointer > RecHitContainer
Definition:
TrackingRecHit.h:31
TrackingRecHit
Definition:
TrackingRecHit.h:21
TransientTrackingRecHitBuilder
Definition:
TransientTrackingRecHitBuilder.h:6
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
TValidTrackingRecHit.h
TransientTrackingRecHitBuilder::build
virtual RecHitPointer build(const TrackingRecHit *p) const =0
build a tracking rechit from an existing rechit
RunInfoPI::state
state
Definition:
RunInfoPayloadInspectoHelper.h:21
TransientTrackingRecHitBuilder::RecHitPointer
TransientTrackingRecHit::RecHitPointer RecHitPointer
Definition:
TransientTrackingRecHitBuilder.h:8
TrackingRecHit::RecHitPointer
std::shared_ptr< TrackingRecHit const > RecHitPointer
Definition:
TrackingRecHit.h:24
TransientTrackingRecHitBuilder::~TransientTrackingRecHitBuilder
virtual ~TransientTrackingRecHitBuilder()=default
TransientTrackingRecHitBuilder::build
virtual RecHitPointer build(const TrackingRecHit *p, const TrajectoryStateOnSurface &state) const
build a tracking rechit refiting the rechit position and error according to the state estimate ...
Definition:
TransientTrackingRecHitBuilder.h:15
AlCaHLTBitMon_ParallelJobs.p
def p
Definition:
AlCaHLTBitMon_ParallelJobs.py:153
Generated for CMSSW Reference Manual by
1.8.14