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.1 by konec, Thu Jun 17 00:48:14 2010 UTC vs.
Revision 1.2 by konec, Thu Jul 15 13:02:48 2010 UTC

# Line 5 | Line 5
5   class MuonObj : public TrackObj {
6   public:
7    MuonObj():TrackObj(),theMuonBits(0) {}
8 <  MuonObj(float pt, float eta, float phi) : TrackObj(pt,eta,phi), theMuonBits(0) {}
8 >    MuonObj(float pt, float eta, float phi, float charge) : TrackObj(pt,eta,phi,charge), theMuonBits(0) {}
9    virtual ~MuonObj(){}
10    void setBits(bool isGlobal, bool isTracker, bool isOuter, bool isCalo, bool isMatched) {
11       if (isGlobal)  theMuonBits = 1 << 4;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines