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