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" |
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 |
68 |
|
edm::InputTag vhbbevent_; |
69 |
|
HbbCandidateFinderAlgo *algo_; |
70 |
|
bool verbose_; |
71 |
+ |
bool useHighestHiggs; |
72 |
|
|
73 |
|
}; |
74 |
|
|