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.2 by kiesel, Mon Mar 25 12:00:06 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);
24  
25  
26
26   } // end namespace definition
27  
28   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines