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