# | Line 16 | Line 16 | class Photon : public Particle { | |
---|---|---|
16 | float chargedIso, neutralIso, photonIso; | |
17 | bool conversionSafeVeto; | |
18 | int pixelseed; | |
19 | < | int genInformation; |
19 | > | short genInformation; |
20 | }; | |
21 | ||
22 | class Jet : public Particle{ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |