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

Comparing UserCode/L1RpcTriggerAnalysis/interface/MuonObj.h (file contents):
Revision 1.2 by konec, Thu Jul 15 13:02:48 2010 UTC vs.
Revision 1.3 by konec, Mon Oct 1 19:19:57 2012 UTC

# Line 19 | Line 19 | public:
19    bool isOuter()   const { return  (theMuonBits>>2)&1 ;}  
20    bool isCalo()    const { return  (theMuonBits>>1)&1 ;}  
21    bool isMatched() const { return   theMuonBits&1 ;}  
22 + public:
23 +  unsigned int nRPCHits, nDTHits, nCSCHits, nTrackerHits, nMatchedStations;
24   private:  
25    unsigned int theMuonBits;
26   public:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines