CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCConstants.h
Go to the documentation of this file.
1 #ifndef CSCCommonTrigger_CSCConstants_h
2 #define CSCCommonTrigger_CSCConstants_h
3 
10 #include <cmath>
11 
13 {
14  public:
16  NUM_DI_STRIPS = 40+1, // Add 1 to allow for staggering of strips
18 
20 
22 
24 
25  enum MPC_stubs { maxStubs = 3 };
26 
27 };
28 
29 #endif