ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4INCL::UnorderedVector< T > Class Template Reference

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/inclxx/utils/include/G4INCLUnorderedVector.hh>

+ Inheritance diagram for G4INCL::UnorderedVector< T >:
+ Collaboration diagram for G4INCL::UnorderedVector< T >:

Public Member Functions

 UnorderedVector ()
 
void remove (const T &t)
 
G4bool contains (const T &t) const
 

Additional Inherited Members

- Private Attributes inherited from std::vector< T >
T elements
 STL member.
 

Detailed Description

template<class T>
class G4INCL::UnorderedVector< T >

Definition at line 63 of file G4INCLUnorderedVector.hh.

View newest version in sPHENIX GitHub at line 63 of file G4INCLUnorderedVector.hh

Constructor & Destructor Documentation

template<class T>
G4INCL::UnorderedVector< T >::UnorderedVector ( )
inline

Definition at line 65 of file G4INCLUnorderedVector.hh.

View newest version in sPHENIX GitHub at line 65 of file G4INCLUnorderedVector.hh

Member Function Documentation

template<class T>
G4bool G4INCL::UnorderedVector< T >::contains ( const T t) const
inline

Definition at line 95 of file G4INCLUnorderedVector.hh.

View newest version in sPHENIX GitHub at line 95 of file G4INCLUnorderedVector.hh

Referenced by G4INCL::AvatarDumpAction::afterAvatarUserAction(), G4INCL::StandardPropagationModel::generateCollisions(), and G4INCL::StandardPropagationModel::generateUpdatedCollisions().

+ Here is the caller graph for this function:

template<class T>
void G4INCL::UnorderedVector< T >::remove ( const T t)
inline

Definition at line 88 of file G4INCLUnorderedVector.hh.

View newest version in sPHENIX GitHub at line 88 of file G4INCLUnorderedVector.hh

Referenced by G4INCL::ProjectileRemnant::addDynamicalSpectators(), G4INCL::Store::extractDynamicalSpectators(), G4INCL::Store::particleHasBeenDestroyed(), G4INCL::Store::particleHasBeenEjected(), G4INCL::Store::removeAvatar(), and G4INCL::Cluster::removeParticle().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: