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