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
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
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
TrackingTools
PatternTools
interface
TSCPBuilderNoMaterial.h
Go to the documentation of this file.
1
#ifndef TSCPBuilderNoMaterial_H
2
#define TSCPBuilderNoMaterial_H
3
4
#include "
TrackingTools/PatternTools/interface/TrajectoryStateClosestToPointBuilder.h
"
5
#include "
DataFormats/GeometryVector/interface/GlobalTag.h
"
6
#include "
DataFormats/GeometryVector/interface/Point3DBase.h
"
7
#include "
DataFormats/GeometryVector/interface/Vector3DBase.h
"
8
#include "
FWCore/Utilities/interface/Visibility.h
"
9
17
class
TSCPBuilderNoMaterial
final :
public
TrajectoryStateClosestToPointBuilder
{
18
public
:
19
~TSCPBuilderNoMaterial
()
override
{}
20
21
TrajectoryStateClosestToPoint
operator()
(
const
FTS
& originalFTS,
const
GlobalPoint
& referencePoint)
const override
;
22
23
TrajectoryStateClosestToPoint
operator()
(
const
TSOS
& originalTSOS,
const
GlobalPoint
& referencePoint)
const override
;
24
25
private
:
26
typedef
Point3DBase<double, GlobalTag>
GlobalPointDouble
;
27
typedef
Vector3DBase<double, GlobalTag>
GlobalVectorDouble
;
28
typedef
std::pair<bool, FreeTrajectoryState>
PairBoolFTS
;
29
30
PairBoolFTS
createFTSatTransverseImpactPoint
(
const
FTS
& originalFTS,
31
const
GlobalPoint
& referencePoint)
const
dso_internal
;
32
33
PairBoolFTS
createFTSatTransverseImpactPointCharged
(
const
FTS
& originalFTS,
34
const
GlobalPoint
& referencePoint)
const
dso_internal
;
35
36
PairBoolFTS
createFTSatTransverseImpactPointNeutral
(
const
FTS
& originalFTS,
37
const
GlobalPoint
& referencePoint)
const
dso_internal
;
38
};
39
#endif
Vector3DBase
Definition:
Vector3DBase.h:8
TSCPBuilderNoMaterial::createFTSatTransverseImpactPointCharged
PairBoolFTS createFTSatTransverseImpactPointCharged(const FTS &originalFTS, const GlobalPoint &referencePoint) const
Definition:
TSCPBuilderNoMaterial.cc:54
Visibility.h
TrajectoryStateClosestToPointBuilder
Definition:
TrajectoryStateClosestToPointBuilder.h:14
Point3DBase.h
TSCPBuilderNoMaterial::~TSCPBuilderNoMaterial
~TSCPBuilderNoMaterial() override
Definition:
TSCPBuilderNoMaterial.h:19
TrajectoryStateClosestToPointBuilder.h
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
TSCPBuilderNoMaterial::operator()
TrajectoryStateClosestToPoint operator()(const FTS &originalFTS, const GlobalPoint &referencePoint) const override
Definition:
TSCPBuilderNoMaterial.cc:11
TSCPBuilderNoMaterial::GlobalVectorDouble
Vector3DBase< double, GlobalTag > GlobalVectorDouble
Definition:
TSCPBuilderNoMaterial.h:27
Vector3DBase.h
Point3DBase< float, GlobalTag >
GlobalTag.h
dso_internal
#define dso_internal
Definition:
Visibility.h:13
TSCPBuilderNoMaterial::PairBoolFTS
std::pair< bool, FreeTrajectoryState > PairBoolFTS
Definition:
TSCPBuilderNoMaterial.h:28
TrajectoryStateClosestToPoint
Definition:
TrajectoryStateClosestToPoint.h:18
TSCPBuilderNoMaterial
Definition:
TSCPBuilderNoMaterial.h:17
FreeTrajectoryState
Definition:
FreeTrajectoryState.h:27
TSCPBuilderNoMaterial::GlobalPointDouble
Point3DBase< double, GlobalTag > GlobalPointDouble
Definition:
TSCPBuilderNoMaterial.h:26
TSCPBuilderNoMaterial::createFTSatTransverseImpactPointNeutral
PairBoolFTS createFTSatTransverseImpactPointNeutral(const FTS &originalFTS, const GlobalPoint &referencePoint) const
Definition:
TSCPBuilderNoMaterial.cc:121
TSCPBuilderNoMaterial::createFTSatTransverseImpactPoint
PairBoolFTS createFTSatTransverseImpactPoint(const FTS &originalFTS, const GlobalPoint &referencePoint) const
Definition:
TSCPBuilderNoMaterial.cc:41
Generated for CMSSW Reference Manual by
1.8.16