#include <JetCellAccessor.h>
Definition at line 35 of file JetCellAccessor.h.
 
◆ cell_iterator
◆ constit_iterator
◆ weight_t
◆ JetCellAccessor()
◆ begin()
Definition at line 76 of file JetCellAccessor.cxx.
   77     const std::vector< ElementLink< xAOD::IParticleContainer > >& 
vec = 
jet->constituentLinks();
 
   78     return {
vec.begin(),
vec.end()};
 
 
 
 
◆ end()
Definition at line 81 of file JetCellAccessor.cxx.
   82     const std::vector< ElementLink< xAOD::IParticleContainer > >& 
vec = 
jet->constituentLinks();
 
   83     return {
vec.begin(),
vec.end(), 
true};
 
 
 
 
The documentation for this class was generated from the following files: