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.3 by peiffer, Wed Jun 13 09:38:29 2012 UTC

# Line 3 | Line 3
3  
4   #include "Jet.h"
5  
6 + /**
7 + *  @short top-jet class
8 + *  @author Thomas Peiffer
9 + */
10 +
11   class TopJet : public Jet{
12   public:
13    TopJet(){
# Line 11 | Line 16 | class TopJet : public Jet{
16    ~TopJet(){
17    };
18  
19 <  std::vector<Particle> subjets(){return m_subjets;}
19 >  std::vector<Particle> subjets() const{return m_subjets;}
20  
21    void add_subjet(Particle p){m_subjets.push_back(p);}
22  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines