# | Line 17 | Line 17 | class Photon : public Particle { | |
---|---|---|
17 | ||
18 | class Jet : public Particle{ | |
19 | public: | |
20 | < | float pt, eta; |
20 | > | float bCSV; |
21 | }; | |
22 | ||
23 | bool EtGreater(const tree::Particle, const tree::Particle); | |
# | Line 26 | Line 26 | bool EtGreater(const tree::Particle, con | |
26 | } // end namespace definition | |
27 | ||
28 | #endif | |
29 | + | |
30 | + | |
31 | + |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |