CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
classes.h
Go to the documentation of this file.
4 #include <vector>
5 #include <map>
6 
7 namespace{
8  struct dictionary {
9 
10  DTDigiSimLink dummy0;
11  std::vector<DTDigiSimLink> dummy1;
12  std::vector<std::vector<DTDigiSimLink> > dummy2;
15  };
16 }
A container for a generic type of digis indexed by some index, implemented with a map&lt;IndexType...