11 |
|
|
12 |
|
class Photon : public Particle { |
13 |
|
public: |
14 |
< |
float r9, sigmaIetaIeta, hadTowOverEm, pixelseed; |
14 |
> |
float ptJet; |
15 |
> |
float r9, sigmaIetaIeta, hadTowOverEm; |
16 |
|
float chargedIso, neutralIso, photonIso; |
17 |
|
bool conversionSafeVeto; |
18 |
+ |
int pixelseed; |
19 |
+ |
int genInformation; |
20 |
|
}; |
21 |
|
|
22 |
|
class Jet : public Particle{ |
23 |
|
public: |
24 |
|
float bCSV; |
25 |
|
float chargedHadronEnergy,neutralHadronEnergy,photonEnergy,electronEnergy,muonEnergy,HFHadronEnergy,HFEMEnergy,chargedEmEnergy,chargedMuEnergy,neutralEmEnergy; |
23 |
– |
|
26 |
|
}; |
27 |
|
|
28 |
|
bool EtGreater(const tree::Particle, const tree::Particle); |
29 |
|
|
28 |
– |
|
30 |
|
} // end namespace definition |
31 |
|
|
32 |
|
#endif |