#include <xAODJetCollector.h>
Definition at line 20 of file xAODJetCollector.h.
◆ addJets()
◆ empty()
bool xAODJetCollector::empty |
( |
| ) |
const |
◆ hypoJets() [1/2]
◆ hypoJets() [2/2]
HypoJetVector xAODJetCollector::hypoJets |
( |
int |
chainPartInd | ) |
const |
◆ legInds()
std::vector< int > xAODJetCollector::legInds |
( |
| ) |
const |
◆ size()
std::size_t xAODJetCollector::size |
( |
| ) |
const |
◆ xAODJets() [1/2]
◆ xAODJets() [2/2]
std::vector< const xAOD::Jet * > xAODJetCollector::xAODJets |
( |
int |
chainPartInd | ) |
const |
◆ xAODJets_()
std::vector< const xAOD::Jet * > xAODJetCollector::xAODJets_ |
( |
const HypoJetVector::const_iterator |
begin, |
|
|
const HypoJetVector::const_iterator |
end |
|
) |
| const |
|
private |
Definition at line 71 of file xAODJetCollector.cxx.
81 return (j->xAODJet()).has_value();});
83 std::vector<const xAOD::Jet*> xJets;
84 xJets.reserve(new_end -
hypoJets.begin());
88 [](
const pHypoJet j){
return *(j->xAODJet());});
90 std::set<const xAOD::Jet*> js(xJets.begin(), xJets.end());
91 return std::vector<const xAOD::Jet*> (js.begin(), js.end());
◆ m_jets
The documentation for this class was generated from the following files: