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
SimMuon
CSCDigitizer
src
CSCStripAmpResponse.h
Go to the documentation of this file.
1
#ifndef CSCDigitizer_CSCStripAmpResponse_h
2
#define CSCDigitizer_CSCStripAmpResponse_h
3
4
class
CSCStripAmpResponse
{
5
public
:
6
enum
tailShapes
{
NONE
,
CONSERVATIVE
,
RADICAL
};
7
8
CSCStripAmpResponse
(
int
shapingTime
,
int
tailShaping
);
9
10
float
calculateAmpResponse
(
float
t
)
const
;
11
12
private
:
13
int
theShapingTime
;
14
int
theTailShaping
;
15
};
16
17
#endif
CSCStripAmpResponse::theTailShaping
int theTailShaping
Definition:
CSCStripAmpResponse.h:14
CSCStripAmpResponse::RADICAL
Definition:
CSCStripAmpResponse.h:6
submitPVValidationJobs.t
string t
Definition:
submitPVValidationJobs.py:650
CSCStripAmpResponse::calculateAmpResponse
float calculateAmpResponse(float t) const
Definition:
CSCStripAmpResponse.cc:11
CSCStripAmpResponse::tailShapes
tailShapes
Definition:
CSCStripAmpResponse.h:6
muonCSCDigis_cfi.tailShaping
tailShaping
Definition:
muonCSCDigis_cfi.py:44
CSCStripAmpResponse::NONE
Definition:
CSCStripAmpResponse.h:6
muonCSCDigis_cfi.shapingTime
shapingTime
Definition:
muonCSCDigis_cfi.py:15
CSCStripAmpResponse::CSCStripAmpResponse
CSCStripAmpResponse(int shapingTime, int tailShaping)
Definition:
CSCStripAmpResponse.cc:8
CSCStripAmpResponse::theShapingTime
int theShapingTime
Definition:
CSCStripAmpResponse.h:13
CSCStripAmpResponse
Definition:
CSCStripAmpResponse.h:4
CSCStripAmpResponse::CONSERVATIVE
Definition:
CSCStripAmpResponse.h:6
Generated for CMSSW Reference Manual by
1.8.14