# | Line 1 | Line 1 | |
---|---|---|
1 | #include "VHbbAnalysis/HbbAnalyzer/interface/HbbCandidateFinderAlgo.h" | |
2 | < | #include "VHbbAnalysis/HbbAnalyzer/interface/VHbbCandidateTools.h" |
2 | > | #include "VHbbAnalysis/VHbbDataFormats/interface/VHbbCandidateTools.h" |
3 | ||
4 | #include <iostream> | |
5 | #include<cstdlib> | |
# | Line 101 | Line 101 | void HbbCandidateFinderAlgo::run (const | |
101 | // | |
102 | // now see which kind of andidate this can be | |
103 | // | |
104 | < | VHbbCandidateTools selector(true); |
104 | > | VHbbCandidateTools selector(verbose_); |
105 | ||
106 | VHbbCandidate result; | |
107 | bool ok = false; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |