CMS 3D CMS Logo

CSCWireGroupPackage.h
Go to the documentation of this file.
1 #ifndef CSC_WIREGROUP_PACKAGE_H
2 #define CSC_WIREGROUP_PACKAGE_H
3 
4 // This is CSCWireGroupPackage.h
5 
16 #include <vector>
17 
19 public:
20  typedef std::vector<int> Container;
21 
23  : numberOfGroups(0),
24  wireSpacing(0.),
29 
33  double wireSpacing;
38 };
39 #endif
std::vector< int > Container