Public Types | |
typedef std::vector < ElementLink < IParticleContainer > >::const_iterator | ELiterator |
Public Member Functions | |
iterator (ELiterator it, JetConstitScale s) | |
iterator & | operator++ () |
iterator & | operator++ (int) |
iterator & | operator-- () |
iterator & | operator-- (int) |
bool | operator== (const iterator &other) |
bool | operator!= (const iterator &other) |
const JetConstituent * | operator* () |
const JetConstituent * | operator-> () |
void | inc () |
void | dec () |
Protected Member Functions | |
void | update4Mom () |
Protected Attributes | |
ELiterator | m_index |
ELiterator | m_cachedMomIndex |
JetConstituent | m_4mom |
JetConstitScale | m_sigState |
Friends | |
class | JetConstituentVector |