Geant4
10.00.p02
|
#include <WLSTrajectoryPoint.hh>
Private Attributes | |
G4double | fTime |
G4ThreeVector | fMomentum |
G4StepStatus | fStepStatus |
G4String | fVolumeName |
Definition at line 50 of file WLSTrajectoryPoint.hh.
WLSTrajectoryPoint::WLSTrajectoryPoint | ( | ) |
Definition at line 54 of file WLSTrajectoryPoint.cc.
WLSTrajectoryPoint::WLSTrajectoryPoint | ( | const G4Track * | aTrack | ) |
Definition at line 77 of file WLSTrajectoryPoint.cc.
References fMomentum, fStepStatus, fTime, fUndefined, fVolumeName, G4Track::GetGlobalTime(), G4Track::GetMomentum(), G4VPhysicalVolume::GetName(), and G4Track::GetVolume().
WLSTrajectoryPoint::WLSTrajectoryPoint | ( | const G4Step * | aStep | ) |
Definition at line 60 of file WLSTrajectoryPoint.cc.
References fMomentum, fStepStatus, fTime, fVolumeName, G4StepPoint::GetGlobalTime(), G4StepPoint::GetMomentum(), G4StepPoint::GetPhysicalVolume(), G4Step::GetPostStepPoint(), and G4StepPoint::GetStepStatus().
WLSTrajectoryPoint::WLSTrajectoryPoint | ( | const WLSTrajectoryPoint & | right | ) |
Definition at line 88 of file WLSTrajectoryPoint.cc.
References fMomentum, fStepStatus, fTime, and fVolumeName.
|
virtual |
Definition at line 99 of file WLSTrajectoryPoint.cc.
|
virtual |
Reimplemented from G4TrajectoryPoint.
Definition at line 135 of file WLSTrajectoryPoint.cc.
References fMomentum, fStepStatus, fTime, fVolumeName, G4BestUnit, G4cout, and GetAttDefs().
Reimplemented from G4TrajectoryPoint.
Definition at line 103 of file WLSTrajectoryPoint.cc.
References G4AttDefStore::GetInstance().
Referenced by CreateAttValues().
|
inline |
Definition at line 74 of file WLSTrajectoryPoint.hh.
References fMomentum.
|
inline |
Definition at line 75 of file WLSTrajectoryPoint.hh.
References fStepStatus.
|
inline |
Definition at line 73 of file WLSTrajectoryPoint.hh.
References fTime.
|
inline |
Definition at line 76 of file WLSTrajectoryPoint.hh.
References fVolumeName.
|
inline |
Definition at line 105 of file WLSTrajectoryPoint.hh.
References WLSTrajPointAllocator.
|
inline |
Definition at line 98 of file WLSTrajectoryPoint.hh.
References WLSTrajPointAllocator.
|
inline |
Definition at line 68 of file WLSTrajectoryPoint.hh.
|
private |
Definition at line 90 of file WLSTrajectoryPoint.hh.
Referenced by CreateAttValues(), GetMomentum(), and WLSTrajectoryPoint().
|
private |
Definition at line 91 of file WLSTrajectoryPoint.hh.
Referenced by CreateAttValues(), GetStepStatus(), and WLSTrajectoryPoint().
|
private |
Definition at line 89 of file WLSTrajectoryPoint.hh.
Referenced by CreateAttValues(), GetTime(), and WLSTrajectoryPoint().
|
private |
Definition at line 92 of file WLSTrajectoryPoint.hh.
Referenced by CreateAttValues(), GetVolumeName(), and WLSTrajectoryPoint().