ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/parameterisation/include/G4FastSimulationVector.hh>
Public Member Functions | |
G4FastSimulationVector () | |
virtual | ~G4FastSimulationVector () |
T * | remove (const T *) |
T * | removeAt (G4int) |
void | clearAndDestroy () |
Private Types | |
typedef std::vector< T * > | std_pvector |
typedef std_pvector::iterator | iterator |
typedef std_pvector::const_iterator | const_iterator |
Additional Inherited Members | |
Public Attributes inherited from std::vector< T > | |
T | elements |
STL member. | |
Definition at line 48 of file G4FastSimulationVector.hh.
View newest version in sPHENIX GitHub at line 48 of file G4FastSimulationVector.hh
|
private |
Definition at line 52 of file G4FastSimulationVector.hh.
View newest version in sPHENIX GitHub at line 52 of file G4FastSimulationVector.hh
|
private |
Definition at line 51 of file G4FastSimulationVector.hh.
View newest version in sPHENIX GitHub at line 51 of file G4FastSimulationVector.hh
|
private |
Definition at line 50 of file G4FastSimulationVector.hh.
View newest version in sPHENIX GitHub at line 50 of file G4FastSimulationVector.hh
|
inline |
Definition at line 56 of file G4FastSimulationVector.hh.
View newest version in sPHENIX GitHub at line 56 of file G4FastSimulationVector.hh
|
inlinevirtual |
Definition at line 59 of file G4FastSimulationVector.hh.
View newest version in sPHENIX GitHub at line 59 of file G4FastSimulationVector.hh
void G4FastSimulationVector< T >::clearAndDestroy | ( | ) |
T* G4FastSimulationVector< T >::remove | ( | const T * | ) |
Referenced by G4GlobalFastSimulationManager::RemoveFastSimulationManager(), G4FastSimulationManager::RemoveFastSimulationModel(), and G4GlobalFastSimulationManager::RemoveFSMP().
T* G4FastSimulationVector< T >::removeAt | ( | G4int | ) |
Referenced by G4FastSimulationManager::ActivateFastSimulationModel(), and G4FastSimulationManager::InActivateFastSimulationModel().