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.6 by akalinow, Tue Jun 25 11:06:02 2013 UTC vs.
Revision 1.7 by akalinow, Thu Jul 11 11:25:21 2013 UTC

# Line 10 | Line 10
10  
11   class  Pattern {
12   public:
13 <  //typedef std::vector< std::pair <uint32_t,  unsigned int > >  DataType;
13 >
14    typedef std::map<uint32_t,  unsigned int >  DataType;
15  
16    Pattern() {}
17  
18 +
19 +  static uint32_t rotateDetId(uint32_t rawId, int step);
20 +  Pattern getRotated(int step) const;
21 +
22 +
23    //is not empty
24    operator bool() const { return theData.size() > 0; }
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines