![]() |
ATLAS Offline Software
|
#include <xAODJetCollector.h>
Public Member Functions | |
| void | addJets (const HypoJetCIter &begin, const HypoJetCIter &end, int chainPartInd=-1) |
| std::vector< const xAOD::Jet * > | xAODJets () const |
| std::vector< const xAOD::Jet * > | xAODJets (int chainPartInd) const |
| HypoJetVector | hypoJets () const |
| HypoJetVector | hypoJets (int chainPartInd) const |
| std::size_t | size () const |
| bool | empty () const |
| std::vector< int > | legInds () const |
Private Member Functions | |
| std::vector< const xAOD::Jet * > | xAODJets_ (const HypoJetVector::const_iterator begin, const HypoJetVector::const_iterator end) const |
Private Attributes | |
| std::map< int, HypoJetVector > | m_jets |
Definition at line 20 of file xAODJetCollector.h.
| void xAODJetCollector::addJets | ( | const HypoJetCIter & | begin, |
| const HypoJetCIter & | end, | ||
| int | chainPartInd = -1 ) |
Definition at line 10 of file xAODJetCollector.cxx.
| bool xAODJetCollector::empty | ( | ) | const |
Definition at line 68 of file xAODJetCollector.cxx.
| HypoJetVector xAODJetCollector::hypoJets | ( | ) | const |
Definition at line 44 of file xAODJetCollector.cxx.
| HypoJetVector xAODJetCollector::hypoJets | ( | int | chainPartInd | ) | const |
Definition at line 58 of file xAODJetCollector.cxx.
| std::vector< int > xAODJetCollector::legInds | ( | ) | const |
Definition at line 95 of file xAODJetCollector.cxx.
| std::size_t xAODJetCollector::size | ( | ) | const |
Definition at line 66 of file xAODJetCollector.cxx.
Definition at line 18 of file xAODJetCollector.cxx.
Definition at line 32 of file xAODJetCollector.cxx.
|
private |
Definition at line 71 of file xAODJetCollector.cxx.
|
private |
Definition at line 45 of file xAODJetCollector.h.