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.
1 #include <vector>
3 
4 namespace {
5  struct dictionary {
6  std::vector<edm::ErrorSummaryEntry> w_v_es;
7  };
8 }