|
Geant4
10.02
|
#include <G4FastTrack.hh>
Collaboration diagram for G4FastTrack: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 |
Private Member Functions | |
| void | FRecordsAffineTransformation (const G4Navigator *) |
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.
|
private |
Definition at line 109 of file G4FastTrack.cc.
References G4Navigator::CreateTouchableHistoryHandle(), fAffineTransformation, fAffineTransformationDefined, fEnvelope, fEnvelopeLogicalVolume, fEnvelopePhysicalVolume, fEnvelopeSolid, fInverseAffineTransformation, G4endl, G4Exception(), G4VPhysicalVolume::GetLogicalVolume(), G4VPhysicalVolume::GetName(), G4TransportationManager::GetNavigatorForTracking(), G4LogicalVolume::GetRegion(), G4LogicalVolume::GetSolid(), G4TransportationManager::GetTransportationManager(), G4AffineTransform::Inverse(), G4LogicalVolume::IsRootRegion(), and JustWarning.
Referenced by SetCurrentTrack().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 233 of file G4FastTrack.hh.
References fAffineTransformation.
|
inline |
Definition at line 188 of file G4FastTrack.hh.
References fEnvelope.
Referenced by G4FastSimulationManager::GetEnvelope(), G4FastSimulationManager::ListTitle(), and G4FastSimulationManager::~G4FastSimulationManager().
Here is the caller graph for this function:
|
inline |
Definition at line 193 of file G4FastTrack.hh.
References fEnvelopeLogicalVolume.
|
inline |
Definition at line 198 of file G4FastTrack.hh.
References fEnvelopePhysicalVolume.
|
inline |
Definition at line 203 of file G4FastTrack.hh.
References fEnvelopeSolid.
Referenced by GFlashShowerModel::CheckContainment(), Par01PiModel::DoIt(), GFlashShowerModel::ElectronDoIt(), Par01PionShowerModel::Explode(), and OnTheBoundaryButExiting().
Here is the caller graph for this function:
|
inline |
Definition at line 238 of file G4FastTrack.hh.
References fInverseAffineTransformation.
Referenced by G4FastStep::CreateSecondaryTrack(), Par01PionShowerModel::Explode(), G4FastStep::ProposePrimaryTrackFinalKineticEnergyAndDirection(), G4FastStep::ProposePrimaryTrackFinalMomentumDirection(), G4FastStep::ProposePrimaryTrackFinalPolarization(), and G4FastStep::ProposePrimaryTrackFinalPosition().
Here is the caller graph for this function:
|
inline |
Definition at line 208 of file G4FastTrack.hh.
References fTrack.
Referenced by GFlashShowerModel::CheckParticleDefAndContainment(), Par01PiModel::DoIt(), Par01PionShowerModel::DoIt(), Par01EMShowerModel::DoIt(), GFlashShowerModel::DoIt(), Par02FastSimModelEMCal::DoIt(), Par02FastSimModelHCal::DoIt(), Par02FastSimModelTracker::DoIt(), GFlashShowerModel::ElectronDoIt(), Par01PionShowerModel::Explode(), Par01EMShowerModel::Explode(), G4GFlashSpot::GetPosition(), G4VGFlashSensitiveDetector::Hit(), G4FastStep::Initialize(), Par01PiModel::ModelTrigger(), Par01EMShowerModel::ModelTrigger(), and GFlashShowerModel::ModelTrigger().
Here is the caller graph for this function:
|
inline |
Definition at line 223 of file G4FastTrack.hh.
References fLocalTrackDirection.
Referenced by GFlashShowerModel::CheckContainment(), Par01PiModel::DoIt(), GFlashShowerModel::ElectronDoIt(), Par01PionShowerModel::Explode(), Par01PiModel::ModelTrigger(), and OnTheBoundaryButExiting().
Here is the caller graph for this function:
|
inline |
Definition at line 218 of file G4FastTrack.hh.
References fLocalTrackMomentum.
|
inline |
Definition at line 228 of file G4FastTrack.hh.
References fLocalTrackPolarization.
|
inline |
Definition at line 213 of file G4FastTrack.hh.
References fLocalTrackPosition.
Referenced by GFlashShowerModel::CheckContainment(), Par01PiModel::DoIt(), GFlashShowerModel::ElectronDoIt(), Par01PionShowerModel::Explode(), Par01PiModel::ModelTrigger(), and OnTheBoundaryButExiting().
Here is the caller graph for this function:
|
inline |
Definition at line 243 of file G4FastTrack.hh.
References GetEnvelopeSolid(), GetPrimaryTrackLocalDirection(), and GetPrimaryTrackLocalPosition().
Referenced by G4FastSimulationManager::PostStepGetFastSimulationManagerTrigger().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4FastTrack::SetCurrentTrack | ( | const G4Track & | track, |
| const G4Navigator * | a = 0 |
||
| ) |
Definition at line 68 of file G4FastTrack.cc.
References fAffineTransformation, fAffineTransformationDefined, fIsUnique, fLocalTrackDirection, fLocalTrackMomentum, fLocalTrackPolarization, fLocalTrackPosition, FRecordsAffineTransformation(), fTrack, G4Track::GetMomentum(), G4Track::GetPolarization(), G4Track::GetPosition(), G4AffineTransform::TransformAxis(), and G4AffineTransform::TransformPoint().
Referenced by G4FastSimulationManager::AtRestGetFastSimulationManagerTrigger(), and G4FastSimulationManager::PostStepGetFastSimulationManagerTrigger().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 179 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), GetAffineTransformation(), and SetCurrentTrack().
|
private |
Definition at line 169 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and SetCurrentTrack().
|
private |
Definition at line 170 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetEnvelope().
|
private |
Definition at line 172 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetEnvelopeLogicalVolume().
|
private |
Definition at line 173 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetEnvelopePhysicalVolume().
|
private |
Definition at line 174 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetEnvelopeSolid().
|
private |
Definition at line 179 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetInverseAffineTransformation().
|
private |
Definition at line 171 of file G4FastTrack.hh.
Referenced by SetCurrentTrack().
|
private |
Definition at line 175 of file G4FastTrack.hh.
Referenced by GetPrimaryTrackLocalDirection(), and SetCurrentTrack().
|
private |
Definition at line 175 of file G4FastTrack.hh.
Referenced by GetPrimaryTrackLocalMomentum(), and SetCurrentTrack().
|
private |
Definition at line 175 of file G4FastTrack.hh.
Referenced by GetPrimaryTrackLocalPolarization(), and SetCurrentTrack().
|
private |
Definition at line 175 of file G4FastTrack.hh.
Referenced by GetPrimaryTrackLocalPosition(), and SetCurrentTrack().
|
private |
Definition at line 162 of file G4FastTrack.hh.
Referenced by GetPrimaryTrack(), and SetCurrentTrack().