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 #include <boost/cstdint.hpp>
13 #include <vector>
14 
15 namespace {
16  struct dictionary {
17  std::vector<HcalElectronicsId> eids;
18  std::vector<HcalFrontEndId> feids;
19  std::vector<CastorElectronicsId> ceids;
20  };
21 }
22