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
RecoTracker
TkMSParametrization
src
MultipleScatteringGeometry.h
Go to the documentation of this file.
1
#ifndef MultipleScatteringGeometry_H
2
#define MultipleScatteringGeometry_H
3
4
#include <vector>
5
#include "
RecoTracker/TkMSParametrization/interface/MSLayer.h
"
6
#include "
FWCore/Framework/interface/EventSetup.h
"
7
#include "
FWCore/Utilities/interface/Visibility.h
"
8
9
class
DetLayer
;
10
11
class
dso_hidden
MultipleScatteringGeometry
{
12
public
:
13
MultipleScatteringGeometry
(
const
edm::EventSetup
&iSetup);
14
std::vector<MSLayer> detLayers(
float
eta
,
float
z
,
const
edm::EventSetup
&iSetup)
const
;
15
std::vector<MSLayer> detLayers(
const
edm::EventSetup
&iSetup)
const
;
16
std::vector<MSLayer> otherLayers(
float
eta
,
const
edm::EventSetup
&iSetup)
const
;
17
18
protected
:
19
std::vector<const DetLayer *>
theLayers
;
20
static
const
float
beamPipeR, endflangesZ,
supportR
;
21
};
22
#endif
Visibility.h
DetLayer
Definition:
DetLayer.h:21
MultipleScatteringGeometry::theLayers
std::vector< const DetLayer * > theLayers
Definition:
MultipleScatteringGeometry.h:19
MultipleScatteringGeometry
Definition:
MultipleScatteringGeometry.h:11
MSLayer.h
PVValHelper::eta
Definition:
PVValidationHelpers.h:69
DDAxes::z
dso_hidden
#define dso_hidden
Definition:
Visibility.h:12
MultipleScatteringGeometry::supportR
static const float supportR
Definition:
MultipleScatteringGeometry.h:20
edm::EventSetup
Definition:
EventSetup.h:57
EventSetup.h
Generated for CMSSW Reference Manual by
1.8.16