Geant4-11
|
#include <G4FastTrack.hh>
Public Member Functions | |
G4FastTrack (G4Envelope *anEnvelope, G4bool IsUnique) | |
const G4AffineTransform * | GetAffineTransformation () const |
G4Envelope * | GetEnvelope () const |
G4LogicalVolume * | GetEnvelopeLogicalVolume () const |
G4VPhysicalVolume * | GetEnvelopePhysicalVolume () const |
G4VSolid * | GetEnvelopeSolid () const |
const G4AffineTransform * | GetInverseAffineTransformation () const |
const G4Track * | GetPrimaryTrack () const |
G4ThreeVector | GetPrimaryTrackLocalDirection () const |
G4ThreeVector | GetPrimaryTrackLocalMomentum () const |
G4ThreeVector | GetPrimaryTrackLocalPolarization () const |
G4ThreeVector | GetPrimaryTrackLocalPosition () const |
G4bool | OnTheBoundaryButExiting () const |
void | SetCurrentTrack (const G4Track &, const G4Navigator *a=0) |
~G4FastTrack () | |
Private Member Functions | |
void | FRecordsAffineTransformation (const G4Navigator *) |
Definition at line 76 of file G4FastTrack.hh.
G4FastTrack::G4FastTrack | ( | G4Envelope * | anEnvelope, |
G4bool | IsUnique | ||
) |
Definition at line 50 of file G4FastTrack.cc.
G4FastTrack::~G4FastTrack | ( | ) |
Definition at line 63 of file G4FastTrack.cc.
|
private |
Definition at line 111 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(), g4zmq::history(), G4AffineTransform::Inverse(), G4LogicalVolume::IsRootRegion(), and JustWarning.
Referenced by SetCurrentTrack().
|
inline |
Definition at line 231 of file G4FastTrack.hh.
References fAffineTransformation.
|
inline |
Definition at line 186 of file G4FastTrack.hh.
References fEnvelope.
Referenced by G4FastSimulationManager::GetEnvelope(), G4FastSimulationManager::ListTitle(), and G4FastSimulationManager::~G4FastSimulationManager().
|
inline |
Definition at line 191 of file G4FastTrack.hh.
References fEnvelopeLogicalVolume.
|
inline |
Definition at line 196 of file G4FastTrack.hh.
References fEnvelopePhysicalVolume.
|
inline |
Definition at line 201 of file G4FastTrack.hh.
References fEnvelopeSolid.
Referenced by GFlashShowerModel::CheckContainment(), GFlashShowerModel::ElectronDoIt(), and OnTheBoundaryButExiting().
|
inline |
Definition at line 236 of file G4FastTrack.hh.
References fInverseAffineTransformation.
Referenced by G4FastStep::CreateSecondaryTrack(), G4FastSimHitMaker::make(), G4FastStep::ProposePrimaryTrackFinalKineticEnergyAndDirection(), G4FastStep::ProposePrimaryTrackFinalMomentumDirection(), G4FastStep::ProposePrimaryTrackFinalPolarization(), and G4FastStep::ProposePrimaryTrackFinalPosition().
|
inline |
Definition at line 206 of file G4FastTrack.hh.
References fTrack.
Referenced by GFlashShowerModel::CheckParticleDefAndContainment(), GFlashShowerModel::DoIt(), GFlashShowerModel::ElectronDoIt(), G4GFlashSpot::GetPosition(), G4VFastSimSensitiveDetector::Hit(), G4VGFlashSensitiveDetector::Hit(), G4FastStep::Initialize(), G4FastSimHitMaker::make(), and GFlashShowerModel::ModelTrigger().
|
inline |
Definition at line 221 of file G4FastTrack.hh.
References fLocalTrackDirection.
Referenced by GFlashShowerModel::CheckContainment(), GFlashShowerModel::ElectronDoIt(), and OnTheBoundaryButExiting().
|
inline |
|
inline |
Definition at line 226 of file G4FastTrack.hh.
References fLocalTrackPolarization.
|
inline |
Definition at line 211 of file G4FastTrack.hh.
References fLocalTrackPosition.
Referenced by GFlashShowerModel::CheckContainment(), GFlashShowerModel::ElectronDoIt(), and OnTheBoundaryButExiting().
|
inline |
Definition at line 241 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 70 of file G4FastTrack.cc.
References fAffineTransformation, fAffineTransformationDefined, fIsUnique, fLocalTrackDirection, fLocalTrackMomentum, fLocalTrackPolarization, fLocalTrackPosition, FRecordsAffineTransformation(), fTrack, G4Track::GetMomentum(), G4Track::GetPolarization(), G4Track::GetPosition(), G4AffineTransform::TransformAxis(), G4AffineTransform::TransformPoint(), and CLHEP::Hep3Vector::unit().
Referenced by G4FastSimulationManager::AtRestGetFastSimulationManagerTrigger(), and G4FastSimulationManager::PostStepGetFastSimulationManagerTrigger().
|
private |
Definition at line 177 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), GetAffineTransformation(), and SetCurrentTrack().
|
private |
Definition at line 167 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and SetCurrentTrack().
|
private |
Definition at line 168 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetEnvelope().
|
private |
Definition at line 170 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetEnvelopeLogicalVolume().
|
private |
Definition at line 171 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetEnvelopePhysicalVolume().
|
private |
Definition at line 172 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetEnvelopeSolid().
|
private |
Definition at line 178 of file G4FastTrack.hh.
Referenced by FRecordsAffineTransformation(), and GetInverseAffineTransformation().
|
private |
Definition at line 169 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 174 of file G4FastTrack.hh.
Referenced by GetPrimaryTrackLocalMomentum(), and SetCurrentTrack().
|
private |
Definition at line 176 of file G4FastTrack.hh.
Referenced by GetPrimaryTrackLocalPolarization(), and SetCurrentTrack().
|
private |
Definition at line 173 of file G4FastTrack.hh.
Referenced by GetPrimaryTrackLocalPosition(), and SetCurrentTrack().
|
private |
Definition at line 160 of file G4FastTrack.hh.
Referenced by GetPrimaryTrack(), and SetCurrentTrack().