#include <G4ClonedSmoothTrajectoryPoint.hh>
◆ G4ClonedSmoothTrajectoryPoint() [1/3]
G4ClonedSmoothTrajectoryPoint::G4ClonedSmoothTrajectoryPoint |
( |
| ) |
|
|
default |
◆ G4ClonedSmoothTrajectoryPoint() [2/3]
G4ClonedSmoothTrajectoryPoint::G4ClonedSmoothTrajectoryPoint |
( |
G4ThreeVector | pos, |
|
|
std::vector< G4ThreeVector > * | auxiliaryPoints ) |
◆ G4ClonedSmoothTrajectoryPoint() [3/3]
◆ ~G4ClonedSmoothTrajectoryPoint()
G4ClonedSmoothTrajectoryPoint::~G4ClonedSmoothTrajectoryPoint |
( |
| ) |
|
|
override |
◆ CreateAttValues()
std::vector< G4AttValue > * G4ClonedSmoothTrajectoryPoint::CreateAttValues |
( |
| ) |
const |
|
overridevirtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 76 of file G4ClonedSmoothTrajectoryPoint.cc.
77{
78 auto values = new std::vector<G4AttValue>;
79
80 if (fAuxiliaryPointVector != nullptr) {
81 for (const auto& iAux : *fAuxiliaryPointVector) {
82 values->push_back(G4AttValue(
"Aux",
G4BestUnit(iAux,
"Length"),
""));
83 }
84 }
85
86 values->push_back(G4AttValue(
"Pos",
G4BestUnit(fPosition,
"Length"),
""));
87
88#ifdef G4ATTDEBUG
90#endif
91
92 return values;
93}
G4GLOB_DLL std::ostream G4cout
const std::map< G4String, G4AttDef > * GetAttDefs() const override
◆ GetAttDefs()
const std::map< G4String, G4AttDef > * G4ClonedSmoothTrajectoryPoint::GetAttDefs |
( |
| ) |
const |
|
overridevirtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 61 of file G4ClonedSmoothTrajectoryPoint.cc.
62{
64 std::map<G4String, G4AttDef>* store =
66 if (isNew) {
68 (*store)[
Pos] = G4AttDef(
Pos,
"Step Position",
"Physics",
"G4BestUnit",
"G4ThreeVector");
69 G4String Aux("Aux");
70 (*store)[Aux] =
71 G4AttDef(Aux, "Auxiliary Point Position", "Physics", "G4BestUnit", "G4ThreeVector");
72 }
73 return store;
74}
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
Referenced by CreateAttValues().
◆ GetAuxiliaryPoints()
const std::vector< G4ThreeVector > * G4ClonedSmoothTrajectoryPoint::GetAuxiliaryPoints |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetPosition()
const G4ThreeVector G4ClonedSmoothTrajectoryPoint::GetPosition |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator delete()
void G4ClonedSmoothTrajectoryPoint::operator delete |
( |
void * | aTrajectoryPoint | ) |
|
|
inline |
Definition at line 93 of file G4ClonedSmoothTrajectoryPoint.hh.
94{
96}
G4TRACKING_DLL G4Allocator< G4ClonedSmoothTrajectoryPoint > *& aClonedSmoothTrajectoryPointAllocator()
G4ClonedSmoothTrajectoryPoint()=default
◆ operator new()
void * G4ClonedSmoothTrajectoryPoint::operator new |
( |
size_t | | ) |
|
|
inline |
◆ operator==()
The documentation for this class was generated from the following files: