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 {
20  public:
21  typedef std::vector<int> Container;
22 
24  numberOfGroups( 0 ),
25  wireSpacing( 0. ),
29  lengthOfWirePlane( 0. ) { };
30 
31  Container consecutiveGroups;
32  Container wiresInEachGroup;
34  double wireSpacing;
39 };
40 #endif
std::vector< int > Container