ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/NtupleWriter/Objects/Jet.h
(Generate patch)

Comparing UserCode/UHHAnalysis/NtupleWriter/Objects/Jet.h (file contents):
Revision 1.3 by peiffer, Wed Jun 13 09:38:28 2012 UTC vs.
Revision 1.4 by peiffer, Fri Jun 22 09:54:32 2012 UTC

# Line 113 | Line 113 | class Jet : public Particle{
113    void set_genjet_energy(float x){m_genjet_energy=x;}
114    void add_genparticles_index(unsigned int x){m_genparticles_indices.push_back(x);}
115  
116 +  bool has_genjet() const{return m_genjet_pt>0;}
117 +
118   private:
119    
120    int m_nTracks;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines