CMS 3D CMS Logo

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 public:
46  void initChamberSpecs(const CSCChamberSpecs &);
47 
52  double binValue(double x, double stripWidth) const;
53 
54 private:
55  // geometry constants for the detector
56  double k1, k2, k3, h;
57  double norm, sqrtk3;
58 
60 };
61 
62 #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