CMS 3D CMS Logo

CSCPatternLUT.cc
Go to the documentation of this file.
2 
4  int BendList[CSCConstants::NUM_CLCT_PATTERNS_PRE_TMB07] = {0, 3, -3, 2, -2, 1, -1, 0};
5  return BendList[pattern];
6 }
7 
9  double PositionList[CSCConstants::NUM_CLCT_PATTERNS_PRE_TMB07] = {0.0, 0.0, 0.0, -0.41, 0.41, 0.42, -0.42, 0.0};
10  return PositionList[pattern];
11 }
12 
14  double PositionList[CSCConstants::NUM_CLCT_PATTERNS] = {
15  0.0, 0.0, -0.60, 0.60, -0.64, 0.64, -0.23, 0.23, -0.21, 0.21, 0.0}; // offset in the strip number for each pattern
16 
17  return PositionList[pattern];
18 }
static int getBendValue(int pattern)
Definition: CSCPatternLUT.cc:3
static double getPosition(int pattern)
Definition: CSCPatternLUT.cc:8
static double get2007Position(int pattern)