# | 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: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |