CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCGattiFunction.h
Go to the documentation of this file.
1 #ifndef CSCGeomety_CSCGattiFunction_h
2 #define CSCGeomety_CSCGattiFunction_h
3 
40 class CSCChamberSpecs;
41 
43 {
44 public:
47  void initChamberSpecs(const CSCChamberSpecs &);
48 
53  double binValue( double x, double stripWidth) const;
54 
55 private:
56  // geometry constants for the detector
57  double k1, k2, k3, h;
58  double norm, sqrtk3;
59 
61 };
62 
63 #endif
double binValue(double x, double stripWidth) const
void initChamberSpecs(const CSCChamberSpecs &)
Calculates k1, k2, k3, h per chamber type, if necessary.
const CSCChamberSpecs * thePreviousSpecs