40 |
|
|
41 |
|
#include "DataFormats/GeometryVector/interface/Phi.h" |
42 |
|
|
43 |
+ |
#include<TVector2.h> |
44 |
+ |
|
45 |
|
#include "TMatrixD.h" |
46 |
|
#include "TArrayD.h" |
47 |
|
#include "TMatrixDBase.h" |
59 |
|
explicit HbbAnalyzerNew(const edm::ParameterSet&); |
60 |
|
~HbbAnalyzerNew(); |
61 |
|
|
62 |
+ |
protected: |
63 |
+ |
TVector2 getTvect( const pat::Jet* patJet ); |
64 |
|
|
65 |
|
private: |
66 |
|
virtual void beginJob() ; |
84 |
|
edm::InputTag dimuLabel_; |
85 |
|
edm::InputTag dielecLabel_; |
86 |
|
edm::InputTag hltResults_; |
87 |
+ |
|
88 |
+ |
bool runOnMC_; |
89 |
|
|
90 |
|
// TMatrixD *pointerPt; |
91 |
|
TMatrixD *pointerEta; |