Geant4
10.01.p03
|
#include "globals.hh"
#include "G4ITType.hh"
#include "G4ThreeVector.hh"
#include "G4VUserTrackInformation.hh"
#include "G4TrackingInformation.hh"
#include <CLHEP/Utility/memory.h>
#include "G4Allocator.hh"
Go to the source code of this file.
Classes | |
singleton | G4FastListNode< OBJECT > |
G4FastListNode is the entity actually stored by the G4FastList. More... | |
class | G4IT |
G4IT is a interface which allows the inheriting object : More... | |
Typedefs | |
typedef G4FastListNode< G4Track > | G4TrackListNode |
Functions | |
G4IT * | GetIT (const G4Track *track) |
G4IT * | GetIT (const G4Track &track) |
Variables | |
G4DLLIMPORT G4ThreadLocal G4Allocator< G4IT > * | aITAllocator |
typedef G4FastListNode<G4Track> G4TrackListNode |
Definition at line 49 of file G4IT.cc.
References G4Track::GetUserInformation().
Referenced by G4FastList< G4Track >::__GetNode(), G4ITTrackHolder::_PushTrack(), G4DNABrownianTransportation::AlongStepDoIt(), G4ITTransportation::AlongStepGetPhysicalInteractionLength(), ITTrackingInteractivity::AppendStep(), G4Scheduler::CalculateMinTimeStep(), G4FastList< G4Track >::CheckFlag(), G4DNABrownianTransportation::ComputeGeomLimit(), G4Scheduler::ComputeInteractionLength(), G4DNABrownianTransportation::ComputeStep(), G4Scheduler::ComputeTrackReaction(), G4FastListNode< G4Track >::DetachYourSelf(), G4DNABrownianTransportation::Diffusion(), G4ITModelProcessor::DoCalculateStep(), G4Scheduler::DoIt(), G4ITStepProcessor::DoStepping(), ITTrackingInteractivity::EndTracking(), G4Scheduler::ExtractILData(), G4ITModelProcessor::FindReaction(), G4ITStepProcessor::FindTransportationStep(), G4FastList< G4Track >::Flag(), GetMolecule(), G4Molecule::GetMolecule(), G4FastList< G4Track >::GetNode(), G4FastList< G4Track >::Holds(), G4ITTrackHolder::KillTracks(), G4AllITFinder::Push(), G4ITTrackHolder::PushDelayed(), G4ITTrackHolder::PushTo(), G4Scheduler::ResetLeadingTracks(), G4ITStepProcessor::SetTrack(), ITTrackingInteractivity::StartTracking(), G4ITTransportation::StartTracking(), and G4VITProcess::StartTracking().
Definition at line 54 of file G4IT.cc.
References G4Track::GetUserInformation().
G4DLLIMPORT G4ThreadLocal G4Allocator<G4IT>* aITAllocator |
Definition at line 44 of file G4IT.cc.
Referenced by G4IT::G4IT(), G4IT::operator delete(), and G4IT::operator new().