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.3 by kiesel, Sat Apr 13 09:53:45 2013 UTC

# Line 17 | Line 17 | class Photon : public Particle {
17  
18   class Jet : public Particle{
19          public:
20 <                float pt, eta;
20 >                float bCSV;
21   };
22  
23   bool EtGreater(const tree::Particle, const tree::Particle);
# Line 26 | Line 26 | bool EtGreater(const tree::Particle, con
26   } // end namespace definition
27  
28   #endif
29 +
30 +
31 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines