Geant4
10.02.p02
|
#include <G4FastVector.hh>
Public Member Functions | |
G4FastVector () | |
~G4FastVector () | |
Type * | operator[] (G4int anIndex) const |
void | Initialize (G4int items) |
void | SetElement (G4int anIndex, Type *anElement) |
Private Attributes | |
Type * | theArray [N] |
Type ** | ptr |
Definition at line 43 of file G4FastVector.hh.
|
inline |
Definition at line 50 of file G4FastVector.hh.
References G4FastVector< Type, N >::ptr, and G4FastVector< Type, N >::theArray.
|
inline |
Definition at line 52 of file G4FastVector.hh.
References G4FastVector< Type, N >::ptr, and G4FastVector< Type, N >::theArray.
|
inline |
Definition at line 63 of file G4FastVector.hh.
References G4FastVector< Type, N >::ptr, and G4FastVector< Type, N >::theArray.
Referenced by G4RPGPiMinusInelastic::ApplyYourself(), G4RPGPiPlusInelastic::ApplyYourself(), G4RPGKMinusInelastic::ApplyYourself(), G4RPGNeutronInelastic::ApplyYourself(), G4RPGProtonInelastic::ApplyYourself(), G4RPGAntiProtonInelastic::ApplyYourself(), G4RPGAntiSigmaPlusInelastic::ApplyYourself(), G4RPGAntiLambdaInelastic::ApplyYourself(), G4RPGSigmaPlusInelastic::ApplyYourself(), G4RPGXiMinusInelastic::ApplyYourself(), G4RPGAntiXiMinusInelastic::ApplyYourself(), G4RPGOmegaMinusInelastic::ApplyYourself(), G4RPGAntiOmegaMinusInelastic::ApplyYourself(), G4RPGAntiSigmaMinusInelastic::ApplyYourself(), G4RPGAntiNeutronInelastic::ApplyYourself(), G4RPGKPlusInelastic::ApplyYourself(), G4RPGKZeroInelastic::ApplyYourself(), G4RPGLambdaInelastic::ApplyYourself(), G4RPGAntiXiZeroInelastic::ApplyYourself(), G4RPGSigmaMinusInelastic::ApplyYourself(), G4RPGXiZeroInelastic::ApplyYourself(), G4RPGAntiKZeroInelastic::ApplyYourself(), G4RPGInelastic::CalculateMomenta(), G4RPGAntiSigmaPlusInelastic::Cascade(), G4RPGXiMinusInelastic::Cascade(), G4RPGAntiXiMinusInelastic::Cascade(), G4RPGAntiSigmaMinusInelastic::Cascade(), G4RPGAntiXiZeroInelastic::Cascade(), G4RPGXiZeroInelastic::Cascade(), G4RPGReaction::NuclearReaction(), G4RPGTwoCluster::ReactionStage(), G4RPGNeutronInelastic::SlowNeutron(), and G4RPGProtonInelastic::SlowProton().
|
inline |
Definition at line 57 of file G4FastVector.hh.
References G4FastVector< Type, N >::ptr.
|
inline |
Definition at line 76 of file G4FastVector.hh.
References G4FastVector< Type, N >::ptr.
Referenced by G4RPGReaction::AddBlackTrackParticles(), G4ParticleChangeForRadDecay::AddSecondary(), G4VParticleChange::AddSecondary(), G4RPGInelastic::CalculateMomenta(), G4RPGXiMinusInelastic::Cascade(), G4RPGAntiSigmaPlusInelastic::Cascade(), G4RPGAntiSigmaMinusInelastic::Cascade(), G4RPGAntiXiMinusInelastic::Cascade(), G4RPGAntiXiZeroInelastic::Cascade(), G4RPGXiZeroInelastic::Cascade(), G4VParticleChange::G4VParticleChange(), G4RPGPiMinusInelastic::InitialCollision(), G4RPGPiPlusInelastic::InitialCollision(), G4RPGNeutronInelastic::InitialCollision(), G4RPGProtonInelastic::InitialCollision(), G4RPGReaction::NuclearReaction(), G4ParticleChangeForDecay::operator=(), G4ParticleChange::operator=(), G4ParticleChangeForGamma::operator=(), G4VParticleChange::operator=(), G4ParticleChangeForLoss::operator=(), G4RPGStrangeProduction::ReactionStage(), G4RPGTwoCluster::ReactionStage(), G4RPGFragmentation::ReactionStage(), and G4RPGInelastic::SetUpPions().
|
private |
Definition at line 86 of file G4FastVector.hh.
Referenced by G4FastVector< Type, N >::G4FastVector(), G4FastVector< Type, N >::Initialize(), G4FastVector< Type, N >::operator[](), G4FastVector< Type, N >::SetElement(), and G4FastVector< Type, N >::~G4FastVector().
|
private |
Definition at line 85 of file G4FastVector.hh.
Referenced by G4FastVector< Type, N >::G4FastVector(), G4FastVector< Type, N >::Initialize(), and G4FastVector< Type, N >::~G4FastVector().