Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
SimMuon
CSCDigitizer
src
CSCStripAmpResponse.h
Go to the documentation of this file.
1
#ifndef CSCDigitizer_CSCStripAmpResponse_h
2
#define CSCDigitizer_CSCStripAmpResponse_h
3
4
5
class
CSCStripAmpResponse
6
{
7
public
:
8
enum
tailShapes
{
NONE
,
CONSERVATIVE
,
RADICAL
};
9
10
CSCStripAmpResponse
(
int
shapingTime,
int
tailShaping);
11
12
float
calculateAmpResponse
(
float
t
)
const
;
13
14
private
:
15
int
theShapingTime
;
16
int
theTailShaping
;
17
};
18
19
#endif
20
CSCStripAmpResponse::theTailShaping
int theTailShaping
Definition:
CSCStripAmpResponse.h:16
CSCStripAmpResponse::RADICAL
Definition:
CSCStripAmpResponse.h:8
lumiQTWidget.t
tuple t
Definition:
lumiQTWidget.py:50
CSCStripAmpResponse::tailShapes
tailShapes
Definition:
CSCStripAmpResponse.h:8
CSCStripAmpResponse::NONE
Definition:
CSCStripAmpResponse.h:8
CSCStripAmpResponse::CSCStripAmpResponse
CSCStripAmpResponse(int shapingTime, int tailShaping)
Definition:
CSCStripAmpResponse.cc:9
CSCStripAmpResponse::calculateAmpResponse
float calculateAmpResponse(float t) const
Definition:
CSCStripAmpResponse.cc:16
CSCStripAmpResponse::theShapingTime
int theShapingTime
Definition:
CSCStripAmpResponse.h:15
CSCStripAmpResponse
Definition:
CSCStripAmpResponse.h:5
CSCStripAmpResponse::CONSERVATIVE
Definition:
CSCStripAmpResponse.h:8
Generated for CMSSW Reference Manual by
1.8.5