#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
◆ SetCurrentTrack()
void G4FastTrack::SetCurrentTrack |
( |
const G4Track & | track, |
|
|
const G4Navigator * | a = nullptr ) |
Definition at line 59 of file G4FastTrack.cc.
60{
61
62 fTrack = &track;
63
64
65
66
67
68
69
70
71
72 if (!fAffineTransformationDefined || !fIsUnique) FRecordsAffineTransformation(theNavigator);
73
74
75
76
77
78
79
80
81
82 fLocalTrackPosition = fAffineTransformation.TransformPoint(fTrack->GetPosition());
83
84 fLocalTrackMomentum = fAffineTransformation.TransformAxis(fTrack->GetMomentum());
85
86 fLocalTrackDirection = fLocalTrackMomentum.unit();
87
88 fLocalTrackPolarization = fAffineTransformation.TransformAxis(fTrack->GetPolarization());
89}
The documentation for this class was generated from the following files: