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.
6 #include <vector>
7 #include <map>
8 
9 namespace{
10  struct dictionary {
11 
12  DTDigi d;
13  std::vector<DTDigi> vv;
14  std::vector<std::vector<DTDigi> > v1;
16 
18  std::vector<DTLocalTrigger> ww;
19  std::vector<std::vector<DTLocalTrigger> > w1;
21 
24 
25  };
26 }
Definition: DTDigi.h:19