#include <CSCStripAmpResponse.h>
Public Types | |
enum | tailShapes { NONE, CONSERVATIVE, RADICAL } |
Public Member Functions | |
float | calculateAmpResponse (float t) const |
CSCStripAmpResponse (int shapingTime, int tailShaping) | |
Private Attributes | |
int | theShapingTime |
int | theTailShaping |
Definition at line 5 of file CSCStripAmpResponse.h.
Enumerator | |
---|---|
NONE | |
CONSERVATIVE | |
RADICAL |
Definition at line 8 of file CSCStripAmpResponse.h.
CSCStripAmpResponse::CSCStripAmpResponse | ( | int | shapingTime, |
int | tailShaping | ||
) |
Definition at line 9 of file CSCStripAmpResponse.cc.
float CSCStripAmpResponse::calculateAmpResponse | ( | float | t | ) | const |
Definition at line 16 of file CSCStripAmpResponse.cc.
References CONSERVATIVE, create_public_lumi_plots::exp, NONE, RADICAL, tree::t, theShapingTime, and theTailShaping.
Referenced by CSCStripElectronicsSim::calculateAmpResponse().
|
private |
Definition at line 15 of file CSCStripAmpResponse.h.
Referenced by calculateAmpResponse().
|
private |
Definition at line 16 of file CSCStripAmpResponse.h.
Referenced by calculateAmpResponse().