# | Line 40 | Line 40 | using namespace std; | |
---|---|---|
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" | |
# | Line 57 | Line 59 | class HbbAnalyzerNew : public edm::EDPro | |
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() ; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |