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.1 by kiesel, Thu Mar 21 09:01:13 2013 UTC vs.
Revision 1.4 by kiesel, Mon Apr 15 16:01:40 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 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 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines