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
SimMuon
CSCDigitizer
src
CSCStripHitSim.h
Go to the documentation of this file.
1
#ifndef MU_END_STRIP_HIT_SIM_H
2
#define MU_END_STRIP_HIT_SIM_H
3
13
#include "
Geometry/CSCGeometry/interface/CSCGattiFunction.h
"
14
#include "
SimMuon/CSCDigitizer/src/CSCDetectorHit.h
"
15
#include <vector>
16
17
// declarations
18
class
CSCLayer
;
19
// class CSCDetectorHit;
20
21
class
CSCStripHitSim
{
22
public
:
23
// make strip hits from the given wire hits
24
std::vector<CSCDetectorHit> &
simulate
(
const
CSCLayer
*
layer
,
const
std::vector<CSCDetectorHit> &wireHits);
25
26
private
:
27
CSCGattiFunction
theGattiFunction
;
28
std::vector<CSCDetectorHit>
newStripHits
;
29
};
30
31
#endif
CSCStripHitSim::simulate
std::vector< CSCDetectorHit > & simulate(const CSCLayer *layer, const std::vector< CSCDetectorHit > &wireHits)
Definition:
CSCStripHitSim.cc:10
CSCStripHitSim::newStripHits
std::vector< CSCDetectorHit > newStripHits
Definition:
CSCStripHitSim.h:28
CSCLayer
Definition:
CSCLayer.h:24
CSCStripHitSim
Definition:
CSCStripHitSim.h:21
phase1PixelTopology::layer
constexpr std::array< uint8_t, layerIndexSize > layer
Definition:
phase1PixelTopology.h:99
CSCGattiFunction
Definition:
CSCGattiFunction.h:42
CSCStripHitSim::theGattiFunction
CSCGattiFunction theGattiFunction
Definition:
CSCStripHitSim.h:27
CSCGattiFunction.h
CSCDetectorHit.h
Generated for CMSSW Reference Manual by
1.8.16