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

Comparing UserCode/UHHAnalysis/NtupleWriter/Objects/TopJet.h (file contents):
Revision 1.1 by peiffer, Tue May 22 09:32:32 2012 UTC vs.
Revision 1.2 by peiffer, Wed May 23 09:10:59 2012 UTC

# Line 11 | Line 11 | class TopJet : public Jet{
11    ~TopJet(){
12    };
13  
14 <  std::vector<Particle> subjets(){return m_subjets;}
14 >  std::vector<Particle> subjets() const{return m_subjets;}
15  
16    void add_subjet(Particle p){m_subjets.push_back(p);}
17  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines