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.
3 
4 #include <vector>
5 
6 namespace {
7  struct dictionary{
8  std::vector<CentralityTable::CBin> dummy;
9  std::vector<RPFlatParams::EP> yummy;
10  };
11 }
12