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

Comparing UserCode/UHHAnalysis/NtupleWriter/Objects/GenParticle.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 18 | Line 18 | class GenParticle : public Particle{
18    };
19  
20  
21 <  int pdgId(){return m_pdgId;}
22 <  int status(){return m_status;}
23 <  int index(){return m_index;}
21 >  int pdgId() const{return m_pdgId;}
22 >  int status() const{return m_status;}
23 >  int index() const{return m_index;}
24  
25  
26    //return mother 1 or 2 (ind<=1 or ind>=2)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines