# | 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); | |
24 | ||
25 | ||
26 | – | |
26 | } // end namespace definition | |
27 | ||
28 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |