CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCStripAmpResponse.h
Go to the documentation of this file.
1 #ifndef CSCDigitizer_CSCStripAmpResponse_h
2 #define CSCDigitizer_CSCStripAmpResponse_h
3 
4 
6 {
7 public:
9 
10  CSCStripAmpResponse(int shapingTime, int tailShaping);
11 
12  float calculateAmpResponse(float t) const;
13 
14 private:
17 };
18 
19 #endif
20 
CSCStripAmpResponse(int shapingTime, int tailShaping)
float calculateAmpResponse(float t) const