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: |