Geant4.10
|
#include <G4FastTrack.hh>
Public Member Functions | |
G4FastTrack (G4Envelope *anEnvelope, G4bool IsUnique) | |
~G4FastTrack () | |
void | SetCurrentTrack (const G4Track &, const G4Navigator *a=0) |
G4bool | OnTheBoundaryButExiting () const |
const G4Track * | GetPrimaryTrack () const |
G4Envelope * | GetEnvelope () const |
G4LogicalVolume * | GetEnvelopeLogicalVolume () const |
G4VPhysicalVolume * | GetEnvelopePhysicalVolume () const |
G4VSolid * | GetEnvelopeSolid () const |
G4ThreeVector | GetPrimaryTrackLocalPosition () const |
G4ThreeVector | GetPrimaryTrackLocalMomentum () const |
G4ThreeVector | GetPrimaryTrackLocalDirection () const |
G4ThreeVector | GetPrimaryTrackLocalPolarization () const |
const G4AffineTransform * | GetAffineTransformation () const |
const G4AffineTransform * | GetInverseAffineTransformation () const |
Definition at line 78 of file G4FastTrack.hh.
G4FastTrack::G4FastTrack | ( | G4Envelope * | anEnvelope, |
G4bool | IsUnique | ||
) |
Definition at line 51 of file G4FastTrack.cc.
G4FastTrack::~G4FastTrack | ( | ) |
Definition at line 61 of file G4FastTrack.cc.
|
inline |
Definition at line 233 of file G4FastTrack.hh.
|
inline |
Definition at line 188 of file G4FastTrack.hh.
Referenced by G4FastSimulationManager::GetEnvelope(), G4FastSimulationManager::ListTitle(), and G4FastSimulationManager::~G4FastSimulationManager().
|
inline |
Definition at line 193 of file G4FastTrack.hh.
|
inline |
Definition at line 198 of file G4FastTrack.hh.
|
inline |
Definition at line 203 of file G4FastTrack.hh.
Referenced by Par01PiModel::DoIt(), and OnTheBoundaryButExiting().
|
inline |
Definition at line 238 of file G4FastTrack.hh.
Referenced by G4FastStep::CreateSecondaryTrack(), G4FastStep::ProposePrimaryTrackFinalKineticEnergyAndDirection(), G4FastStep::ProposePrimaryTrackFinalMomentumDirection(), G4FastStep::ProposePrimaryTrackFinalPolarization(), and G4FastStep::ProposePrimaryTrackFinalPosition().
|
inline |
Definition at line 208 of file G4FastTrack.hh.
Referenced by Par01PiModel::DoIt(), Par01PionShowerModel::DoIt(), Par01EMShowerModel::DoIt(), GFlashShowerModel::DoIt(), G4GFlashSpot::GetPosition(), G4VGFlashSensitiveDetector::Hit(), G4FastStep::Initialize(), Par01PiModel::ModelTrigger(), Par01EMShowerModel::ModelTrigger(), and GFlashShowerModel::ModelTrigger().
|
inline |
Definition at line 223 of file G4FastTrack.hh.
Referenced by Par01PiModel::DoIt(), Par01PiModel::ModelTrigger(), and OnTheBoundaryButExiting().
|
inline |
Definition at line 218 of file G4FastTrack.hh.
|
inline |
Definition at line 228 of file G4FastTrack.hh.
|
inline |
Definition at line 213 of file G4FastTrack.hh.
Referenced by Par01PiModel::DoIt(), Par01PiModel::ModelTrigger(), and OnTheBoundaryButExiting().
|
inline |
Definition at line 243 of file G4FastTrack.hh.
References GetEnvelopeSolid(), GetPrimaryTrackLocalDirection(), and GetPrimaryTrackLocalPosition().
Referenced by G4FastSimulationManager::PostStepGetFastSimulationManagerTrigger().
void G4FastTrack::SetCurrentTrack | ( | const G4Track & | track, |
const G4Navigator * | a = 0 |
||
) |
Definition at line 68 of file G4FastTrack.cc.
References G4Track::GetMomentum(), G4Track::GetPolarization(), G4Track::GetPosition(), G4AffineTransform::TransformAxis(), G4AffineTransform::TransformPoint(), and CLHEP::Hep3Vector::unit().
Referenced by G4FastSimulationManager::AtRestGetFastSimulationManagerTrigger(), and G4FastSimulationManager::PostStepGetFastSimulationManagerTrigger().