CMS 3D CMS Logo

CSCFakeCrosstalkMap.h
Go to the documentation of this file.
1 #ifndef _CSC_FAKE_CROSSTALK_MAP
2 #define _CSC_FAKE_CROSSTALK_MAP
3 
5 
7  public:
9 
10  const CSCcrosstalk & get(){
11  return (*cncrosstalk);
12  }
13 
14  void smear();
15 
16  private:
17  float theMean;
18  float theMin;
19  float theMinChi;
20  int theSeed;
21  long int theM;
22 
24 
25 };
26 
27 #endif
CSCcrosstalk * cncrosstalk