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.
2 #include <boost/cstdint.hpp>
3 #include <vector>
4 
5 namespace SimDataFormats_EncodedEventId {
6  struct dictionary {
7  std::vector<EncodedEventId> dummy;
8  };
9 }
std::vector< EncodedEventId > dummy
Definition: classes.h:7