#include <G4FastTrack.hh>
Definition at line 73 of file G4FastTrack.hh.
◆ G4FastTrack()
Definition at line 51 of file G4FastTrack.cc.
52 : fEnvelope(anEnvelope), fIsUnique(IsUnique)
53{}
◆ ~G4FastTrack()
G4FastTrack::~G4FastTrack |
( |
| ) |
|
|
default |
◆ GetAffineTransformation()
Definition at line 218 of file G4FastTrack.hh.
219{
220 return &fAffineTransformation;
221}
◆ GetEnvelope()
◆ GetEnvelopeLogicalVolume()
◆ GetEnvelopePhysicalVolume()
Definition at line 183 of file G4FastTrack.hh.
184{
185 return fEnvelopePhysicalVolume;
186}
◆ GetEnvelopeSolid()
G4VSolid * G4FastTrack::GetEnvelopeSolid |
( |
| ) |
const |
|
inline |
◆ GetInverseAffineTransformation()
◆ GetPrimaryTrack()
const G4Track * G4FastTrack::GetPrimaryTrack |
( |
| ) |
const |
|
inline |
◆ GetPrimaryTrackLocalDirection()
G4ThreeVector G4FastTrack::GetPrimaryTrackLocalDirection |
( |
| ) |
const |
|
inline |
◆ GetPrimaryTrackLocalMomentum()
G4ThreeVector G4FastTrack::GetPrimaryTrackLocalMomentum |
( |
| ) |
const |
|
inline |
Definition at line 203 of file G4FastTrack.hh.
204{
205 return fLocalTrackMomentum;
206}
◆ GetPrimaryTrackLocalPolarization()
G4ThreeVector G4FastTrack::GetPrimaryTrackLocalPolarization |
( |
| ) |
const |
|
inline |
Definition at line 213 of file G4FastTrack.hh.
214{
215 return fLocalTrackPolarization;
216}
◆ GetPrimaryTrackLocalPosition()
G4ThreeVector G4FastTrack::GetPrimaryTrackLocalPosition |
( |
| ) |
const |
|
inline |
◆ OnTheBoundaryButExiting()
G4bool G4FastTrack::OnTheBoundaryButExiting |
( |
| ) |
const |
|
inline |
Definition at line 228 of file G4FastTrack.hh.
229{
230
233 == 0.;
234}
G4ThreeVector GetPrimaryTrackLocalPosition() const
G4ThreeVector GetPrimaryTrackLocalDirection() const
G4VSolid * GetEnvelopeSolid() const
virtual G4double DistanceToOut(const G4ThreeVector &p, const G4ThreeVector &v, const G4bool calcNorm=false, G4bool *validNorm=nullptr, G4ThreeVector *n=nullptr) const =0
Referenced by G4FastSimulationManager::PostStepGetFastSimulationManagerTrigger().
◆ SetCurrentTrack()
void G4FastTrack::SetCurrentTrack |
( |
const G4Track & | track, |
|
|
const G4Navigator * | a = nullptr ) |
The documentation for this class was generated from the following files: