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.9 by tboccali, Thu Jul 28 13:17:29 2011 UTC vs.
Revision 1.10 by tboccali, Fri Sep 9 08:05:26 2011 UTC

# Line 57 | Line 57 | protected:
57   // voif findVectorCandidate()
58  
59  
60 < void findMuons (const std::vector<VHbbEvent::MuonInfo>& muons, std::vector<VHbbEvent::MuonInfo>& out);
61 < void findElectrons(const std::vector<VHbbEvent::ElectronInfo>& electrons, std::vector<VHbbEvent::ElectronInfo>& out);
60 > void findMuons (const std::vector<VHbbEvent::MuonInfo>& muons, std::vector<VHbbEvent::MuonInfo>& out, std::vector<unsigned int>&);
61 > void findElectrons(const std::vector<VHbbEvent::ElectronInfo>& electrons, std::vector<VHbbEvent::ElectronInfo>& out, std::vector<unsigned int>&);
62   void findMET(const VHbbEvent::METInfo& met, std::vector<VHbbEvent::METInfo>& out);
63  
64   private:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines