Revision: | 1.1 |
Committed: | Fri Sep 9 18:53:02 2011 UTC (13 years, 8 months ago) by antoniov |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | V01-01-01, V01-01-00, antoniov-forwardAnalysis-09Jul2012-v1, antoniov-forwardAnalysis-29Jun2012-v1, V01-00-00, antoniov-utilities-11Jun2012-v1, antoniov-forwardAnalysis-Oct072011-v1, sfonseca_10_04_2011, antoniov-forwardAnalysis-Sep182011-v1, antoniov-forwardAnalysis-Sep102011-v1, HEAD |
Error occurred while calculating annotation data. | |
Log Message: | update |
# | Content |
---|---|
1 | #include "DataFormats/Common/interface/Wrapper.h" |
2 | |
3 | #include <map> |
4 | #include <vector> |
5 | |
6 | namespace { |
7 | struct dictionary { |
8 | std::map<unsigned int, std::vector<double> > dummymv1; |
9 | std::map<int, std::vector<unsigned int> > dummymv2; |
10 | std::map<int, std::vector<double> > dummymv3; |
11 | edm::Wrapper<std::map<unsigned int, std::vector<double> > > dummywmv1; |
12 | edm::Wrapper<std::map<int, std::vector<unsigned int> > > dummywmv2; |
13 | edm::Wrapper<std::map<int, std::vector<double> > > dummywmv3; |
14 | }; |
15 | } |