CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCobject.h
Go to the documentation of this file.
1 #ifndef CSCobject_h
2 #define CSCobject_h
3 
4 #include <vector>
5 #include <map>
6 
7 class CSCobject{
8  public:
9  CSCobject();
10  ~CSCobject();
11 
12  std::map< int, std::vector<std::vector<float> > > obj;
13 };
14 
15 #endif
~CSCobject()
Definition: CSCobject.cc:3
CSCobject()
Definition: CSCobject.cc:2
std::map< int, std::vector< std::vector< float > > > obj
Definition: CSCobject.h:12