CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
20  public:
21  typedef std::vector<int> Container;
22 
24  numberOfGroups( 0 ),
25  wireSpacing( 0. ),
29  lengthOfWirePlane( 0. ) { };
30 
34  double wireSpacing;
39 };
40 #endif
std::vector< int > Container