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

Comparing UserCode/L1RpcTriggerAnalysis/interface/L1Obj.h (file contents):
Revision 1.7 by konec, Fri May 17 13:02:11 2013 UTC vs.
Revision 1.8 by konec, Mon May 20 10:27:29 2013 UTC

# Line 12 | Line 12 | struct L1Obj : public TObject {
12    TYPE  type;
13  
14    L1Obj() : pt(0.),eta(0.),phi(0.),bx(0),q(-1), type(NONE) {}
15 <  bool isValid() { return q >= 0;}
15 >  bool isValid() const { return q >= 0;}
16  
17    friend ostream & operator<< (ostream &out, const L1Obj &o);
18  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines