ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbbAnalysis/HbbAnalyzer/plugins/HbbCandidateFinderAlgo.cc
(Generate patch)

Comparing UserCode/VHbbAnalysis/HbbAnalyzer/plugins/HbbCandidateFinderAlgo.cc (file contents):
Revision 1.2 by tboccali, Thu Jun 30 08:56:27 2011 UTC vs.
Revision 1.4 by tboccali, Fri Jul 8 07:33:44 2011 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines