ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1RpcTriggerAnalysis/interface/Pattern.h
(Generate patch)

Comparing UserCode/L1RpcTriggerAnalysis/interface/Pattern.h (file contents):
Revision 1.5 by akalinow, Tue Jun 25 10:49:34 2013 UTC vs.
Revision 1.6 by akalinow, Tue Jun 25 11:06:02 2013 UTC

# Line 10 | Line 10
10  
11   class  Pattern {
12   public:
13 <  typedef std::vector< std::pair <uint32_t,  unsigned int > >  DataType;
13 >  //typedef std::vector< std::pair <uint32_t,  unsigned int > >  DataType;
14 >  typedef std::map<uint32_t,  unsigned int >  DataType;
15  
16    Pattern() {}
17  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines