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 |
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; |
432 |
|
Float_t corSumEtMUON_; |
433 |
|
|
434 |
|
|
435 |
< |
ClassDef (TRootMET,1); |
435 |
> |
ClassDef (TRootMET,2); |
436 |
|
}; |
437 |
|
|
438 |
|
#endif |