#include <G4ClonedTrajectoryPoint.hh>
Definition at line 51 of file G4ClonedTrajectoryPoint.hh.
◆ G4ClonedTrajectoryPoint() [1/2]
G4ClonedTrajectoryPoint::G4ClonedTrajectoryPoint |
( |
| ) |
|
|
default |
◆ G4ClonedTrajectoryPoint() [2/2]
◆ ~G4ClonedTrajectoryPoint()
G4ClonedTrajectoryPoint::~G4ClonedTrajectoryPoint |
( |
| ) |
|
|
overridedefault |
◆ CreateAttValues()
std::vector< G4AttValue > * G4ClonedTrajectoryPoint::CreateAttValues |
( |
| ) |
const |
|
overridevirtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 65 of file G4ClonedTrajectoryPoint.cc.
66{
67 auto values = new std::vector<G4AttValue>;
68
69 values->push_back(G4AttValue(
"Pos",
G4BestUnit(fPosition,
"Length"),
""));
70
71#ifdef G4ATTDEBUG
73#endif
74
75 return values;
76}
G4GLOB_DLL std::ostream G4cout
const std::map< G4String, G4AttDef > * GetAttDefs() const override
◆ GetAttDefs()
const std::map< G4String, G4AttDef > * G4ClonedTrajectoryPoint::GetAttDefs |
( |
| ) |
const |
|
overridevirtual |
Reimplemented from G4VTrajectoryPoint.
Definition at line 54 of file G4ClonedTrajectoryPoint.cc.
55{
58 if (isNew) {
60 (*store)[
Pos] = G4AttDef(
Pos,
"Position",
"Physics",
"G4BestUnit",
"G4ThreeVector");
61 }
62 return store;
63}
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)
Referenced by CreateAttValues().
◆ GetPosition()
const G4ThreeVector G4ClonedTrajectoryPoint::GetPosition |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ operator delete()
void G4ClonedTrajectoryPoint::operator delete |
( |
void * | aTrajectoryPoint | ) |
|
|
inline |
Definition at line 88 of file G4ClonedTrajectoryPoint.hh.
89{
91}
G4TRACKING_DLL G4Allocator< G4ClonedTrajectoryPoint > *& aClonedTrajectoryPointAllocator()
G4ClonedTrajectoryPoint()=default
◆ operator new()
void * G4ClonedTrajectoryPoint::operator new |
( |
size_t | | ) |
|
|
inline |
◆ operator==()
The documentation for this class was generated from the following files: