|
Geant4
10.03
|
#include <G4ParticleTableIterator.hh>
Public Types | |
| typedef std::map< K, V, std::less< K > > | Map |
Public Member Functions | |
| G4ParticleTableIterator (Map &adict) | |
| G4bool | operator++ () |
| G4bool | operator() () |
| void | reset (G4bool ifSkipIon=true) |
| K * | key () const |
| V | value () const |
Private Attributes | |
| Map::iterator | it |
| Map * | mydict |
| G4bool | defined |
| G4bool | skipIons |
Definition at line 43 of file G4ParticleTableIterator.hh.
| typedef std::map<K, V, std::less<K> > G4ParticleTableIterator< K, V >::Map |
Definition at line 46 of file G4ParticleTableIterator.hh.
|
inline |
Definition at line 47 of file G4ParticleTableIterator.hh.
|
inline |
Definition at line 80 of file G4ParticleTableIterator.hh.
|
inline |
Definition at line 61 of file G4ParticleTableIterator.hh.
References G4ParticleTableIterator< K, V >::defined, G4ParticleTableIterator< K, V >::it, G4ParticleTableIterator< K, V >::mydict, and G4ParticleTableIterator< K, V >::skipIons.
|
inline |
Definition at line 54 of file G4ParticleTableIterator.hh.
References G4ParticleTableIterator< K, V >::defined, G4ParticleTableIterator< K, V >::it, and G4ParticleTableIterator< K, V >::mydict.
|
inline |
Definition at line 79 of file G4ParticleTableIterator.hh.
References G4ParticleTableIterator< K, V >::defined, and G4ParticleTableIterator< K, V >::skipIons.
Referenced by G4ITStepProcessor::ActiveOnlyITProcess(), G4PhysicsListHelper::AddTransportation(), G4PhysicsListHelper::CheckParticleList(), G4RunManagerKernel::ConfirmCoupledTransportation(), PhysListEmStandard::ConstructProcess(), G4WorkerRunManager::ConstructScoringWorlds(), G4RunManager::ConstructScoringWorlds(), G4VParticlePropertyReporter::FillList(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4ParticleGunMessenger::G4ParticleGunMessenger(), G4ProcessPlacer::GetProcessManager(), G4RunManagerKernel::PropagateGenericIonID(), G4TextPPRetriever::Retrieve(), G4EmConfigurator::SetModelForRegion(), G4RunManagerKernel::SetScoreSplitter(), G4MTRunManagerKernel::SetUpDecayChannels(), G4RunManagerKernel::SetupPhysics(), G4WorkerRunManagerKernel::SetupShadowProcess(), G4RunManagerKernel::SetupShadowProcess(), and G4ParticleTable::WorkerG4ParticleTable().
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file G4ParticleTableIterator.hh.
Referenced by G4ITStepProcessor::ActiveOnlyITProcess(), G4PhysicsListHelper::AddTransportation(), G4PhysicsListHelper::CheckParticleList(), G4RunManagerKernel::ConfirmCoupledTransportation(), PhysListEmStandard::ConstructProcess(), G4WorkerRunManager::ConstructScoringWorlds(), G4RunManager::ConstructScoringWorlds(), G4ParticleTable::DeleteAllParticles(), G4ParticleTable::DumpTable(), G4VParticlePropertyReporter::FillList(), G4ErrorTrackLengthTarget::G4ErrorTrackLengthTarget(), G4ParticleGunMessenger::G4ParticleGunMessenger(), G4UserPhysicsListMessenger::GetCurrentValue(), G4ParticleMessenger::GetCurrentValue(), G4ParticleTable::GetParticle(), G4ProcessPlacer::GetProcessManager(), G4RunManagerKernel::PropagateGenericIonID(), G4TextPPRetriever::Retrieve(), G4EmConfigurator::SetModelForRegion(), G4ParticleMessenger::SetNewValue(), G4RunManagerKernel::SetScoreSplitter(), G4MTRunManagerKernel::SetUpDecayChannels(), G4RunManagerKernel::SetupPhysics(), G4WorkerRunManagerKernel::SetupShadowProcess(), G4RunManagerKernel::SetupShadowProcess(), and G4ParticleTable::WorkerG4ParticleTable().
Here is the caller graph for this function:
|
private |
Definition at line 86 of file G4ParticleTableIterator.hh.
Referenced by G4ParticleTableIterator< K, V >::operator()(), G4ParticleTableIterator< K, V >::operator++(), and G4ParticleTableIterator< K, V >::reset().
|
private |
Definition at line 84 of file G4ParticleTableIterator.hh.
Referenced by G4ParticleTableIterator< K, V >::operator()(), and G4ParticleTableIterator< K, V >::operator++().
|
private |
Definition at line 85 of file G4ParticleTableIterator.hh.
Referenced by G4ParticleTableIterator< K, V >::operator()(), and G4ParticleTableIterator< K, V >::operator++().
|
private |
Definition at line 87 of file G4ParticleTableIterator.hh.
Referenced by G4ParticleTableIterator< K, V >::operator()(), and G4ParticleTableIterator< K, V >::reset().