#include <WLSTrajectoryPoint.hh>
Definition at line 50 of file WLSTrajectoryPoint.hh.
WLSTrajectoryPoint::WLSTrajectoryPoint |
( |
| ) |
|
WLSTrajectoryPoint::WLSTrajectoryPoint |
( |
const G4Track * |
aTrack | ) |
|
Definition at line 77 of file WLSTrajectoryPoint.cc.
const G4ThreeVector & GetPosition() const
const G4String & GetName() const
G4double GetGlobalTime() const
G4ThreeVector GetMomentum() const
G4VPhysicalVolume * GetVolume() const
WLSTrajectoryPoint::WLSTrajectoryPoint |
( |
const G4Step * |
aStep | ) |
|
Definition at line 60 of file WLSTrajectoryPoint.cc.
69 GetPhysicalVolume()->GetName();
G4StepStatus GetStepStatus() const
G4ThreeVector GetMomentum() const
G4VPhysicalVolume * GetPhysicalVolume() const
const G4ThreeVector & GetPosition() const
G4StepPoint * GetPostStepPoint() const
G4double GetGlobalTime() const
Definition at line 88 of file WLSTrajectoryPoint.cc.
92 fMomentum = right.fMomentum;
93 fStepStatus = right.fStepStatus;
94 fVolumeName = right.fVolumeName;
WLSTrajectoryPoint::~WLSTrajectoryPoint |
( |
| ) |
|
|
virtual |
std::vector< G4AttValue > * WLSTrajectoryPoint::CreateAttValues |
( |
| ) |
const |
|
virtual |
Reimplemented from G4TrajectoryPoint.
Definition at line 135 of file WLSTrajectoryPoint.cc.
137 std::vector<G4AttValue>* values =
new std::vector<G4AttValue>;
143 values->push_back(
G4AttValue(
"StepStatus",fStepStatus,
""));
145 values->push_back(
G4AttValue(
"VolumeName",fVolumeName,
""));
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4GLOB_DLL std::ostream G4cout
virtual const std::map< G4String, G4AttDef > * GetAttDefs() const
Reimplemented from G4TrajectoryPoint.
Definition at line 103 of file WLSTrajectoryPoint.cc.
106 std::map<G4String,G4AttDef>* store
111 G4AttDef(
Pos,
"Position",
"Physics",
"G4BestUnit",
"G4ThreeVector");
115 G4AttDef(Time,
"Time",
"Physics",
"G4BestUnit",
"G4double");
119 G4AttDef(Momentum,
"Momentum",
"Physics",
"G4BestUnit",
"G4ThreeVector");
122 (*store)[StepStatus] =
123 G4AttDef(StepStatus,
"StepStatus",
"Physics",
"",
"G4StepStatus");
126 (*store)[VolumeName] =
127 G4AttDef(VolumeName,
"VolumeName",
"Physics",
"",
"G4String");
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
G4double WLSTrajectoryPoint::GetTime |
( |
| ) |
const |
|
inline |
G4String WLSTrajectoryPoint::GetVolumeName |
( |
| ) |
const |
|
inline |
void WLSTrajectoryPoint::operator delete |
( |
void * |
aTrajectoryPoint | ) |
|
|
inline |
Definition at line 105 of file WLSTrajectoryPoint.hh.
G4ThreadLocal G4Allocator< WLSTrajectoryPoint > * WLSTrajPointAllocator
void * WLSTrajectoryPoint::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 98 of file WLSTrajectoryPoint.hh.
G4ThreadLocal G4Allocator< WLSTrajectoryPoint > * WLSTrajPointAllocator
The documentation for this class was generated from the following files: