# | Line 13 | Line 13 | class Photon : public Particle { | |
---|---|---|
13 | public: | |
14 | float r9, sigmaIetaIeta, hadTowOverEm, pixelseed; | |
15 | float chargedIso, neutralIso, photonIso; | |
16 | + | bool conversionSafeVeto; |
17 | }; | |
18 | ||
19 | class Jet : public Particle{ | |
20 | public: | |
21 | < | float pt, eta; |
21 | > | float bCSV; |
22 | }; | |
23 | ||
24 | bool EtGreater(const tree::Particle, const tree::Particle); | |
# | Line 26 | Line 27 | bool EtGreater(const tree::Particle, con | |
27 | } // end namespace definition | |
28 | ||
29 | #endif | |
30 | + | |
31 | + | |
32 | + |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |