CMS 3D CMS Logo

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