ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/interface/TRootMET.h
(Generate patch)

Comparing UserCode/Morgan/interface/TRootMET.h (file contents):
Revision 1.5 by lethuill, Fri Dec 19 12:26:01 2008 UTC vs.
Revision 1.6 by lethuill, Tue Apr 7 17:09:06 2009 UTC

# Line 3 | Line 3
3  
4   #include "../interface/TRootParticle.h"
5  
6 #include "Rtypes.h"
7 #include "TObject.h"
8
9
6   using namespace std;
7  
8   class TRootMET : public TRootParticle
# Line 392 | Line 388 | class TRootMET : public TRootParticle
388  
389  
390    friend std::ostream& operator<< (std::ostream& stream, const TRootMET& met) {
391 <    stream << "TRootMET  (Pt,Px,Py)=("<< met.Pt() <<","<< met.Px() <<","<< met.Py() << ")"
391 >    stream << "TRootMET  (Pt,Px,Py, Phi)=("<< met.Pt() <<","<< met.Px() <<","<< met.Py()  <<","<< met.Phi() << ")"
392             << "  hadEt in (HO,HB,HF,HE)=("<< met.hadEtInHO() <<","<< met.hadEtInHB() <<","<< met.hadEtInHF() <<","<< met.hadEtInHE() << ")"
393             << "  emEt in (EB,EF,HF)=("<< met.emEtInEB() <<","<< met.emEtInEE() <<","<< met.emEtInHF() << ")";
394      return stream;
# Line 436 | Line 432 | class TRootMET : public TRootParticle
432    Float_t corSumEtMUON_;
433  
434  
435 <  ClassDef (TRootMET,1);
435 >  ClassDef (TRootMET,2);
436   };
437  
438   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines