ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Betchart/TopRefTuple/src/classes.h
(Generate patch)

Comparing UserCode/Betchart/TopRefTuple/src/classes.h (file contents):
Revision 1.2 by bbetchar, Sun Jan 13 07:42:14 2013 UTC vs.
Revision 1.4 by bbetchar, Mon Jan 14 00:32:11 2013 UTC

# Line 1 | Line 1
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines