Revision: | 1.1 |
Committed: | Fri Nov 9 22:08:23 2012 UTC (12 years, 5 months ago) by bbetchar |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | V00-02-00, V00-01-05, V00-01-04, V00-01-03, V00-01-02, V00-01-01, V00-01-00 |
Log Message: | class defs |
# | Content |
---|---|
1 | #ifndef TOPREF_CLASSES_H |
2 | #define TOPREF_CLASSES_H |
3 | |
4 | #include "DataFormats/Common/interface/Wrapper.h" |
5 | #include <string> |
6 | #include <map> |
7 | |
8 | namespace { |
9 | struct dictionary { |
10 | std::map<std::string,int> dummi0; |
11 | edm::Wrapper<std::map<std::string,int> > dummi1; |
12 | }; |
13 | } |
14 | |
15 | #endif |