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

Comparing UserCode/VHbbAnalysis/HbbAnalyzer/interface/HbbCandidateFinder.h (file contents):
Revision 1.4 by tboccali, Tue Jun 21 15:49:01 2011 UTC vs.
Revision 1.8 by tboccali, Thu Jul 21 14:12:14 2011 UTC

# Line 25 | Line 25 | using namespace std;
25   #include "TTree.h"
26   #include "TMath.h"
27  
28
29
30
28   #include <TString.h>
29  
33 #include "VHbbAnalysis/HbbAnalyzer/interface/VHbbCandidate.h"
34 #include "VHbbAnalysis/HbbAnalyzer/interface/VHbbEvent.h"
35
36
30  
31 + #include "VHbbAnalysis/VHbbDataFormats/interface/HbbCandidateFinderAlgo.h"
32 + #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbCandidate.h"
33 + #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbEvent.h"
34  
35   //
36   // class declaration
# Line 70 | Line 66 | protected:
66    virtual void endJob() ;
67    
68    edm::InputTag vhbbevent_;
69 <  bool verbose_;
70 <  float jetPtThreshold;
71 <  
69 > HbbCandidateFinderAlgo *algo_;
70 > bool verbose_;
71 > bool useHighestHiggs;
72    
73   };
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines