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 
37 class CSCChamberSpecs;
38 
40 {
41 public:
44  void initChamberSpecs(const CSCChamberSpecs &);
45 
50  double binValue( double x, double stripWidth) const;
51 
52 private:
53  // geometry constants for the detector
54  double k1, k2, k3, h;
55  double norm, sqrtk3;
56 
58 };
59 
60 #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