#include <G4SmoothTrajectoryPoint.hh>
Definition at line 48 of file G4SmoothTrajectoryPoint.hh.
◆ G4SmoothTrajectoryPoint() [1/4]
G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint |
( |
| ) |
|
Definition at line 50 of file G4SmoothTrajectoryPoint.cc.
CLHEP::Hep3Vector G4ThreeVector
std::vector< G4ThreeVector > * fAuxiliaryPointVector
◆ G4SmoothTrajectoryPoint() [2/4]
◆ G4SmoothTrajectoryPoint() [3/4]
G4SmoothTrajectoryPoint::G4SmoothTrajectoryPoint |
( |
G4ThreeVector |
pos | ) |
|
◆ G4SmoothTrajectoryPoint() [4/4]
◆ ~G4SmoothTrajectoryPoint()
G4SmoothTrajectoryPoint::~G4SmoothTrajectoryPoint |
( |
| ) |
|
|
virtual |
◆ CreateAttValues()
std::vector< G4AttValue > * G4SmoothTrajectoryPoint::CreateAttValues |
( |
| ) |
const |
|
virtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 99 of file G4SmoothTrajectoryPoint.cc.
101 std::vector<G4AttValue>* values =
new std::vector<G4AttValue>;
104 std::vector<G4ThreeVector>::iterator iAux;
std::vector< G4ThreeVector > * fAuxiliaryPointVector
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4GLOB_DLL std::ostream G4cout
virtual const std::map< G4String, G4AttDef > * GetAttDefs() const
◆ GetAttDefs()
const std::map< G4String, G4AttDef > * G4SmoothTrajectoryPoint::GetAttDefs |
( |
| ) |
const |
|
virtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 83 of file G4SmoothTrajectoryPoint.cc.
86 std::map<G4String,G4AttDef>* store
91 "Physics",
"G4BestUnit",
"G4ThreeVector");
93 (*store)[Aux] =
G4AttDef(Aux,
"Auxiliary Point Position",
94 "Physics",
"G4BestUnit",
"G4ThreeVector");
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
◆ GetAuxiliaryPoints()
const std::vector<G4ThreeVector>* G4SmoothTrajectoryPoint::GetAuxiliaryPoints |
( |
| ) |
const |
|
inlinevirtual |
◆ GetPosition()
const G4ThreeVector G4SmoothTrajectoryPoint::GetPosition |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ operator delete()
void G4SmoothTrajectoryPoint::operator delete |
( |
void * |
aTrajectoryPoint | ) |
|
|
inline |
Definition at line 105 of file G4SmoothTrajectoryPoint.hh.
G4TRACKING_DLL G4ThreadLocal G4Allocator< G4SmoothTrajectoryPoint > * aSmoothTrajectoryPointAllocator
◆ operator new()
void * G4SmoothTrajectoryPoint::operator new |
( |
size_t |
| ) |
|
|
inline |
Definition at line 98 of file G4SmoothTrajectoryPoint.hh.
G4TRACKING_DLL G4ThreadLocal G4Allocator< G4SmoothTrajectoryPoint > * aSmoothTrajectoryPointAllocator
◆ operator=()
◆ operator==()
◆ fAuxiliaryPointVector
std::vector<G4ThreeVector>* G4SmoothTrajectoryPoint::fAuxiliaryPointVector |
|
private |
◆ fPosition
The documentation for this class was generated from the following files: