Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4IT.hh>
Protected Member Functions | |
G4IT (const G4IT &) | |
G4IT & | operator= (const G4IT &) |
Protected Attributes | |
G4Track * | fpTrack |
Protected Attributes inherited from G4VUserTrackInformation | |
G4String * | pType = nullptr |
G4IT is a interface which allows the inheriting object to be tracked using G4ITStepProcessor The inheriting class must implement the operator < , == and != in order to enable the sorting out. also the concrete header of MyIT ("MyIt.hh") should contain : ITDef(MyIT) and the source of MyIT.cc : ITImp(MyIT)
G4IT::G4IT | ( | ) |
Definition at line 67 of file G4IT.cc.
G4IT::G4IT | ( | G4Track * | aTrack | ) |
Definition at line 124 of file G4IT.cc.
|
virtual |
Definition at line 160 of file G4IT.cc.
|
protected |
Referenced by operator<().
Referenced by operator==().
|
inline |
|
inlinevirtual |
Reimplemented in G4Molecule.
Definition at line 159 of file G4IT.hh.
Referenced by G4ITTrackHolder::PushDelayed(), and G4ITTrackHolder::PushTo().
|
pure virtual |
Referenced by operator<(), operator==(), and G4AllITFinder::Push().
|
inline |
|
pure virtual |
Implemented in G4Molecule.
Referenced by G4ITTrackHolder::_PushTrack(), G4ITStepProcessor::ComputeInteractionLength(), G4ITModelProcessor::ComputeTrackReaction(), G4DNABrownianTransportation::Diffusion(), G4ITTrackHolder::KillTracks(), G4DNAScavengerProcess::PostStepDoIt(), G4ITSteppingVerbose::PostStepVerbose(), G4ITSteppingVerbose::PreStepVerbose(), and G4ITSteppingVerbose::TrackingStarted().
|
inline |
Definition at line 208 of file G4IT.hh.
Referenced by G4ITBox::Extract(), G4ITBox::TransferTo(), and G4ITBox::~G4ITBox().
|
inline |
|
inline |
|
inline |
const G4ThreeVector & G4IT::GetPosition | ( | ) | const |
G4double G4IT::GetPreStepGlobalTime | ( | ) | const |
G4double G4IT::GetPreStepLocalTime | ( | ) | const |
const G4ThreeVector & G4IT::GetPreStepPosition | ( | ) | const |
|
inline |
Definition at line 203 of file G4IT.hh.
Referenced by G4ITBox::Extract(), and G4ITBox::FindIT().
|
inline |
|
inline |
Definition at line 218 of file G4IT.hh.
Referenced by G4ITStepProcessor::FindTransportationStep(), and GetPosition().
|
inline |
|
inline |
Definition at line 143 of file G4IT.hh.
Referenced by G4ITTransportation::AlongStepGetPhysicalInteractionLength(), G4DNABrownianTransportation::ComputeGeomLimit(), G4ITStepProcessor::DoDefinePhysicalStepLength(), G4ITStepProcessor::DoStepping(), G4ITStepProcessor::InitDefineStep(), G4ITLeadingTracks::PrepareLeadingTracks(), G4ITLeadingTracks::Reset(), G4ITStepProcessor::SetInitialStep(), G4ITStepProcessor::SetTrack(), G4ITStepProcessor::SetupMembers(), and G4VITProcess::StartTracking().
Definition at line 97 of file G4IT.cc.
Definition at line 193 of file G4IT.cc.
Referenced by operator!=().
double G4IT::operator[] | ( | int | i | ) | const |
|
inlinevirtual |
void G4IT::RecordCurrentPositionNTime | ( | ) |
Definition at line 220 of file G4IT.cc.
Referenced by G4IT().
|
inline |
Definition at line 188 of file G4IT.hh.
Referenced by G4ITBox::Extract(), and G4ITBox::Push().
|
inline |
|
inline |
Definition at line 198 of file G4IT.hh.
Referenced by G4ITBox::Extract(), and G4ITBox::Push().
|
inline |
|
inline |
Definition at line 228 of file G4IT.hh.
Referenced by G4ITModelProcessor::ComputeTrackReaction().
|
inline |
Definition at line 193 of file G4IT.hh.
Referenced by G4ITBox::Extract(), and G4ITBox::Push().
|
inline |
void G4IT::TakeOutBox | ( | ) |
Definition at line 139 of file G4IT.cc.
Referenced by ~G4IT().
|
protected |
Definition at line 167 of file G4IT.hh.
Referenced by G4Molecule::BuildTrack(), G4IT(), GetPosition(), GetTrack(), operator=(), operator[](), RecordCurrentPositionNTime(), SetTrack(), and G4Molecule::~G4Molecule().