# | 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 bCSV; | |
22 | + | float chargedHadronEnergy,neutralHadronEnergy,photonEnergy,electronEnergy,muonEnergy,HFHadronEnergy,HFEMEnergy,chargedEmEnergy,chargedMuEnergy,neutralEmEnergy; |
23 | + | |
24 | }; | |
25 | ||
26 | bool EtGreater(const tree::Particle, const tree::Particle); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |