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.2 by tboccali, Wed Jun 15 15:18:35 2011 UTC vs.
Revision 1.3 by tboccali, Thu Jun 16 12:16:02 2011 UTC

# Line 56 | Line 56 | protected:
56  
57    void run (const VHbbEvent*, std::auto_ptr<std::vector<VHbbCandidate> > &);
58    
59 <  std::pair <int, int>  findDiJets (const std::vector<VHbbEvent::SimpleJet>& jets);
59 > bool  findDiJets (const std::vector<VHbbEvent::SimpleJet>& , VHbbEvent::SimpleJet& , VHbbEvent::SimpleJet& ,std::vector<VHbbEvent::SimpleJet>& );
60  
61  
62 <  int findDiMuon (const std::vector<VHbbEvent::DiMuonInfo>&);
63 <  int findDiElectron (const std::vector<VHbbEvent::DiElectronInfo>&);
64 <
62 > void findMuons (const std::vector<VHbbEvent::MuonInfo>& muons, std::vector<VHbbEvent::MuonInfo>& out);
63 > void findElectrons(const std::vector<VHbbEvent::ElectronInfo>& electrons, std::vector<VHbbEvent::ElectronInfo>& out);
64  
65   private:
66    virtual void beginJob() ;
67    virtual void endJob() ;
68    
69    edm::InputTag vhbbevent_;
70 <
70 >  bool verbose_;
71 >  float jetPtThreshold;
72    
73    
74   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines