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

Comparing UserCode/VHbbAnalysis/HbbAnalyzer/interface/HbbAnalyzerNew.h (file contents):
Revision 1.7 by arizzi, Fri Aug 26 10:29:59 2011 UTC vs.
Revision 1.8 by tboccali, Fri Sep 9 08:05:26 2011 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines