CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CSCBitWidths.h
Go to the documentation of this file.
1 #ifndef L1CSCTrackFinder_CSCBitWidths_h
2 #define L1CSCTrackFinder_CSCBitWidths_h
3 
11 class CSCBitWidths {
12 public:
14 
16 
17  enum addresses {
22  };
23 
24  enum data_sizes {
29  };
30 };
31 
32 #endif