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

Comparing UserCode/UHHAnalysis/NtupleWriter/Objects/MET.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 15 | Line 15 | class MET{
15    };
16  
17  
18 <  float pt(){return m_pt;}
19 <  float phi(){return m_phi;}
20 <  float mEtSig(){return m_mEtSig;}
18 >  float pt() const{return m_pt;}
19 >  float phi() const{return m_phi;}
20 >  float mEtSig() const{return m_mEtSig;}
21  
22    void set_pt(float pt){m_pt=pt;}  
23    void set_phi(float phi){m_phi=phi;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines