Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Jet::IterJetTCA Struct Reference

#include <coresoftware/blob/master/offline/packages/jetbase/Jet.h>

Public Member Functions

 IterJetTCA (TClonesArray *_tca)
 
void operator++ ()
 
Jetoperator* ()
 
bool operator!= (const IterJetTCA &)
 

Public Attributes

TClonesArray * tca {nullptr}
 
int index {0}
 
int size
 

Detailed Description

Definition at line 253 of file Jet.h.

View newest version in sPHENIX GitHub at line 253 of file Jet.h

Constructor & Destructor Documentation

Jet::IterJetTCA::IterJetTCA ( TClonesArray *  _tca)

Definition at line 78 of file Jet.cc.

View newest version in sPHENIX GitHub at line 78 of file Jet.cc

Member Function Documentation

bool Jet::IterJetTCA::operator!= ( const IterJetTCA )
inline

Definition at line 262 of file Jet.h.

View newest version in sPHENIX GitHub at line 262 of file Jet.h

References index, and size.

Jet* Jet::IterJetTCA::operator* ( )
void Jet::IterJetTCA::operator++ ( )
inline

Definition at line 260 of file Jet.h.

View newest version in sPHENIX GitHub at line 260 of file Jet.h

References index.

Member Data Documentation

int Jet::IterJetTCA::index {0}

Definition at line 256 of file Jet.h.

View newest version in sPHENIX GitHub at line 256 of file Jet.h

Referenced by operator!=(), and operator++().

int Jet::IterJetTCA::size

Definition at line 257 of file Jet.h.

View newest version in sPHENIX GitHub at line 257 of file Jet.h

Referenced by operator!=().

TClonesArray* Jet::IterJetTCA::tca {nullptr}

Definition at line 255 of file Jet.h.

View newest version in sPHENIX GitHub at line 255 of file Jet.h


The documentation for this struct was generated from the following files: