# | Line 64 | Line 64 | using namespace std; | |
---|---|---|
64 | ||
65 | // class decleration | |
66 | // | |
67 | < | |
67 | > | class JetCorrectionUncertainty; |
68 | ||
69 | ||
70 | class HbbAnalyzerNew : public edm::EDProducer { | |
# | Line 118 | Line 118 | class HbbAnalyzerNew : public edm::EDPro | |
118 | TMatrixD *pointerPhi; | |
119 | ||
120 | bool verbose_; | |
121 | + | protected: |
122 | + | void fillSimpleJet (VHbbEvent::SimpleJet& sj, edm::View<pat::Jet>::const_iterator iter); |
123 | + | void setJecUnc(VHbbEvent::SimpleJet& sj,JetCorrectionUncertainty* jecunc); |
124 | ||
122 | – | |
123 | – | |
125 | }; | |
126 | ||
127 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |