#include <JetCellAccessor.h>
Definition at line 35 of file JetCellAccessor.h.
◆ cell_iterator
◆ constit_iterator
◆ weight_t
◆ JetCellAccessor()
| jet::JetCellAccessor::JetCellAccessor |
( |
const xAOD::Jet * | jet | ) |
|
◆ begin()
Definition at line 76 of file JetCellAccessor.cxx.
76 {
77 const std::vector< ElementLink< xAOD::IParticleContainer > >&
vec = jet->
constituentLinks();
78 return {
vec.begin(),
vec.end()};
79 }
std::vector< size_t > vec
const std::vector< ElementLink< IParticleContainer > > & constituentLinks() const
Direct access to constituents. WARNING expert use only.
◆ end()
The documentation for this class was generated from the following files: