ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/kiesel/TreeWriter/TreeObjects.h
(Generate patch)

Comparing UserCode/kiesel/TreeWriter/TreeObjects.h (file contents):
Revision 1.3 by kiesel, Sat Apr 13 09:53:45 2013 UTC vs.
Revision 1.5 by kiesel, Tue Apr 16 15:11:20 2013 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines